Shades of Plum #D989E1
Tints of Plum #D989E1
RGB
CMYK
RGB Variations
Color information
#D989E1 (or 0xD989E1) is known color: Plum. HEX triplet: D9, 89 and E1. RGB value is (217,137,225). Sum of RGB (Red+Green+Blue) = 217+137+225=579 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.48% from 579); Green value is 137 (53.91% from 255 or 23.66% from 579); Blue value is 225 (88.28% from 255 or 38.86% from 579); Max value from RGB is 225 - color contains mainly: blue. Hex color #D989E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D989E1 is #26761E. Grayscale: #AAAAAA. Windows color (decimal): -2520607 or 14780889. OLE color: 14780889.
HSL color Cylindrical-coordinate representation of color #D989E1: hue angle of 294.55º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D989E1 is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 137 | 225 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.12 |
| HSL | 294.55º | 0.59% | 0.71% | - |
| HSV(B) | 294.55º | 0.39% | 0.88% | - |
| XYZ | 51.15 | 38.08 | 75.89 | - |
| YUV | 170.95 | 158.5 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 137 | 225 | 0.04 | 0.39 | 0 | 0.12 | 294.55 | 0.59 | 0.71 |
| Hex | D9 | 89 | E1 | 4 | 27 | 0 | C | 127 | 3B | 47 |
| Octal | 331 | 211 | 341 | 4 | 47 | 0 | 14 | 447 | 73 | 107 |
| Binary | 11011001 | 10001001 | 11100001 | 100 | 100111 | 0 | 1100 | 100100111 | 111011 | 1000111 |
Color Harmonies of #D989E1
Complementary color
Monochromatic Colors of #D989E1
Black with #D989E1
Text Example
Text Example
White with #D989E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D989E1; }
p { color: rgb(217,137,225); }
H1.HeaderClassName
{
color: #D989E1;
}
.AnyTagClassName
{
color: #D989E1;
}
</style>
background-color css
<style>
a { background-color: #D989E1; }
a { background-color: rgb(217,137,225); }
div.DivClassName
{
background-color: #D989E1;
}
.BgClassName
{
background-color: #D989E1;
}
</style>
border-color css
<style>
span { border-color: #D989E1; }
span { border-color: rgb(217,137,225); }
td.TdClassName
{
border-color: #D989E1;
}
.TagClassName
{
border-color: #D989E1;
}
</style>