Shades of Plum #D991ED
Tints of Plum #D991ED
RGB
CMYK
RGB Variations
Color information
#D991ED (or 0xD991ED) is known color: Plum. HEX triplet: D9, 91 and ED. RGB value is (217,145,237). Sum of RGB (Red+Green+Blue) = 217+145+237=599 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.23% from 599); Green value is 145 (57.03% from 255 or 24.21% from 599); Blue value is 237 (92.97% from 255 or 39.57% from 599); Max value from RGB is 237 - color contains mainly: blue. Hex color #D991ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D991ED is #266E12. Grayscale: #B0B0B0. Windows color (decimal): -2518547 or 15569369. OLE color: 15569369.
HSL color Cylindrical-coordinate representation of color #D991ED: hue angle of 286.96º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D991ED is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 145 | 237 | - |
| CMYK | 0.08 | 0.39 | 0 | 0.07 |
| HSL | 286.96º | 0.72% | 0.75% | - |
| HSV(B) | 286.96º | 0.39% | 0.93% | - |
| XYZ | 54.03 | 41.12 | 85.21 | - |
| YUV | 177.02 | 161.85 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 145 | 237 | 0.08 | 0.39 | 0 | 0.07 | 286.96 | 0.72 | 0.75 |
| Hex | D9 | 91 | ED | 8 | 27 | 0 | 7 | 11F | 48 | 4B |
| Octal | 331 | 221 | 355 | 10 | 47 | 0 | 7 | 437 | 110 | 113 |
| Binary | 11011001 | 10010001 | 11101101 | 1000 | 100111 | 0 | 111 | 100011111 | 1001000 | 1001011 |
Color Harmonies of #D991ED
Complementary color
Monochromatic Colors of #D991ED
Black with #D991ED
Text Example
Text Example
White with #D991ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D991ED; }
p { color: rgb(217,145,237); }
H1.HeaderClassName
{
color: #D991ED;
}
.AnyTagClassName
{
color: #D991ED;
}
</style>
background-color css
<style>
a { background-color: #D991ED; }
a { background-color: rgb(217,145,237); }
div.DivClassName
{
background-color: #D991ED;
}
.BgClassName
{
background-color: #D991ED;
}
</style>
border-color css
<style>
span { border-color: #D991ED; }
span { border-color: rgb(217,145,237); }
td.TdClassName
{
border-color: #D991ED;
}
.TagClassName
{
border-color: #D991ED;
}
</style>