Shades of Tea Rose #DF85C5
Tints of Tea Rose #DF85C5
RGB
CMYK
RGB Variations
Color information
#DF85C5 (or 0xDF85C5) is known color: Tea Rose. HEX triplet: DF, 85 and C5. RGB value is (223,133,197). Sum of RGB (Red+Green+Blue) = 223+133+197=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 133 (52.34% from 255 or 24.05% from 553); Blue value is 197 (77.34% from 255 or 35.62% from 553); Max value from RGB is 223 - color contains mainly: red. Hex color #DF85C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF85C5 is #207A3A. Grayscale: #A7A7A7. Windows color (decimal): -2128443 or 12944863. OLE color: 12944863.
HSL color Cylindrical-coordinate representation of color #DF85C5: hue angle of 317.33º 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 #DF85C5 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 133 | 197 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.13 |
| HSL | 317.33º | 0.58% | 0.7% | - |
| HSV(B) | 317.33º | 0.4% | 0.87% | - |
| XYZ | 48.9 | 36.49 | 57.29 | - |
| YUV | 167.21 | 144.82 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 133 | 197 | 0 | 0.40 | 0.12 | 0.13 | 317.33 | 0.58 | 0.7 |
| Hex | DF | 85 | C5 | 0 | 28 | C | D | 13D | 3A | 46 |
| Octal | 337 | 205 | 305 | 0 | 50 | 14 | 15 | 475 | 72 | 106 |
| Binary | 11011111 | 10000101 | 11000101 | 0 | 101000 | 1100 | 1101 | 100111101 | 111010 | 1000110 |
Color Harmonies of #DF85C5
Complementary color
Monochromatic Colors of #DF85C5
Black with #DF85C5
Text Example
Text Example
White with #DF85C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF85C5; }
p { color: rgb(223,133,197); }
H1.HeaderClassName
{
color: #DF85C5;
}
.AnyTagClassName
{
color: #DF85C5;
}
</style>
background-color css
<style>
a { background-color: #DF85C5; }
a { background-color: rgb(223,133,197); }
div.DivClassName
{
background-color: #DF85C5;
}
.BgClassName
{
background-color: #DF85C5;
}
</style>
border-color css
<style>
span { border-color: #DF85C5; }
span { border-color: rgb(223,133,197); }
td.TdClassName
{
border-color: #DF85C5;
}
.TagClassName
{
border-color: #DF85C5;
}
</style>