#DF87C5

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

Shades of Tea Rose #DF87C5

Tints of Tea Rose #DF87C5

Color information

#DF87C5 (or 0xDF87C5) is unknown color: approx Tea Rose. HEX triplet: DF, 87 and C5. RGB value is (223,135,197). Sum of RGB (Red+Green+Blue) = 223+135+197=555 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.18% from 555); Green value is 135 (53.12% from 255 or 24.32% from 555); Blue value is 197 (77.34% from 255 or 35.50% from 555); Max value from RGB is 223 - color contains mainly: red. Hex color #DF87C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF87C5 is #20783A. Grayscale: #A8A8A8. Windows color (decimal): -2127931 or 12945375. OLE color: 12945375.

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

Color convert

RGB223135197-
CMYK00.390.120.13
HSL317.73º57.89%70.2%-
HSV(B)317.73º39.46%87.45%-
XYZ49.1737.0557.38-
YUV168.38144.15166.96-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.18%
GREEN value IS 135 (53.12% from 255) = 24.32%
BLUE value IS 197 (77.34% from 255) = 35.50%
R=40.18%
G=24.32%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313519700.390.120.13317.7357.8970.2
HexDF87C5027CD13e3a46
Octal337207305047141547672106
Binary1101111110000111110001010100111110011011001111101110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF87C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF87C5; }

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

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

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

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

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

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

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

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