#DF87AD

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

Shades of Kobi #DF87AD

Tints of Kobi #DF87AD

Color information

#DF87AD (or 0xDF87AD) is unknown color: approx Kobi. HEX triplet: DF, 87 and AD. RGB value is (223,135,173). Sum of RGB (Red+Green+Blue) = 223+135+173=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 135 (53.12% from 255 or 25.42% from 531); Blue value is 173 (67.97% from 255 or 32.58% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DF87AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF87AD is #207852. Grayscale: #A5A5A5. Windows color (decimal): -2127955 or 11372511. OLE color: 11372511.

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

Color convert

RGB223135173-
CMYK00.390.220.13
HSL334.09º57.89%70.2%-
HSV(B)334.09º39.46%87.45%-
XYZ46.6436.0344.03-
YUV165.64132.15168.91-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.00%
GREEN value IS 135 (53.12% from 255) = 25.42%
BLUE value IS 173 (67.97% from 255) = 32.58%
R=42.00%
G=25.42%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313517300.390.220.13334.0957.8970.2
HexDF87AD02716D14e3a46
Octal337207255047261551672106
Binary11011111100001111010110101001111011011011010011101110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF87AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF87AD; }

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

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

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

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

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

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

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

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