#D996A9

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

Shades of Kobi #D996A9

Tints of Kobi #D996A9

Color information

#D996A9 (or 0xD996A9) is unknown color: approx Kobi. HEX triplet: D9, 96 and A9. RGB value is (217,150,169). Sum of RGB (Red+Green+Blue) = 217+150+169=536 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.49% from 536); Green value is 150 (58.98% from 255 or 27.99% from 536); Blue value is 169 (66.41% from 255 or 31.53% from 536); Max value from RGB is 217 - color contains mainly: red. Hex color #D996A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D996A9 is #266956. Grayscale: #ACACAC. Windows color (decimal): -2517335 or 11114201. OLE color: 11114201.

HSL color Cylindrical-coordinate representation of color #D996A9: hue angle of 342.99º 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 #D996A9 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB217150169-
CMYK00.310.220.15
HSL342.99º46.85%71.96%-
HSV(B)342.99º30.88%85.1%-
XYZ46.6839.4342.69-
YUV172.2126.2159.96-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.49%
GREEN value IS 150 (58.98% from 255) = 27.99%
BLUE value IS 169 (66.41% from 255) = 31.53%
R=40.49%
G=27.99%
B=31.53%

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
Decimal21715016900.310.220.15342.9946.8571.96
HexD996A901F16F1572f48
Octal331226251037261752757110
Binary1101100110010110101010010111111011011111010101111011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D996A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D996A9; }

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

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

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

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

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

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

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

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