Shades of Tea Rose #DE85C5
Tints of Tea Rose #DE85C5
RGB
CMYK
RGB Variations
Color information
#DE85C5 (or 0xDE85C5) is known color: Tea Rose. HEX triplet: DE, 85 and C5. RGB value is (222,133,197). Sum of RGB (Red+Green+Blue) = 222+133+197=552 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.22% from 552); Green value is 133 (52.34% from 255 or 24.09% from 552); Blue value is 197 (77.34% from 255 or 35.69% from 552); Max value from RGB is 222 - color contains mainly: red. Hex color #DE85C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE85C5 is #217A3A. Grayscale: #A6A6A6. Windows color (decimal): -2193979 or 12944862. OLE color: 12944862.
HSL color Cylindrical-coordinate representation of color #DE85C5: hue angle of 316.85º 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 #DE85C5 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 133 | 197 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.13 |
| HSL | 316.85º | 0.57% | 0.7% | - |
| HSV(B) | 316.85º | 0.4% | 0.87% | - |
| XYZ | 48.59 | 36.34 | 57.28 | - |
| YUV | 166.91 | 144.99 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 133 | 197 | 0 | 0.40 | 0.11 | 0.13 | 316.85 | 0.57 | 0.7 |
| Hex | DE | 85 | C5 | 0 | 28 | B | D | 13D | 39 | 46 |
| Octal | 336 | 205 | 305 | 0 | 50 | 13 | 15 | 475 | 71 | 106 |
| Binary | 11011110 | 10000101 | 11000101 | 0 | 101000 | 1011 | 1101 | 100111101 | 111001 | 1000110 |
Color Harmonies of #DE85C5
Complementary color
Monochromatic Colors of #DE85C5
Black with #DE85C5
Text Example
Text Example
White with #DE85C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE85C5; }
p { color: rgb(222,133,197); }
H1.HeaderClassName
{
color: #DE85C5;
}
.AnyTagClassName
{
color: #DE85C5;
}
</style>
background-color css
<style>
a { background-color: #DE85C5; }
a { background-color: rgb(222,133,197); }
div.DivClassName
{
background-color: #DE85C5;
}
.BgClassName
{
background-color: #DE85C5;
}
</style>
border-color css
<style>
span { border-color: #DE85C5; }
span { border-color: rgb(222,133,197); }
td.TdClassName
{
border-color: #DE85C5;
}
.TagClassName
{
border-color: #DE85C5;
}
</style>