#DC85C4

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

Shades of Tea Rose #DC85C4

Tints of Tea Rose #DC85C4

Color information

#DC85C4 (or 0xDC85C4) is unknown color: approx Tea Rose. HEX triplet: DC, 85 and C4. RGB value is (220,133,196). Sum of RGB (Red+Green+Blue) = 220+133+196=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 133 (52.34% from 255 or 24.23% from 549); Blue value is 196 (76.95% from 255 or 35.70% from 549); Max value from RGB is 220 - color contains mainly: red. Hex color #DC85C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC85C4 is #237A3B. Grayscale: #A6A6A6. Windows color (decimal): -2325052 or 12879324. OLE color: 12879324.

HSL color Cylindrical-coordinate representation of color #DC85C4: hue angle of 316.55º 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 #DC85C4 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB220133196-
CMYK00.400.110.14
HSL316.55º55.41%69.22%-
HSV(B)316.55º39.55%86.27%-
XYZ47.8735.9856.65-
YUV166.2144.82166.38-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.07%
GREEN value IS 133 (52.34% from 255) = 24.23%
BLUE value IS 196 (76.95% from 255) = 35.70%
R=40.07%
G=24.23%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013319600.400.110.14316.5555.4169.22
HexDC85C4028BE13d3745
Octal334205304050131647567105
Binary1101110010000101110001000101000101111101001111011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC85C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC85C4; }

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

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

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

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

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

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

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

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