Shades of Tea Rose #DF85C1
Tints of Tea Rose #DF85C1
RGB
CMYK
RGB Variations
Color information
#DF85C1 (or 0xDF85C1) is known color: Tea Rose. HEX triplet: DF, 85 and C1. RGB value is (223,133,193). Sum of RGB (Red+Green+Blue) = 223+133+193=549 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.62% from 549); Green value is 133 (52.34% from 255 or 24.23% from 549); Blue value is 193 (75.78% from 255 or 35.15% from 549); Max value from RGB is 223 - color contains mainly: red. Hex color #DF85C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF85C1 is #207A3E. Grayscale: #A6A6A6. Windows color (decimal): -2128447 or 12682719. OLE color: 12682719.
HSL color Cylindrical-coordinate representation of color #DF85C1: hue angle of 320º 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 #DF85C1 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 133 | 193 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.13 |
| HSL | 320º | 0.58% | 0.7% | - |
| HSV(B) | 320º | 0.4% | 0.87% | - |
| XYZ | 48.44 | 36.31 | 54.91 | - |
| YUV | 166.75 | 142.82 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 133 | 193 | 0 | 0.40 | 0.13 | 0.13 | 320 | 0.58 | 0.7 |
| Hex | DF | 85 | C1 | 0 | 28 | D | D | 140 | 3A | 46 |
| Octal | 337 | 205 | 301 | 0 | 50 | 15 | 15 | 500 | 72 | 106 |
| Binary | 11011111 | 10000101 | 11000001 | 0 | 101000 | 1101 | 1101 | 101000000 | 111010 | 1000110 |
Color Harmonies of #DF85C1
Complementary color
Monochromatic Colors of #DF85C1
Black with #DF85C1
Text Example
Text Example
White with #DF85C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF85C1; }
p { color: rgb(223,133,193); }
H1.HeaderClassName
{
color: #DF85C1;
}
.AnyTagClassName
{
color: #DF85C1;
}
</style>
background-color css
<style>
a { background-color: #DF85C1; }
a { background-color: rgb(223,133,193); }
div.DivClassName
{
background-color: #DF85C1;
}
.BgClassName
{
background-color: #DF85C1;
}
</style>
border-color css
<style>
span { border-color: #DF85C1; }
span { border-color: rgb(223,133,193); }
td.TdClassName
{
border-color: #DF85C1;
}
.TagClassName
{
border-color: #DF85C1;
}
</style>