Shades of Tea Rose #DD81C4
Tints of Tea Rose #DD81C4
RGB
CMYK
RGB Variations
Color information
#DD81C4 (or 0xDD81C4) is known color: Tea Rose. HEX triplet: DD, 81 and C4. RGB value is (221,129,196). Sum of RGB (Red+Green+Blue) = 221+129+196=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 129 (50.78% from 255 or 23.63% from 546); Blue value is 196 (76.95% from 255 or 35.90% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DD81C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD81C4 is #227E3B. Grayscale: #A3A3A3. Windows color (decimal): -2260540 or 12878301. OLE color: 12878301.
HSL color Cylindrical-coordinate representation of color #DD81C4: hue angle of 316.3º 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 #DD81C4 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 129 | 196 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.13 |
| HSL | 316.3º | 0.58% | 0.69% | - |
| HSV(B) | 316.3º | 0.42% | 0.87% | - |
| XYZ | 47.63 | 35.06 | 56.48 | - |
| YUV | 164.15 | 145.98 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 129 | 196 | 0 | 0.42 | 0.11 | 0.13 | 316.3 | 0.58 | 0.69 |
| Hex | DD | 81 | C4 | 0 | 2A | B | D | 13C | 3A | 45 |
| Octal | 335 | 201 | 304 | 0 | 52 | 13 | 15 | 474 | 72 | 105 |
| Binary | 11011101 | 10000001 | 11000100 | 0 | 101010 | 1011 | 1101 | 100111100 | 111010 | 1000101 |
Color Harmonies of #DD81C4
Complementary color
Monochromatic Colors of #DD81C4
Black with #DD81C4
Text Example
Text Example
White with #DD81C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD81C4; }
p { color: rgb(221,129,196); }
H1.HeaderClassName
{
color: #DD81C4;
}
.AnyTagClassName
{
color: #DD81C4;
}
</style>
background-color css
<style>
a { background-color: #DD81C4; }
a { background-color: rgb(221,129,196); }
div.DivClassName
{
background-color: #DD81C4;
}
.BgClassName
{
background-color: #DD81C4;
}
</style>
border-color css
<style>
span { border-color: #DD81C4; }
span { border-color: rgb(221,129,196); }
td.TdClassName
{
border-color: #DD81C4;
}
.TagClassName
{
border-color: #DD81C4;
}
</style>