Shades of Tea Rose #DD83C2
Tints of Tea Rose #DD83C2
RGB
CMYK
RGB Variations
Color information
#DD83C2 (or 0xDD83C2) is known color: Tea Rose. HEX triplet: DD, 83 and C2. RGB value is (221,131,194). Sum of RGB (Red+Green+Blue) = 221+131+194=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 131 (51.56% from 255 or 23.99% from 546); Blue value is 194 (76.17% from 255 or 35.53% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DD83C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD83C2 is #227C3D. Grayscale: #A4A4A4. Windows color (decimal): -2260030 or 12747741. OLE color: 12747741.
HSL color Cylindrical-coordinate representation of color #DD83C2: hue angle of 318º 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 #DD83C2 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 131 | 194 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.13 |
| HSL | 318º | 0.57% | 0.69% | - |
| HSV(B) | 318º | 0.41% | 0.87% | - |
| XYZ | 47.67 | 35.5 | 55.38 | - |
| YUV | 165.09 | 144.32 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 131 | 194 | 0 | 0.41 | 0.12 | 0.13 | 318 | 0.57 | 0.69 |
| Hex | DD | 83 | C2 | 0 | 29 | C | D | 13E | 39 | 45 |
| Octal | 335 | 203 | 302 | 0 | 51 | 14 | 15 | 476 | 71 | 105 |
| Binary | 11011101 | 10000011 | 11000010 | 0 | 101001 | 1100 | 1101 | 100111110 | 111001 | 1000101 |
Color Harmonies of #DD83C2
Complementary color
Monochromatic Colors of #DD83C2
Black with #DD83C2
Text Example
Text Example
White with #DD83C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD83C2; }
p { color: rgb(221,131,194); }
H1.HeaderClassName
{
color: #DD83C2;
}
.AnyTagClassName
{
color: #DD83C2;
}
</style>
background-color css
<style>
a { background-color: #DD83C2; }
a { background-color: rgb(221,131,194); }
div.DivClassName
{
background-color: #DD83C2;
}
.BgClassName
{
background-color: #DD83C2;
}
</style>
border-color css
<style>
span { border-color: #DD83C2; }
span { border-color: rgb(221,131,194); }
td.TdClassName
{
border-color: #DD83C2;
}
.TagClassName
{
border-color: #DD83C2;
}
</style>