Shades of Tea Rose #DD86C5
Tints of Tea Rose #DD86C5
RGB
CMYK
RGB Variations
Color information
#DD86C5 (or 0xDD86C5) is known color: Tea Rose. HEX triplet: DD, 86 and C5. RGB value is (221,134,197). Sum of RGB (Red+Green+Blue) = 221+134+197=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 134 (52.73% from 255 or 24.28% from 552); Blue value is 197 (77.34% from 255 or 35.69% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DD86C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD86C5 is #22793A. Grayscale: #A7A7A7. Windows color (decimal): -2259259 or 12945117. OLE color: 12945117.
HSL color Cylindrical-coordinate representation of color #DD86C5: hue angle of 316.55º degrees, saturation: 0.56, 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 #DD86C5 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 134 | 197 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.13 |
| HSL | 316.55º | 0.56% | 0.7% | - |
| HSV(B) | 316.55º | 0.39% | 0.87% | - |
| XYZ | 48.42 | 36.45 | 57.31 | - |
| YUV | 167.2 | 144.82 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 134 | 197 | 0 | 0.39 | 0.11 | 0.13 | 316.55 | 0.56 | 0.7 |
| Hex | DD | 86 | C5 | 0 | 27 | B | D | 13D | 38 | 46 |
| Octal | 335 | 206 | 305 | 0 | 47 | 13 | 15 | 475 | 70 | 106 |
| Binary | 11011101 | 10000110 | 11000101 | 0 | 100111 | 1011 | 1101 | 100111101 | 111000 | 1000110 |
Color Harmonies of #DD86C5
Complementary color
Monochromatic Colors of #DD86C5
Black with #DD86C5
Text Example
Text Example
White with #DD86C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD86C5; }
p { color: rgb(221,134,197); }
H1.HeaderClassName
{
color: #DD86C5;
}
.AnyTagClassName
{
color: #DD86C5;
}
</style>
background-color css
<style>
a { background-color: #DD86C5; }
a { background-color: rgb(221,134,197); }
div.DivClassName
{
background-color: #DD86C5;
}
.BgClassName
{
background-color: #DD86C5;
}
</style>
border-color css
<style>
span { border-color: #DD86C5; }
span { border-color: rgb(221,134,197); }
td.TdClassName
{
border-color: #DD86C5;
}
.TagClassName
{
border-color: #DD86C5;
}
</style>