Shades of Tea Rose #DD82C4
Tints of Tea Rose #DD82C4
RGB
CMYK
RGB Variations
Color information
#DD82C4 (or 0xDD82C4) is known color: Tea Rose. HEX triplet: DD, 82 and C4. RGB value is (221,130,196). Sum of RGB (Red+Green+Blue) = 221+130+196=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 130 (51.17% from 255 or 23.77% from 547); Blue value is 196 (76.95% from 255 or 35.83% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DD82C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD82C4 is #227D3B. Grayscale: #A4A4A4. Windows color (decimal): -2260284 or 12878557. OLE color: 12878557.
HSL color Cylindrical-coordinate representation of color #DD82C4: hue angle of 316.48º 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 #DD82C4 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 130 | 196 | - |
| CMYK | 0 | 0.41 | 0.11 | 0.13 |
| HSL | 316.48º | 0.57% | 0.69% | - |
| HSV(B) | 316.48º | 0.41% | 0.87% | - |
| XYZ | 47.77 | 35.32 | 56.53 | - |
| YUV | 164.73 | 145.65 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 130 | 196 | 0 | 0.41 | 0.11 | 0.13 | 316.48 | 0.57 | 0.69 |
| Hex | DD | 82 | C4 | 0 | 29 | B | D | 13C | 39 | 45 |
| Octal | 335 | 202 | 304 | 0 | 51 | 13 | 15 | 474 | 71 | 105 |
| Binary | 11011101 | 10000010 | 11000100 | 0 | 101001 | 1011 | 1101 | 100111100 | 111001 | 1000101 |
Color Harmonies of #DD82C4
Complementary color
Monochromatic Colors of #DD82C4
Black with #DD82C4
Text Example
Text Example
White with #DD82C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD82C4; }
p { color: rgb(221,130,196); }
H1.HeaderClassName
{
color: #DD82C4;
}
.AnyTagClassName
{
color: #DD82C4;
}
</style>
background-color css
<style>
a { background-color: #DD82C4; }
a { background-color: rgb(221,130,196); }
div.DivClassName
{
background-color: #DD82C4;
}
.BgClassName
{
background-color: #DD82C4;
}
</style>
border-color css
<style>
span { border-color: #DD82C4; }
span { border-color: rgb(221,130,196); }
td.TdClassName
{
border-color: #DD82C4;
}
.TagClassName
{
border-color: #DD82C4;
}
</style>