Shades of Plum #DD89D7
Tints of Plum #DD89D7
RGB
CMYK
RGB Variations
Color information
#DD89D7 (or 0xDD89D7) is known color: Plum. HEX triplet: DD, 89 and D7. RGB value is (221,137,215). Sum of RGB (Red+Green+Blue) = 221+137+215=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 137 (53.91% from 255 or 23.91% from 573); Blue value is 215 (84.38% from 255 or 37.52% from 573); Max value from RGB is 221 - color contains mainly: red. Hex color #DD89D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD89D7 is #227628. Grayscale: #AAAAAA. Windows color (decimal): -2258473 or 14125533. OLE color: 14125533.
HSL color Cylindrical-coordinate representation of color #DD89D7: hue angle of 304.29º 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 #DD89D7 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 137 | 215 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.13 |
| HSL | 304.29º | 0.55% | 0.7% | - |
| HSV(B) | 304.29º | 0.38% | 0.87% | - |
| XYZ | 51.03 | 38.17 | 68.97 | - |
| YUV | 171.01 | 152.83 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 137 | 215 | 0 | 0.38 | 0.03 | 0.13 | 304.29 | 0.55 | 0.7 |
| Hex | DD | 89 | D7 | 0 | 26 | 3 | D | 130 | 37 | 46 |
| Octal | 335 | 211 | 327 | 0 | 46 | 3 | 15 | 460 | 67 | 106 |
| Binary | 11011101 | 10001001 | 11010111 | 0 | 100110 | 11 | 1101 | 100110000 | 110111 | 1000110 |
Color Harmonies of #DD89D7
Complementary color
Monochromatic Colors of #DD89D7
Black with #DD89D7
Text Example
Text Example
White with #DD89D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD89D7; }
p { color: rgb(221,137,215); }
H1.HeaderClassName
{
color: #DD89D7;
}
.AnyTagClassName
{
color: #DD89D7;
}
</style>
background-color css
<style>
a { background-color: #DD89D7; }
a { background-color: rgb(221,137,215); }
div.DivClassName
{
background-color: #DD89D7;
}
.BgClassName
{
background-color: #DD89D7;
}
</style>
border-color css
<style>
span { border-color: #DD89D7; }
span { border-color: rgb(221,137,215); }
td.TdClassName
{
border-color: #DD89D7;
}
.TagClassName
{
border-color: #DD89D7;
}
</style>