Shades of Plum #D991E0
Tints of Plum #D991E0
RGB
CMYK
RGB Variations
Color information
#D991E0 (or 0xD991E0) is known color: Plum. HEX triplet: D9, 91 and E0. RGB value is (217,145,224). Sum of RGB (Red+Green+Blue) = 217+145+224=586 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.03% from 586); Green value is 145 (57.03% from 255 or 24.74% from 586); Blue value is 224 (87.89% from 255 or 38.23% from 586); Max value from RGB is 224 - color contains mainly: blue. Hex color #D991E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D991E0 is #266E1F. Grayscale: #AFAFAF. Windows color (decimal): -2518560 or 14717401. OLE color: 14717401.
HSL color Cylindrical-coordinate representation of color #D991E0: hue angle of 294.68º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D991E0 is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 145 | 224 | - |
| CMYK | 0.03 | 0.35 | 0 | 0.12 |
| HSL | 294.68º | 0.56% | 0.72% | - |
| HSV(B) | 294.68º | 0.35% | 0.88% | - |
| XYZ | 52.2 | 40.38 | 75.56 | - |
| YUV | 175.53 | 155.35 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 145 | 224 | 0.03 | 0.35 | 0 | 0.12 | 294.68 | 0.56 | 0.72 |
| Hex | D9 | 91 | E0 | 3 | 23 | 0 | C | 127 | 38 | 48 |
| Octal | 331 | 221 | 340 | 3 | 43 | 0 | 14 | 447 | 70 | 110 |
| Binary | 11011001 | 10010001 | 11100000 | 11 | 100011 | 0 | 1100 | 100100111 | 111000 | 1001000 |
Color Harmonies of #D991E0
Complementary color
Monochromatic Colors of #D991E0
Black with #D991E0
Text Example
Text Example
White with #D991E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D991E0; }
p { color: rgb(217,145,224); }
H1.HeaderClassName
{
color: #D991E0;
}
.AnyTagClassName
{
color: #D991E0;
}
</style>
background-color css
<style>
a { background-color: #D991E0; }
a { background-color: rgb(217,145,224); }
div.DivClassName
{
background-color: #D991E0;
}
.BgClassName
{
background-color: #D991E0;
}
</style>
border-color css
<style>
span { border-color: #D991E0; }
span { border-color: rgb(217,145,224); }
td.TdClassName
{
border-color: #D991E0;
}
.TagClassName
{
border-color: #D991E0;
}
</style>