#DF9DB2

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

Shades of Kobi #DF9DB2

Tints of Kobi #DF9DB2

Color information

#DF9DB2 (or 0xDF9DB2) is unknown color: approx Kobi. HEX triplet: DF, 9D and B2. RGB value is (223,157,178). Sum of RGB (Red+Green+Blue) = 223+157+178=558 (73% of max value = 765). Red value is 223 (87.5% from 255 or 39.96% from 558); Green value is 157 (61.72% from 255 or 28.14% from 558); Blue value is 178 (69.92% from 255 or 31.90% from 558); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9DB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9DB2 is #20624D. Grayscale: #B3B3B3. Windows color (decimal): -2122318 or 11705823. OLE color: 11705823.

HSL color Cylindrical-coordinate representation of color #DF9DB2: hue angle of 340.91º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DF9DB2 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB223157178-
CMYK00.300.200.13
HSL340.91º50.77%74.51%-
HSV(B)340.91º29.6%87.45%-
XYZ50.5243.0247.76-
YUV179.13127.37159.29-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.96%
GREEN value IS 157 (61.72% from 255) = 28.14%
BLUE value IS 178 (69.92% from 255) = 31.90%
R=39.96%
G=28.14%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315717800.300.200.13340.9150.7774.51
HexDF9DB201E14D155334b
Octal337235262036241552563113
Binary1101111110011101101100100111101010011011010101011100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9DB2; }

 p { color: rgb(223,157,178); }

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

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

 a { background-color: rgb(223,157,178); }

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

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

 span { border-color: rgb(223,157,178); }

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