Shades of Plum #D991EA
Tints of Plum #D991EA
RGB
CMYK
RGB Variations
Color information
#D991EA (or 0xD991EA) is known color: Plum. HEX triplet: D9, 91 and EA. RGB value is (217,145,234). Sum of RGB (Red+Green+Blue) = 217+145+234=596 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.41% from 596); Green value is 145 (57.03% from 255 or 24.33% from 596); Blue value is 234 (91.80% from 255 or 39.26% from 596); Max value from RGB is 234 - color contains mainly: blue. Hex color #D991EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D991EA is #266E15. Grayscale: #B0B0B0. Windows color (decimal): -2518550 or 15372761. OLE color: 15372761.
HSL color Cylindrical-coordinate representation of color #D991EA: hue angle of 288.54º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D991EA is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 217 | 145 | 234 | - |
| CMYK | 0.07 | 0.38 | 0 | 0.08 |
| HSL | 288.54º | 0.68% | 0.74% | - |
| HSV(B) | 288.54º | 0.38% | 0.92% | - |
| XYZ | 53.59 | 40.94 | 82.92 | - |
| YUV | 176.67 | 160.35 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 145 | 234 | 0.07 | 0.38 | 0 | 0.08 | 288.54 | 0.68 | 0.74 |
| Hex | D9 | 91 | EA | 7 | 26 | 0 | 8 | 121 | 44 | 4A |
| Octal | 331 | 221 | 352 | 7 | 46 | 0 | 10 | 441 | 104 | 112 |
| Binary | 11011001 | 10010001 | 11101010 | 111 | 100110 | 0 | 1000 | 100100001 | 1000100 | 1001010 |
Color Harmonies of #D991EA
Complementary color
Monochromatic Colors of #D991EA
Black with #D991EA
Text Example
Text Example
White with #D991EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D991EA; }
p { color: rgb(217,145,234); }
H1.HeaderClassName
{
color: #D991EA;
}
.AnyTagClassName
{
color: #D991EA;
}
</style>
background-color css
<style>
a { background-color: #D991EA; }
a { background-color: rgb(217,145,234); }
div.DivClassName
{
background-color: #D991EA;
}
.BgClassName
{
background-color: #D991EA;
}
</style>
border-color css
<style>
span { border-color: #D991EA; }
span { border-color: rgb(217,145,234); }
td.TdClassName
{
border-color: #D991EA;
}
.TagClassName
{
border-color: #D991EA;
}
</style>