#DF85C2

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

Shades of Tea Rose #DF85C2

Tints of Tea Rose #DF85C2

Color information

#DF85C2 (or 0xDF85C2) is unknown color: approx Tea Rose. HEX triplet: DF, 85 and C2. RGB value is (223,133,194). Sum of RGB (Red+Green+Blue) = 223+133+194=550 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.55% from 550); Green value is 133 (52.34% from 255 or 24.18% from 550); Blue value is 194 (76.17% from 255 or 35.27% from 550); Max value from RGB is 223 - color contains mainly: red. Hex color #DF85C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF85C2 is #207A3D. Grayscale: #A6A6A6. Windows color (decimal): -2128446 or 12748255. OLE color: 12748255.

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

Color convert

RGB223133194-
CMYK00.400.130.13
HSL319.33º58.44%69.8%-
HSV(B)319.33º40.36%87.45%-
XYZ48.5636.3655.5-
YUV166.86143.32168.04-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.55%
GREEN value IS 133 (52.34% from 255) = 24.18%
BLUE value IS 194 (76.17% from 255) = 35.27%
R=40.55%
G=24.18%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313319400.400.130.13319.3358.4469.8
HexDF85C2028DD13f3a46
Octal337205302050151547772106
Binary1101111110000101110000100101000110111011001111111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF85C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF85C2; }

 p { color: rgb(223,133,194); }

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

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

 a { background-color: rgb(223,133,194); }

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

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

 span { border-color: rgb(223,133,194); }

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