Shades of Plum #D991E8
Tints of Plum #D991E8
RGB
CMYK
RGB Variations
Color information
#D991E8 (or 0xD991E8) is known color: Plum. HEX triplet: D9, 91 and E8. RGB value is (217,145,232). Sum of RGB (Red+Green+Blue) = 217+145+232=594 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.53% from 594); Green value is 145 (57.03% from 255 or 24.41% from 594); Blue value is 232 (91.02% from 255 or 39.06% from 594); Max value from RGB is 232 - color contains mainly: blue. Hex color #D991E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D991E8 is #266E17. Grayscale: #B0B0B0. Windows color (decimal): -2518552 or 15241689. OLE color: 15241689.
HSL color Cylindrical-coordinate representation of color #D991E8: hue angle of 289.66º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D991E8 is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 145 | 232 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.09 |
| HSL | 289.66º | 0.65% | 0.74% | - |
| HSV(B) | 289.66º | 0.38% | 0.91% | - |
| XYZ | 53.31 | 40.83 | 81.42 | - |
| YUV | 176.45 | 159.35 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 145 | 232 | 0.06 | 0.38 | 0 | 0.09 | 289.66 | 0.65 | 0.74 |
| Hex | D9 | 91 | E8 | 6 | 26 | 0 | 9 | 122 | 41 | 4A |
| Octal | 331 | 221 | 350 | 6 | 46 | 0 | 11 | 442 | 101 | 112 |
| Binary | 11011001 | 10010001 | 11101000 | 110 | 100110 | 0 | 1001 | 100100010 | 1000001 | 1001010 |
Color Harmonies of #D991E8
Complementary color
Monochromatic Colors of #D991E8
Black with #D991E8
Text Example
Text Example
White with #D991E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D991E8; }
p { color: rgb(217,145,232); }
H1.HeaderClassName
{
color: #D991E8;
}
.AnyTagClassName
{
color: #D991E8;
}
</style>
background-color css
<style>
a { background-color: #D991E8; }
a { background-color: rgb(217,145,232); }
div.DivClassName
{
background-color: #D991E8;
}
.BgClassName
{
background-color: #D991E8;
}
</style>
border-color css
<style>
span { border-color: #D991E8; }
span { border-color: rgb(217,145,232); }
td.TdClassName
{
border-color: #D991E8;
}
.TagClassName
{
border-color: #D991E8;
}
</style>