#DE85C3

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

Shades of Tea Rose #DE85C3

Tints of Tea Rose #DE85C3

Color information

#DE85C3 (or 0xDE85C3) is unknown color: approx Tea Rose. HEX triplet: DE, 85 and C3. RGB value is (222,133,195). Sum of RGB (Red+Green+Blue) = 222+133+195=550 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.36% from 550); Green value is 133 (52.34% from 255 or 24.18% from 550); Blue value is 195 (76.56% from 255 or 35.45% from 550); Max value from RGB is 222 - color contains mainly: red. Hex color #DE85C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE85C3 is #217A3C. Grayscale: #A6A6A6. Windows color (decimal): -2193981 or 12813790. OLE color: 12813790.

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

Color convert

RGB222133195-
CMYK00.400.120.13
HSL318.2º57.42%69.61%-
HSV(B)318.2º40.09%87.06%-
XYZ48.3636.2456.08-
YUV166.68143.99167.46-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.36%
GREEN value IS 133 (52.34% from 255) = 24.18%
BLUE value IS 195 (76.56% from 255) = 35.45%
R=40.36%
G=24.18%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213319500.400.120.13318.257.4269.61
HexDE85C3028CD13e3946
Octal336205303050141547671106
Binary1101111010000101110000110101000110011011001111101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE85C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE85C3; }

 p { color: rgb(222,133,195); }

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

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

 a { background-color: rgb(222,133,195); }

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

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

 span { border-color: rgb(222,133,195); }

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