Shades of Plum #DD89DC
Tints of Plum #DD89DC
RGB
CMYK
RGB Variations
Color information
#DD89DC (or 0xDD89DC) is known color: Plum. HEX triplet: DD, 89 and DC. RGB value is (221,137,220). Sum of RGB (Red+Green+Blue) = 221+137+220=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 137 (53.91% from 255 or 23.70% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 221 - color contains mainly: red. Hex color #DD89DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD89DC is #227623. Grayscale: #ABABAB. Windows color (decimal): -2258468 or 14453213. OLE color: 14453213.
HSL color Cylindrical-coordinate representation of color #DD89DC: hue angle of 300.71º 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 #DD89DC is Cyan = 0, Magento = 0.38, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 137 | 220 | - |
| CMYK | 0 | 0.38 | 0.00 | 0.13 |
| HSL | 300.71º | 0.55% | 0.7% | - |
| HSV(B) | 300.71º | 0.38% | 0.87% | - |
| XYZ | 51.68 | 38.43 | 72.4 | - |
| YUV | 171.58 | 155.33 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 137 | 220 | 0 | 0.38 | 0.00 | 0.13 | 300.71 | 0.55 | 0.7 |
| Hex | DD | 89 | DC | 0 | 26 | 0 | D | 12D | 37 | 46 |
| Octal | 335 | 211 | 334 | 0 | 46 | 0 | 15 | 455 | 67 | 106 |
| Binary | 11011101 | 10001001 | 11011100 | 0 | 100110 | 0 | 1101 | 100101101 | 110111 | 1000110 |
Color Harmonies of #DD89DC
Complementary color
Monochromatic Colors of #DD89DC
Black with #DD89DC
Text Example
Text Example
White with #DD89DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD89DC; }
p { color: rgb(221,137,220); }
H1.HeaderClassName
{
color: #DD89DC;
}
.AnyTagClassName
{
color: #DD89DC;
}
</style>
background-color css
<style>
a { background-color: #DD89DC; }
a { background-color: rgb(221,137,220); }
div.DivClassName
{
background-color: #DD89DC;
}
.BgClassName
{
background-color: #DD89DC;
}
</style>
border-color css
<style>
span { border-color: #DD89DC; }
span { border-color: rgb(221,137,220); }
td.TdClassName
{
border-color: #DD89DC;
}
.TagClassName
{
border-color: #DD89DC;
}
</style>