Shades of Plum #DD89DB
Tints of Plum #DD89DB
RGB
CMYK
RGB Variations
Color information
#DD89DB (or 0xDD89DB) is known color: Plum. HEX triplet: DD, 89 and DB. RGB value is (221,137,219). Sum of RGB (Red+Green+Blue) = 221+137+219=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 137 (53.91% from 255 or 23.74% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 221 - color contains mainly: red. Hex color #DD89DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD89DB is #227624. Grayscale: #ABABAB. Windows color (decimal): -2258469 or 14387677. OLE color: 14387677.
HSL color Cylindrical-coordinate representation of color #DD89DB: hue angle of 301.43º 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 #DD89DB is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 137 | 219 | - |
| CMYK | 0 | 0.38 | 0.01 | 0.13 |
| HSL | 301.43º | 0.55% | 0.7% | - |
| HSV(B) | 301.43º | 0.38% | 0.87% | - |
| XYZ | 51.55 | 38.38 | 71.71 | - |
| YUV | 171.46 | 154.83 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 137 | 219 | 0 | 0.38 | 0.01 | 0.13 | 301.43 | 0.55 | 0.7 |
| Hex | DD | 89 | DB | 0 | 26 | 1 | D | 12D | 37 | 46 |
| Octal | 335 | 211 | 333 | 0 | 46 | 1 | 15 | 455 | 67 | 106 |
| Binary | 11011101 | 10001001 | 11011011 | 0 | 100110 | 1 | 1101 | 100101101 | 110111 | 1000110 |
Color Harmonies of #DD89DB
Complementary color
Monochromatic Colors of #DD89DB
Black with #DD89DB
Text Example
Text Example
White with #DD89DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD89DB; }
p { color: rgb(221,137,219); }
H1.HeaderClassName
{
color: #DD89DB;
}
.AnyTagClassName
{
color: #DD89DB;
}
</style>
background-color css
<style>
a { background-color: #DD89DB; }
a { background-color: rgb(221,137,219); }
div.DivClassName
{
background-color: #DD89DB;
}
.BgClassName
{
background-color: #DD89DB;
}
</style>
border-color css
<style>
span { border-color: #DD89DB; }
span { border-color: rgb(221,137,219); }
td.TdClassName
{
border-color: #DD89DB;
}
.TagClassName
{
border-color: #DD89DB;
}
</style>