Shades of Tea Rose #DF84C7
Tints of Tea Rose #DF84C7
RGB
CMYK
RGB Variations
Color information
#DF84C7 (or 0xDF84C7) is known color: Tea Rose. HEX triplet: DF, 84 and C7. RGB value is (223,132,199). Sum of RGB (Red+Green+Blue) = 223+132+199=554 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.25% from 554); Green value is 132 (51.95% from 255 or 23.83% from 554); Blue value is 199 (78.12% from 255 or 35.92% from 554); Max value from RGB is 223 - color contains mainly: red. Hex color #DF84C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF84C7 is #207B38. Grayscale: #A6A6A6. Windows color (decimal): -2128697 or 13075679. OLE color: 13075679.
HSL color Cylindrical-coordinate representation of color #DF84C7: hue angle of 315.82º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DF84C7 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 132 | 199 | - |
| CMYK | 0 | 0.41 | 0.11 | 0.13 |
| HSL | 315.82º | 0.59% | 0.7% | - |
| HSV(B) | 315.82º | 0.41% | 0.87% | - |
| XYZ | 48.99 | 36.31 | 58.46 | - |
| YUV | 166.85 | 146.15 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 132 | 199 | 0 | 0.41 | 0.11 | 0.13 | 315.82 | 0.59 | 0.7 |
| Hex | DF | 84 | C7 | 0 | 29 | B | D | 13C | 3B | 46 |
| Octal | 337 | 204 | 307 | 0 | 51 | 13 | 15 | 474 | 73 | 106 |
| Binary | 11011111 | 10000100 | 11000111 | 0 | 101001 | 1011 | 1101 | 100111100 | 111011 | 1000110 |
Color Harmonies of #DF84C7
Complementary color
Monochromatic Colors of #DF84C7
Black with #DF84C7
Text Example
Text Example
White with #DF84C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF84C7; }
p { color: rgb(223,132,199); }
H1.HeaderClassName
{
color: #DF84C7;
}
.AnyTagClassName
{
color: #DF84C7;
}
</style>
background-color css
<style>
a { background-color: #DF84C7; }
a { background-color: rgb(223,132,199); }
div.DivClassName
{
background-color: #DF84C7;
}
.BgClassName
{
background-color: #DF84C7;
}
</style>
border-color css
<style>
span { border-color: #DF84C7; }
span { border-color: rgb(223,132,199); }
td.TdClassName
{
border-color: #DF84C7;
}
.TagClassName
{
border-color: #DF84C7;
}
</style>