Shades of Plum #D991E5
Tints of Plum #D991E5
RGB
CMYK
RGB Variations
Color information
#D991E5 (or 0xD991E5) is known color: Plum. HEX triplet: D9, 91 and E5. RGB value is (217,145,229). Sum of RGB (Red+Green+Blue) = 217+145+229=591 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.72% from 591); Green value is 145 (57.03% from 255 or 24.53% from 591); Blue value is 229 (89.84% from 255 or 38.75% from 591); Max value from RGB is 229 - color contains mainly: blue. Hex color #D991E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D991E5 is #266E1A. Grayscale: #AFAFAF. Windows color (decimal): -2518555 or 15045081. OLE color: 15045081.
HSL color Cylindrical-coordinate representation of color #D991E5: hue angle of 291.43º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D991E5 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 145 | 229 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.10 |
| HSL | 291.43º | 0.62% | 0.73% | - |
| HSV(B) | 291.43º | 0.37% | 0.9% | - |
| XYZ | 52.88 | 40.66 | 79.19 | - |
| YUV | 176.1 | 157.85 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 145 | 229 | 0.05 | 0.37 | 0 | 0.10 | 291.43 | 0.62 | 0.73 |
| Hex | D9 | 91 | E5 | 5 | 25 | 0 | A | 123 | 3E | 49 |
| Octal | 331 | 221 | 345 | 5 | 45 | 0 | 12 | 443 | 76 | 111 |
| Binary | 11011001 | 10010001 | 11100101 | 101 | 100101 | 0 | 1010 | 100100011 | 111110 | 1001001 |
Color Harmonies of #D991E5
Complementary color
Monochromatic Colors of #D991E5
Black with #D991E5
Text Example
Text Example
White with #D991E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D991E5; }
p { color: rgb(217,145,229); }
H1.HeaderClassName
{
color: #D991E5;
}
.AnyTagClassName
{
color: #D991E5;
}
</style>
background-color css
<style>
a { background-color: #D991E5; }
a { background-color: rgb(217,145,229); }
div.DivClassName
{
background-color: #D991E5;
}
.BgClassName
{
background-color: #D991E5;
}
</style>
border-color css
<style>
span { border-color: #D991E5; }
span { border-color: rgb(217,145,229); }
td.TdClassName
{
border-color: #D991E5;
}
.TagClassName
{
border-color: #D991E5;
}
</style>