Shades of Tea Rose #DF85C0
Tints of Tea Rose #DF85C0
RGB
CMYK
RGB Variations
Color information
#DF85C0 (or 0xDF85C0) is known color: Tea Rose. HEX triplet: DF, 85 and C0. RGB value is (223,133,192). Sum of RGB (Red+Green+Blue) = 223+133+192=548 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.69% from 548); Green value is 133 (52.34% from 255 or 24.27% from 548); Blue value is 192 (75.39% from 255 or 35.04% from 548); Max value from RGB is 223 - color contains mainly: red. Hex color #DF85C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF85C0 is #207A3F. Grayscale: #A6A6A6. Windows color (decimal): -2128448 or 12617183. OLE color: 12617183.
HSL color Cylindrical-coordinate representation of color #DF85C0: hue angle of 320.67º degrees, saturation: 0.58, 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 #DF85C0 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 133 | 192 | - |
| CMYK | 0 | 0.40 | 0.14 | 0.13 |
| HSL | 320.67º | 0.58% | 0.7% | - |
| HSV(B) | 320.67º | 0.4% | 0.87% | - |
| XYZ | 48.33 | 36.27 | 54.32 | - |
| YUV | 166.64 | 142.32 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 133 | 192 | 0 | 0.40 | 0.14 | 0.13 | 320.67 | 0.58 | 0.7 |
| Hex | DF | 85 | C0 | 0 | 28 | E | D | 141 | 3A | 46 |
| Octal | 337 | 205 | 300 | 0 | 50 | 16 | 15 | 501 | 72 | 106 |
| Binary | 11011111 | 10000101 | 11000000 | 0 | 101000 | 1110 | 1101 | 101000001 | 111010 | 1000110 |
Color Harmonies of #DF85C0
Complementary color
Monochromatic Colors of #DF85C0
Black with #DF85C0
Text Example
Text Example
White with #DF85C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF85C0; }
p { color: rgb(223,133,192); }
H1.HeaderClassName
{
color: #DF85C0;
}
.AnyTagClassName
{
color: #DF85C0;
}
</style>
background-color css
<style>
a { background-color: #DF85C0; }
a { background-color: rgb(223,133,192); }
div.DivClassName
{
background-color: #DF85C0;
}
.BgClassName
{
background-color: #DF85C0;
}
</style>
border-color css
<style>
span { border-color: #DF85C0; }
span { border-color: rgb(223,133,192); }
td.TdClassName
{
border-color: #DF85C0;
}
.TagClassName
{
border-color: #DF85C0;
}
</style>