#DF9FB3

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

Shades of Kobi #DF9FB3

Tints of Kobi #DF9FB3

Color information

#DF9FB3 (or 0xDF9FB3) is unknown color: approx Kobi. HEX triplet: DF, 9F and B3. RGB value is (223,159,179). Sum of RGB (Red+Green+Blue) = 223+159+179=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 159 (62.5% from 255 or 28.34% from 561); Blue value is 179 (70.31% from 255 or 31.91% from 561); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9FB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9FB3 is #20604C. Grayscale: #B4B4B4. Windows color (decimal): -2121805 or 11771871. OLE color: 11771871.

HSL color Cylindrical-coordinate representation of color #DF9FB3: hue angle of 341.25º 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 #DF9FB3 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB223159179-
CMYK00.290.200.13
HSL341.25º50%74.9%-
HSV(B)341.25º28.7%87.45%-
XYZ50.9743.7448.4-
YUV180.42127.2158.37-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.75%
GREEN value IS 159 (62.5% from 255) = 28.34%
BLUE value IS 179 (70.31% from 255) = 31.91%
R=39.75%
G=28.34%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315917900.290.200.13341.255074.9
HexDF9FB301D14D155324b
Octal337237263035241552562113
Binary1101111110011111101100110111011010011011010101011100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9FB3; }

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

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

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

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

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

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

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

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