#DF87AC

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

Shades of Kobi #DF87AC

Tints of Kobi #DF87AC

Color information

#DF87AC (or 0xDF87AC) is unknown color: approx Kobi. HEX triplet: DF, 87 and AC. RGB value is (223,135,172). Sum of RGB (Red+Green+Blue) = 223+135+172=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 135 (53.12% from 255 or 25.47% from 530); Blue value is 172 (67.58% from 255 or 32.45% from 530); Max value from RGB is 223 - color contains mainly: red. Hex color #DF87AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF87AC is #207853. Grayscale: #A5A5A5. Windows color (decimal): -2127956 or 11306975. OLE color: 11306975.

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

Color convert

RGB223135172-
CMYK00.390.230.13
HSL334.77º57.89%70.2%-
HSV(B)334.77º39.46%87.45%-
XYZ46.5435.9943.52-
YUV165.53131.65168.99-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.08%
GREEN value IS 135 (53.12% from 255) = 25.47%
BLUE value IS 172 (67.58% from 255) = 32.45%
R=42.08%
G=25.47%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313517200.390.230.13334.7757.8970.2
HexDF87AC02717D14f3a46
Octal337207254047271551772106
Binary11011111100001111010110001001111011111011010011111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF87AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF87AC; }

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

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

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

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

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

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

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

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