#DF84C5

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

Shades of Tea Rose #DF84C5

Tints of Tea Rose #DF84C5

Color information

#DF84C5 (or 0xDF84C5) is unknown color: approx Tea Rose. HEX triplet: DF, 84 and C5. RGB value is (223,132,197). Sum of RGB (Red+Green+Blue) = 223+132+197=552 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.40% from 552); Green value is 132 (51.95% from 255 or 23.91% from 552); Blue value is 197 (77.34% from 255 or 35.69% from 552); Max value from RGB is 223 - color contains mainly: red. Hex color #DF84C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF84C5 is #207B3A. Grayscale: #A6A6A6. Windows color (decimal): -2128699 or 12944607. OLE color: 12944607.

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

Color convert

RGB223132197-
CMYK00.410.120.13
HSL317.14º58.71%69.61%-
HSV(B)317.14º40.81%87.45%-
XYZ48.7636.2257.24-
YUV166.62145.15168.21-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.40%
GREEN value IS 132 (51.95% from 255) = 23.91%
BLUE value IS 197 (77.34% from 255) = 35.69%
R=40.40%
G=23.91%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313219700.410.120.13317.1458.7169.61
HexDF84C5029CD13d3b46
Octal337204305051141547573106
Binary1101111110000100110001010101001110011011001111011110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF84C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF84C5; }

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

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

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

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

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

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

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

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