Shades of Plum #DD89DD
Tints of Plum #DD89DD
RGB
CMYK
RGB Variations
Color information
#DD89DD (or 0xDD89DD) is known color: Plum. HEX triplet: DD, 89 and DD. RGB value is (221,137,221). Sum of RGB (Red+Green+Blue) = 221+137+221=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 137 (53.91% from 255 or 23.66% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD89DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD89DD is #227622. Grayscale: #ABABAB. Windows color (decimal): -2258467 or 14518749. OLE color: 14518749.
HSL color Cylindrical-coordinate representation of color #DD89DD: hue angle of 300º 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 #DD89DD is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 137 | 221 | - |
CMYK | 0 | 0.38 | 0 | 0.13 |
HSL | 300º | 0.55% | 0.7% | - |
HSV(B) | 300º | 0.38% | 0.87% | - |
XYZ | 51.82 | 38.48 | 73.1 | - |
YUV | 171.69 | 155.83 | 163.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 137 | 221 | 0 | 0.38 | 0 | 0.13 | 300 | 0.55 | 0.7 |
Hex | DD | 89 | DD | 0 | 26 | 0 | D | 12C | 37 | 46 |
Octal | 335 | 211 | 335 | 0 | 46 | 0 | 15 | 454 | 67 | 106 |
Binary | 11011101 | 10001001 | 11011101 | 0 | 100110 | 0 | 1101 | 100101100 | 110111 | 1000110 |
Color Harmonies of #DD89DD
Complementary color
Monochromatic Colors of #DD89DD
Black with #DD89DD
Text Example
Text Example
White with #DD89DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD89DD; }
p { color: rgb(221,137,221); }
H1.HeaderClassName
{
color: #DD89DD;
}
.AnyTagClassName
{
color: #DD89DD;
}
</style>
background-color css
<style>
a { background-color: #DD89DD; }
a { background-color: rgb(221,137,221); }
div.DivClassName
{
background-color: #DD89DD;
}
.BgClassName
{
background-color: #DD89DD;
}
</style>
border-color css
<style>
span { border-color: #DD89DD; }
span { border-color: rgb(221,137,221); }
td.TdClassName
{
border-color: #DD89DD;
}
.TagClassName
{
border-color: #DD89DD;
}
</style>