#df9fb4

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

Shades of Kobi #DF9FB4

Tints of Kobi #DF9FB4

Color information

#DF9FB4 (or 0xDF9FB4) is unknown color: approx Kobi. HEX triplet: DF, 9F and B4. RGB value is (223,159,180). Sum of RGB (Red+Green+Blue) = 223+159+180=562 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.68% from 562); Green value is 159 (62.5% from 255 or 28.29% from 562); Blue value is 180 (70.70% from 255 or 32.03% from 562); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9FB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9FB4 is #20604B. Grayscale: #B4B4B4. Windows color (decimal): -2121804 or 11837407. OLE color: 11837407.

HSL color Cylindrical-coordinate representation of color #DF9FB4: hue angle of 340.31º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DF9FB4 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB223159180-
CMYK00.290.190.13
HSL340.31º50%74.9%-
HSV(B)340.31º28.7%87.45%-
XYZ51.0743.7848.94-
YUV180.53127.7158.29-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.68%
GREEN value IS 159 (62.5% from 255) = 28.29%
BLUE value IS 180 (70.70% from 255) = 32.03%
R=39.68%
G=28.29%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315918000.290.190.13340.315074.9
HexDF9FB401D13D154324b
Octal337237264035231552462113
Binary1101111110011111101101000111011001111011010101001100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df9fb4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df9fb4; }

 p { color: rgb(223,159,180); }

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

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

 a { background-color: rgb(223,159,180); }

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

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

 span { border-color: rgb(223,159,180); }

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