#DF87C9

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

Shades of Tea Rose #DF87C9

Tints of Tea Rose #DF87C9

Color information

#DF87C9 (or 0xDF87C9) is unknown color: approx Tea Rose. HEX triplet: DF, 87 and C9. RGB value is (223,135,201). Sum of RGB (Red+Green+Blue) = 223+135+201=559 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.89% from 559); Green value is 135 (53.12% from 255 or 24.15% from 559); Blue value is 201 (78.91% from 255 or 35.96% from 559); Max value from RGB is 223 - color contains mainly: red. Hex color #DF87C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF87C9 is #207836. Grayscale: #A8A8A8. Windows color (decimal): -2127927 or 13207519. OLE color: 13207519.

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

Color convert

RGB223135201-
CMYK00.390.100.13
HSL315º57.89%70.2%-
HSV(B)315º39.46%87.45%-
XYZ49.6437.2359.83-
YUV168.84146.15166.63-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.89%
GREEN value IS 135 (53.12% from 255) = 24.15%
BLUE value IS 201 (78.91% from 255) = 35.96%
R=39.89%
G=24.15%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313520100.390.100.1331557.8970.2
HexDF87C9027AD13b3a46
Octal337207311047121547372106
Binary1101111110000111110010010100111101011011001110111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF87C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF87C9; }

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

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

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

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

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

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

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

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