Shades of Tea Rose #DF88C9
Tints of Tea Rose #DF88C9
RGB
CMYK
RGB Variations
Color information
#DF88C9 (or 0xDF88C9) is known color: Tea Rose. HEX triplet: DF, 88 and C9. RGB value is (223,136,201). Sum of RGB (Red+Green+Blue) = 223+136+201=560 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.82% from 560); Green value is 136 (53.52% from 255 or 24.29% from 560); Blue value is 201 (78.91% from 255 or 35.89% from 560); Max value from RGB is 223 - color contains mainly: red. Hex color #DF88C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF88C9 is #207736. Grayscale: #A9A9A9. Windows color (decimal): -2127671 or 13207775. OLE color: 13207775.
HSL color Cylindrical-coordinate representation of color #DF88C9: hue angle of 315.17º 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 #DF88C9 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 136 | 201 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.13 |
| HSL | 315.17º | 0.58% | 0.7% | - |
| HSV(B) | 315.17º | 0.39% | 0.87% | - |
| XYZ | 49.78 | 37.51 | 59.88 | - |
| YUV | 169.42 | 145.82 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 136 | 201 | 0 | 0.39 | 0.10 | 0.13 | 315.17 | 0.58 | 0.7 |
| Hex | DF | 88 | C9 | 0 | 27 | A | D | 13B | 3A | 46 |
| Octal | 337 | 210 | 311 | 0 | 47 | 12 | 15 | 473 | 72 | 106 |
| Binary | 11011111 | 10001000 | 11001001 | 0 | 100111 | 1010 | 1101 | 100111011 | 111010 | 1000110 |
Color Harmonies of #DF88C9
Complementary color
Monochromatic Colors of #DF88C9
Black with #DF88C9
Text Example
Text Example
White with #DF88C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF88C9; }
p { color: rgb(223,136,201); }
H1.HeaderClassName
{
color: #DF88C9;
}
.AnyTagClassName
{
color: #DF88C9;
}
</style>
background-color css
<style>
a { background-color: #DF88C9; }
a { background-color: rgb(223,136,201); }
div.DivClassName
{
background-color: #DF88C9;
}
.BgClassName
{
background-color: #DF88C9;
}
</style>
border-color css
<style>
span { border-color: #DF88C9; }
span { border-color: rgb(223,136,201); }
td.TdClassName
{
border-color: #DF88C9;
}
.TagClassName
{
border-color: #DF88C9;
}
</style>