#DE85C7

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

Shades of Tea Rose #DE85C7

Tints of Tea Rose #DE85C7

Color information

#DE85C7 (or 0xDE85C7) is unknown color: approx Tea Rose. HEX triplet: DE, 85 and C7. RGB value is (222,133,199). Sum of RGB (Red+Green+Blue) = 222+133+199=554 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.07% from 554); Green value is 133 (52.34% from 255 or 24.01% from 554); Blue value is 199 (78.12% from 255 or 35.92% from 554); Max value from RGB is 222 - color contains mainly: red. Hex color #DE85C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE85C7 is #217A38. Grayscale: #A6A6A6. Windows color (decimal): -2193977 or 13075934. OLE color: 13075934.

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

Color convert

RGB222133199-
CMYK00.400.100.13
HSL315.51º57.42%69.61%-
HSV(B)315.51º40.09%87.06%-
XYZ48.8236.4358.49-
YUV167.14145.99167.13-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.07%
GREEN value IS 133 (52.34% from 255) = 24.01%
BLUE value IS 199 (78.12% from 255) = 35.92%
R=40.07%
G=24.01%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213319900.400.100.13315.5157.4269.61
HexDE85C7028AD13c3946
Octal336205307050121547471106
Binary1101111010000101110001110101000101011011001111001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE85C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE85C7; }

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

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

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

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

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

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

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

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