#DC85C5

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

Shades of Tea Rose #DC85C5

Tints of Tea Rose #DC85C5

Color information

#DC85C5 (or 0xDC85C5) is unknown color: approx Tea Rose. HEX triplet: DC, 85 and C5. RGB value is (220,133,197). Sum of RGB (Red+Green+Blue) = 220+133+197=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 133 (52.34% from 255 or 24.18% from 550); Blue value is 197 (77.34% from 255 or 35.82% from 550); Max value from RGB is 220 - color contains mainly: red. Hex color #DC85C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC85C5 is #237A3A. Grayscale: #A6A6A6. Windows color (decimal): -2325051 or 12944860. OLE color: 12944860.

HSL color Cylindrical-coordinate representation of color #DC85C5: hue angle of 315.86º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC85C5 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB220133197-
CMYK00.400.100.14
HSL315.86º55.41%69.22%-
HSV(B)315.86º39.55%86.27%-
XYZ47.9836.0257.25-
YUV166.31145.32166.3-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40%
GREEN value IS 133 (52.34% from 255) = 24.18%
BLUE value IS 197 (77.34% from 255) = 35.82%
R=40%
G=24.18%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013319700.400.100.14315.8655.4169.22
HexDC85C5028AE13c3745
Octal334205305050121647467105
Binary1101110010000101110001010101000101011101001111001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC85C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC85C5; }

 p { color: rgb(220,133,197); }

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

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

 a { background-color: rgb(220,133,197); }

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

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

 span { border-color: rgb(220,133,197); }

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