Shades of Tea Rose #DE87C7
Tints of Tea Rose #DE87C7
RGB
CMYK
RGB Variations
Color information
#DE87C7 (or 0xDE87C7) is known color: Tea Rose. HEX triplet: DE, 87 and C7. RGB value is (222,135,199). Sum of RGB (Red+Green+Blue) = 222+135+199=556 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.93% from 556); Green value is 135 (53.12% from 255 or 24.28% from 556); Blue value is 199 (78.12% from 255 or 35.79% from 556); Max value from RGB is 222 - color contains mainly: red. Hex color #DE87C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE87C7 is #217838. Grayscale: #A8A8A8. Windows color (decimal): -2193465 or 13076446. OLE color: 13076446.
HSL color Cylindrical-coordinate representation of color #DE87C7: hue angle of 315.86º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DE87C7 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 135 | 199 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.13 |
| HSL | 315.86º | 0.57% | 0.7% | - |
| HSV(B) | 315.86º | 0.39% | 0.87% | - |
| XYZ | 49.1 | 36.98 | 58.58 | - |
| YUV | 168.31 | 145.32 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 135 | 199 | 0 | 0.39 | 0.10 | 0.13 | 315.86 | 0.57 | 0.7 |
| Hex | DE | 87 | C7 | 0 | 27 | A | D | 13C | 39 | 46 |
| Octal | 336 | 207 | 307 | 0 | 47 | 12 | 15 | 474 | 71 | 106 |
| Binary | 11011110 | 10000111 | 11000111 | 0 | 100111 | 1010 | 1101 | 100111100 | 111001 | 1000110 |
Color Harmonies of #DE87C7
Complementary color
Monochromatic Colors of #DE87C7
Black with #DE87C7
Text Example
Text Example
White with #DE87C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE87C7; }
p { color: rgb(222,135,199); }
H1.HeaderClassName
{
color: #DE87C7;
}
.AnyTagClassName
{
color: #DE87C7;
}
</style>
background-color css
<style>
a { background-color: #DE87C7; }
a { background-color: rgb(222,135,199); }
div.DivClassName
{
background-color: #DE87C7;
}
.BgClassName
{
background-color: #DE87C7;
}
</style>
border-color css
<style>
span { border-color: #DE87C7; }
span { border-color: rgb(222,135,199); }
td.TdClassName
{
border-color: #DE87C7;
}
.TagClassName
{
border-color: #DE87C7;
}
</style>