Shades of Plum #DD89D9
Tints of Plum #DD89D9
RGB
CMYK
RGB Variations
Color information
#DD89D9 (or 0xDD89D9) is known color: Plum. HEX triplet: DD, 89 and D9. RGB value is (221,137,217). Sum of RGB (Red+Green+Blue) = 221+137+217=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 137 (53.91% from 255 or 23.83% from 575); Blue value is 217 (85.16% from 255 or 37.74% from 575); Max value from RGB is 221 - color contains mainly: red. Hex color #DD89D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD89D9 is #227626. Grayscale: #ABABAB. Windows color (decimal): -2258471 or 14256605. OLE color: 14256605.
HSL color Cylindrical-coordinate representation of color #DD89D9: hue angle of 302.86º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD89D9 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 137 | 217 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.13 |
| HSL | 302.86º | 0.55% | 0.7% | - |
| HSV(B) | 302.86º | 0.38% | 0.87% | - |
| XYZ | 51.29 | 38.27 | 70.33 | - |
| YUV | 171.24 | 153.83 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 137 | 217 | 0 | 0.38 | 0.02 | 0.13 | 302.86 | 0.55 | 0.7 |
| Hex | DD | 89 | D9 | 0 | 26 | 2 | D | 12F | 37 | 46 |
| Octal | 335 | 211 | 331 | 0 | 46 | 2 | 15 | 457 | 67 | 106 |
| Binary | 11011101 | 10001001 | 11011001 | 0 | 100110 | 10 | 1101 | 100101111 | 110111 | 1000110 |
Color Harmonies of #DD89D9
Complementary color
Monochromatic Colors of #DD89D9
Black with #DD89D9
Text Example
Text Example
White with #DD89D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD89D9; }
p { color: rgb(221,137,217); }
H1.HeaderClassName
{
color: #DD89D9;
}
.AnyTagClassName
{
color: #DD89D9;
}
</style>
background-color css
<style>
a { background-color: #DD89D9; }
a { background-color: rgb(221,137,217); }
div.DivClassName
{
background-color: #DD89D9;
}
.BgClassName
{
background-color: #DD89D9;
}
</style>
border-color css
<style>
span { border-color: #DD89D9; }
span { border-color: rgb(221,137,217); }
td.TdClassName
{
border-color: #DD89D9;
}
.TagClassName
{
border-color: #DD89D9;
}
</style>