Shades of Plum #D991DD
Tints of Plum #D991DD
RGB
CMYK
RGB Variations
Color information
#D991DD (or 0xD991DD) is known color: Plum. HEX triplet: D9, 91 and DD. RGB value is (217,145,221). Sum of RGB (Red+Green+Blue) = 217+145+221=583 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.22% from 583); Green value is 145 (57.03% from 255 or 24.87% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 221 - color contains mainly: blue. Hex color #D991DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D991DD is #266E22. Grayscale: #AEAEAE. Windows color (decimal): -2518563 or 14520793. OLE color: 14520793.
HSL color Cylindrical-coordinate representation of color #D991DD: hue angle of 296.84º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D991DD is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 145 | 221 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.13 |
| HSL | 296.84º | 0.53% | 0.72% | - |
| HSV(B) | 296.84º | 0.34% | 0.87% | - |
| XYZ | 51.79 | 40.22 | 73.44 | - |
| YUV | 175.19 | 153.85 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 145 | 221 | 0.02 | 0.34 | 0 | 0.13 | 296.84 | 0.53 | 0.72 |
| Hex | D9 | 91 | DD | 2 | 22 | 0 | D | 129 | 35 | 48 |
| Octal | 331 | 221 | 335 | 2 | 42 | 0 | 15 | 451 | 65 | 110 |
| Binary | 11011001 | 10010001 | 11011101 | 10 | 100010 | 0 | 1101 | 100101001 | 110101 | 1001000 |
Color Harmonies of #D991DD
Complementary color
Monochromatic Colors of #D991DD
Black with #D991DD
Text Example
Text Example
White with #D991DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D991DD; }
p { color: rgb(217,145,221); }
H1.HeaderClassName
{
color: #D991DD;
}
.AnyTagClassName
{
color: #D991DD;
}
</style>
background-color css
<style>
a { background-color: #D991DD; }
a { background-color: rgb(217,145,221); }
div.DivClassName
{
background-color: #D991DD;
}
.BgClassName
{
background-color: #D991DD;
}
</style>
border-color css
<style>
span { border-color: #D991DD; }
span { border-color: rgb(217,145,221); }
td.TdClassName
{
border-color: #D991DD;
}
.TagClassName
{
border-color: #D991DD;
}
</style>