#DF85AC

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

Shades of Kobi #DF85AC

Tints of Kobi #DF85AC

Color information

#DF85AC (or 0xDF85AC) is unknown color: approx Kobi. HEX triplet: DF, 85 and AC. RGB value is (223,133,172). Sum of RGB (Red+Green+Blue) = 223+133+172=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 133 (52.34% from 255 or 25.19% from 528); Blue value is 172 (67.58% from 255 or 32.58% from 528); Max value from RGB is 223 - color contains mainly: red. Hex color #DF85AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF85AC is #207A53. Grayscale: #A4A4A4. Windows color (decimal): -2128468 or 11306463. OLE color: 11306463.

HSL color Cylindrical-coordinate representation of color #DF85AC: hue angle of 334º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DF85AC is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB223133172-
CMYK00.400.230.13
HSL334º58.44%69.8%-
HSV(B)334º40.36%87.45%-
XYZ46.2735.4443.43-
YUV164.36132.32169.83-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.23%
GREEN value IS 133 (52.34% from 255) = 25.19%
BLUE value IS 172 (67.58% from 255) = 32.58%
R=42.23%
G=25.19%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313317200.400.230.1333458.4469.8
HexDF85AC02817D14e3a46
Octal337205254050271551672106
Binary11011111100001011010110001010001011111011010011101110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF85AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF85AC; }

 p { color: rgb(223,133,172); }

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

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

 a { background-color: rgb(223,133,172); }

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

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

 span { border-color: rgb(223,133,172); }

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