Shades of Tea Rose #DD84C2
Tints of Tea Rose #DD84C2
RGB
CMYK
RGB Variations
Color information
#DD84C2 (or 0xDD84C2) is known color: Tea Rose. HEX triplet: DD, 84 and C2. RGB value is (221,132,194). Sum of RGB (Red+Green+Blue) = 221+132+194=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 132 (51.95% from 255 or 24.13% from 547); Blue value is 194 (76.17% from 255 or 35.47% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DD84C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD84C2 is #227B3D. Grayscale: #A5A5A5. Windows color (decimal): -2259774 or 12747997. OLE color: 12747997.
HSL color Cylindrical-coordinate representation of color #DD84C2: hue angle of 318.2º degrees, saturation: 0.57, 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 #DD84C2 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 132 | 194 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.13 |
| HSL | 318.2º | 0.57% | 0.69% | - |
| HSV(B) | 318.2º | 0.4% | 0.87% | - |
| XYZ | 47.81 | 35.77 | 55.42 | - |
| YUV | 165.68 | 143.99 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 194 | 0 | 0.40 | 0.12 | 0.13 | 318.2 | 0.57 | 0.69 |
| Hex | DD | 84 | C2 | 0 | 28 | C | D | 13E | 39 | 45 |
| Octal | 335 | 204 | 302 | 0 | 50 | 14 | 15 | 476 | 71 | 105 |
| Binary | 11011101 | 10000100 | 11000010 | 0 | 101000 | 1100 | 1101 | 100111110 | 111001 | 1000101 |
Color Harmonies of #DD84C2
Complementary color
Monochromatic Colors of #DD84C2
Black with #DD84C2
Text Example
Text Example
White with #DD84C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD84C2; }
p { color: rgb(221,132,194); }
H1.HeaderClassName
{
color: #DD84C2;
}
.AnyTagClassName
{
color: #DD84C2;
}
</style>
background-color css
<style>
a { background-color: #DD84C2; }
a { background-color: rgb(221,132,194); }
div.DivClassName
{
background-color: #DD84C2;
}
.BgClassName
{
background-color: #DD84C2;
}
</style>
border-color css
<style>
span { border-color: #DD84C2; }
span { border-color: rgb(221,132,194); }
td.TdClassName
{
border-color: #DD84C2;
}
.TagClassName
{
border-color: #DD84C2;
}
</style>