#D999B2

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

Shades of Kobi #D999B2

Tints of Kobi #D999B2

Color information

#D999B2 (or 0xD999B2) is unknown color: approx Kobi. HEX triplet: D9, 99 and B2. RGB value is (217,153,178). Sum of RGB (Red+Green+Blue) = 217+153+178=548 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.60% from 548); Green value is 153 (60.16% from 255 or 27.92% from 548); Blue value is 178 (69.92% from 255 or 32.48% from 548); Max value from RGB is 217 - color contains mainly: red. Hex color #D999B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D999B2 is #26664D. Grayscale: #AEAEAE. Windows color (decimal): -2516558 or 11704793. OLE color: 11704793.

HSL color Cylindrical-coordinate representation of color #D999B2: hue angle of 336.56º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D999B2 is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB217153178-
CMYK00.290.180.15
HSL336.56º45.71%72.55%-
HSV(B)336.56º29.49%85.1%-
XYZ48.0440.7547.45-
YUV174.99129.7157.97-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.60%
GREEN value IS 153 (60.16% from 255) = 27.92%
BLUE value IS 178 (69.92% from 255) = 32.48%
R=39.60%
G=27.92%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715317800.290.180.15336.5645.7172.55
HexD999B201D12F1512e49
Octal331231262035221752156111
Binary1101100110011001101100100111011001011111010100011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D999B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D999B2; }

 p { color: rgb(217,153,178); }

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

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

 a { background-color: rgb(217,153,178); }

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

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

 span { border-color: rgb(217,153,178); }

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