Shades of Tea Rose #DD82C2
Tints of Tea Rose #DD82C2
RGB
CMYK
RGB Variations
Color information
#DD82C2 (or 0xDD82C2) is known color: Tea Rose. HEX triplet: DD, 82 and C2. RGB value is (221,130,194). Sum of RGB (Red+Green+Blue) = 221+130+194=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 130 (51.17% from 255 or 23.85% from 545); Blue value is 194 (76.17% from 255 or 35.60% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DD82C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD82C2 is #227D3D. Grayscale: #A4A4A4. Windows color (decimal): -2260286 or 12747485. OLE color: 12747485.
HSL color Cylindrical-coordinate representation of color #DD82C2: hue angle of 317.8º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DD82C2 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 130 | 194 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.13 |
| HSL | 317.8º | 0.57% | 0.69% | - |
| HSV(B) | 317.8º | 0.41% | 0.87% | - |
| XYZ | 47.54 | 35.23 | 55.33 | - |
| YUV | 164.51 | 144.65 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 130 | 194 | 0 | 0.41 | 0.12 | 0.13 | 317.8 | 0.57 | 0.69 |
| Hex | DD | 82 | C2 | 0 | 29 | C | D | 13E | 39 | 45 |
| Octal | 335 | 202 | 302 | 0 | 51 | 14 | 15 | 476 | 71 | 105 |
| Binary | 11011101 | 10000010 | 11000010 | 0 | 101001 | 1100 | 1101 | 100111110 | 111001 | 1000101 |
Color Harmonies of #DD82C2
Complementary color
Monochromatic Colors of #DD82C2
Black with #DD82C2
Text Example
Text Example
White with #DD82C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD82C2; }
p { color: rgb(221,130,194); }
H1.HeaderClassName
{
color: #DD82C2;
}
.AnyTagClassName
{
color: #DD82C2;
}
</style>
background-color css
<style>
a { background-color: #DD82C2; }
a { background-color: rgb(221,130,194); }
div.DivClassName
{
background-color: #DD82C2;
}
.BgClassName
{
background-color: #DD82C2;
}
</style>
border-color css
<style>
span { border-color: #DD82C2; }
span { border-color: rgb(221,130,194); }
td.TdClassName
{
border-color: #DD82C2;
}
.TagClassName
{
border-color: #DD82C2;
}
</style>