#DF85AF

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

Shades of Kobi #DF85AF

Tints of Kobi #DF85AF

Color information

#DF85AF (or 0xDF85AF) is unknown color: approx Kobi. HEX triplet: DF, 85 and AF. RGB value is (223,133,175). Sum of RGB (Red+Green+Blue) = 223+133+175=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 133 (52.34% from 255 or 25.05% from 531); Blue value is 175 (68.75% from 255 or 32.96% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DF85AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF85AF is #207A50. Grayscale: #A4A4A4. Windows color (decimal): -2128465 or 11503071. OLE color: 11503071.

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

Color convert

RGB223133175-
CMYK00.400.220.13
HSL332º58.44%69.8%-
HSV(B)332º40.36%87.45%-
XYZ46.5635.5644.97-
YUV164.7133.82169.58-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.00%
GREEN value IS 133 (52.34% from 255) = 25.05%
BLUE value IS 175 (68.75% from 255) = 32.96%
R=42.00%
G=25.05%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313317500.400.220.1333258.4469.8
HexDF85AF02816D14c3a46
Octal337205257050261551472106
Binary11011111100001011010111101010001011011011010011001110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF85AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF85AF; }

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

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

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

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

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

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

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

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