Shades of Tea Rose #DF87C7
Tints of Tea Rose #DF87C7
RGB
CMYK
RGB Variations
Color information
#DF87C7 (or 0xDF87C7) is known color: Tea Rose. HEX triplet: DF, 87 and C7. RGB value is (223,135,199). Sum of RGB (Red+Green+Blue) = 223+135+199=557 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.04% from 557); Green value is 135 (53.12% from 255 or 24.24% from 557); Blue value is 199 (78.12% from 255 or 35.73% from 557); Max value from RGB is 223 - color contains mainly: red. Hex color #DF87C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF87C7 is #207838. Grayscale: #A8A8A8. Windows color (decimal): -2127929 or 13076447. OLE color: 13076447.
HSL color Cylindrical-coordinate representation of color #DF87C7: hue angle of 316.36º degrees, saturation: 0.58, 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 #DF87C7 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 135 | 199 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.13 |
| HSL | 316.36º | 0.58% | 0.7% | - |
| HSV(B) | 316.36º | 0.39% | 0.87% | - |
| XYZ | 49.4 | 37.14 | 58.6 | - |
| YUV | 168.61 | 145.15 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 135 | 199 | 0 | 0.39 | 0.11 | 0.13 | 316.36 | 0.58 | 0.7 |
| Hex | DF | 87 | C7 | 0 | 27 | B | D | 13C | 3A | 46 |
| Octal | 337 | 207 | 307 | 0 | 47 | 13 | 15 | 474 | 72 | 106 |
| Binary | 11011111 | 10000111 | 11000111 | 0 | 100111 | 1011 | 1101 | 100111100 | 111010 | 1000110 |
Color Harmonies of #DF87C7
Complementary color
Monochromatic Colors of #DF87C7
Black with #DF87C7
Text Example
Text Example
White with #DF87C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF87C7; }
p { color: rgb(223,135,199); }
H1.HeaderClassName
{
color: #DF87C7;
}
.AnyTagClassName
{
color: #DF87C7;
}
</style>
background-color css
<style>
a { background-color: #DF87C7; }
a { background-color: rgb(223,135,199); }
div.DivClassName
{
background-color: #DF87C7;
}
.BgClassName
{
background-color: #DF87C7;
}
</style>
border-color css
<style>
span { border-color: #DF87C7; }
span { border-color: rgb(223,135,199); }
td.TdClassName
{
border-color: #DF87C7;
}
.TagClassName
{
border-color: #DF87C7;
}
</style>