#D995A9

Color #D995A9 Kobi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kobi #D995A9

Tints of Kobi #D995A9

Color information

#D995A9 (or 0xD995A9) is unknown color: approx Kobi. HEX triplet: D9, 95 and A9. RGB value is (217,149,169). Sum of RGB (Red+Green+Blue) = 217+149+169=535 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.56% from 535); Green value is 149 (58.59% from 255 or 27.85% from 535); Blue value is 169 (66.41% from 255 or 31.59% from 535); Max value from RGB is 217 - color contains mainly: red. Hex color #D995A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D995A9 is #266A56. Grayscale: #ABABAB. Windows color (decimal): -2517591 or 11113945. OLE color: 11113945.

HSL color Cylindrical-coordinate representation of color #D995A9: hue angle of 342.35º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D995A9 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB217149169-
CMYK00.310.220.15
HSL342.35º47.22%71.76%-
HSV(B)342.35º31.34%85.1%-
XYZ46.5239.1142.63-
YUV171.61126.53160.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 40.56%
GREEN value IS 149 (58.59% from 255) = 27.85%
BLUE value IS 169 (66.41% from 255) = 31.59%
R=40.56%
G=27.85%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714916900.310.220.15342.3547.2271.76
HexD995A901F16F1562f48
Octal331225251037261752657110
Binary1101100110010101101010010111111011011111010101101011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D995A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D995A9; }

 p { color: rgb(217,149,169); }

 H1.HeaderClassName
 {
   color: #D995A9;
 }
 .AnyTagClassName
 {
   color: #D995A9;
 }
</style>
background-color css

<style>
 a { background-color: #D995A9; }

 a { background-color: rgb(217,149,169); }

 div.DivClassName
 {
   background-color: #D995A9;
 }
 .BgClassName
 {
   background-color: #D995A9;
 }
</style>
border-color css

<style>
 span { border-color: #D995A9; }

 span { border-color: rgb(217,149,169); }

 td.TdClassName
 {
   border-color: #D995A9;
 }
 .TagClassName
 {
   border-color: #D995A9;
 }
</style>