Shades of Tea Rose #DE85C2
Tints of Tea Rose #DE85C2
RGB
CMYK
RGB Variations
Color information
#DE85C2 (or 0xDE85C2) is known color: Tea Rose. HEX triplet: DE, 85 and C2. RGB value is (222,133,194). Sum of RGB (Red+Green+Blue) = 222+133+194=549 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.44% from 549); Green value is 133 (52.34% from 255 or 24.23% from 549); Blue value is 194 (76.17% from 255 or 35.34% from 549); Max value from RGB is 222 - color contains mainly: red. Hex color #DE85C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE85C2 is #217A3D. Grayscale: #A6A6A6. Windows color (decimal): -2193982 or 12748254. OLE color: 12748254.
HSL color Cylindrical-coordinate representation of color #DE85C2: hue angle of 318.88º 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 #DE85C2 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 133 | 194 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.13 |
| HSL | 318.88º | 0.57% | 0.7% | - |
| HSV(B) | 318.88º | 0.4% | 0.87% | - |
| XYZ | 48.25 | 36.2 | 55.48 | - |
| YUV | 166.57 | 143.49 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 133 | 194 | 0 | 0.40 | 0.13 | 0.13 | 318.88 | 0.57 | 0.7 |
| Hex | DE | 85 | C2 | 0 | 28 | D | D | 13F | 39 | 46 |
| Octal | 336 | 205 | 302 | 0 | 50 | 15 | 15 | 477 | 71 | 106 |
| Binary | 11011110 | 10000101 | 11000010 | 0 | 101000 | 1101 | 1101 | 100111111 | 111001 | 1000110 |
Color Harmonies of #DE85C2
Complementary color
Monochromatic Colors of #DE85C2
Black with #DE85C2
Text Example
Text Example
White with #DE85C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE85C2; }
p { color: rgb(222,133,194); }
H1.HeaderClassName
{
color: #DE85C2;
}
.AnyTagClassName
{
color: #DE85C2;
}
</style>
background-color css
<style>
a { background-color: #DE85C2; }
a { background-color: rgb(222,133,194); }
div.DivClassName
{
background-color: #DE85C2;
}
.BgClassName
{
background-color: #DE85C2;
}
</style>
border-color css
<style>
span { border-color: #DE85C2; }
span { border-color: rgb(222,133,194); }
td.TdClassName
{
border-color: #DE85C2;
}
.TagClassName
{
border-color: #DE85C2;
}
</style>