Shades of Tea Rose #DD85C6
Tints of Tea Rose #DD85C6
RGB
CMYK
RGB Variations
Color information
#DD85C6 (or 0xDD85C6) is known color: Tea Rose. HEX triplet: DD, 85 and C6. RGB value is (221,133,198). Sum of RGB (Red+Green+Blue) = 221+133+198=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 133 (52.34% from 255 or 24.09% from 552); Blue value is 198 (77.73% from 255 or 35.87% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DD85C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD85C6 is #227A39. Grayscale: #A6A6A6. Windows color (decimal): -2259514 or 13010397. OLE color: 13010397.
HSL color Cylindrical-coordinate representation of color #DD85C6: hue angle of 315.68º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD85C6 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 133 | 198 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.13 |
| HSL | 315.68º | 0.56% | 0.69% | - |
| HSV(B) | 315.68º | 0.4% | 0.87% | - |
| XYZ | 48.4 | 36.22 | 57.87 | - |
| YUV | 166.72 | 145.65 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 133 | 198 | 0 | 0.40 | 0.10 | 0.13 | 315.68 | 0.56 | 0.69 |
| Hex | DD | 85 | C6 | 0 | 28 | A | D | 13C | 38 | 45 |
| Octal | 335 | 205 | 306 | 0 | 50 | 12 | 15 | 474 | 70 | 105 |
| Binary | 11011101 | 10000101 | 11000110 | 0 | 101000 | 1010 | 1101 | 100111100 | 111000 | 1000101 |
Color Harmonies of #DD85C6
Complementary color
Monochromatic Colors of #DD85C6
Black with #DD85C6
Text Example
Text Example
White with #DD85C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD85C6; }
p { color: rgb(221,133,198); }
H1.HeaderClassName
{
color: #DD85C6;
}
.AnyTagClassName
{
color: #DD85C6;
}
</style>
background-color css
<style>
a { background-color: #DD85C6; }
a { background-color: rgb(221,133,198); }
div.DivClassName
{
background-color: #DD85C6;
}
.BgClassName
{
background-color: #DD85C6;
}
</style>
border-color css
<style>
span { border-color: #DD85C6; }
span { border-color: rgb(221,133,198); }
td.TdClassName
{
border-color: #DD85C6;
}
.TagClassName
{
border-color: #DD85C6;
}
</style>