Shades of Tea Rose #DD81C3
Tints of Tea Rose #DD81C3
RGB
CMYK
RGB Variations
Color information
#DD81C3 (or 0xDD81C3) is known color: Tea Rose. HEX triplet: DD, 81 and C3. RGB value is (221,129,195). Sum of RGB (Red+Green+Blue) = 221+129+195=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 129 (50.78% from 255 or 23.67% from 545); Blue value is 195 (76.56% from 255 or 35.78% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DD81C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD81C3 is #227E3C. Grayscale: #A3A3A3. Windows color (decimal): -2260541 or 12812765. OLE color: 12812765.
HSL color Cylindrical-coordinate representation of color #DD81C3: hue angle of 316.96º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD81C3 is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 129 | 195 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.13 |
| HSL | 316.96º | 0.58% | 0.69% | - |
| HSV(B) | 316.96º | 0.42% | 0.87% | - |
| XYZ | 47.52 | 35.01 | 55.88 | - |
| YUV | 164.03 | 145.48 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 129 | 195 | 0 | 0.42 | 0.12 | 0.13 | 316.96 | 0.58 | 0.69 |
| Hex | DD | 81 | C3 | 0 | 2A | C | D | 13D | 3A | 45 |
| Octal | 335 | 201 | 303 | 0 | 52 | 14 | 15 | 475 | 72 | 105 |
| Binary | 11011101 | 10000001 | 11000011 | 0 | 101010 | 1100 | 1101 | 100111101 | 111010 | 1000101 |
Color Harmonies of #DD81C3
Complementary color
Monochromatic Colors of #DD81C3
Black with #DD81C3
Text Example
Text Example
White with #DD81C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD81C3; }
p { color: rgb(221,129,195); }
H1.HeaderClassName
{
color: #DD81C3;
}
.AnyTagClassName
{
color: #DD81C3;
}
</style>
background-color css
<style>
a { background-color: #DD81C3; }
a { background-color: rgb(221,129,195); }
div.DivClassName
{
background-color: #DD81C3;
}
.BgClassName
{
background-color: #DD81C3;
}
</style>
border-color css
<style>
span { border-color: #DD81C3; }
span { border-color: rgb(221,129,195); }
td.TdClassName
{
border-color: #DD81C3;
}
.TagClassName
{
border-color: #DD81C3;
}
</style>