Shades of Plum #D991D1
Tints of Plum #D991D1
RGB
CMYK
RGB Variations
Color information
#D991D1 (or 0xD991D1) is known color: Plum. HEX triplet: D9, 91 and D1. RGB value is (217,145,209). Sum of RGB (Red+Green+Blue) = 217+145+209=571 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.00% from 571); Green value is 145 (57.03% from 255 or 25.39% from 571); Blue value is 209 (82.03% from 255 or 36.60% from 571); Max value from RGB is 217 - color contains mainly: red. Hex color #D991D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D991D1 is #266E2E. Grayscale: #ADADAD. Windows color (decimal): -2518575 or 13734361. OLE color: 13734361.
HSL color Cylindrical-coordinate representation of color #D991D1: hue angle of 306.67º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D991D1 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 145 | 209 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.15 |
| HSL | 306.67º | 0.49% | 0.71% | - |
| HSV(B) | 306.67º | 0.33% | 0.85% | - |
| XYZ | 50.25 | 39.61 | 65.32 | - |
| YUV | 173.82 | 147.85 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 145 | 209 | 0 | 0.33 | 0.04 | 0.15 | 306.67 | 0.49 | 0.71 |
| Hex | D9 | 91 | D1 | 0 | 21 | 4 | F | 133 | 31 | 47 |
| Octal | 331 | 221 | 321 | 0 | 41 | 4 | 17 | 463 | 61 | 107 |
| Binary | 11011001 | 10010001 | 11010001 | 0 | 100001 | 100 | 1111 | 100110011 | 110001 | 1000111 |
Color Harmonies of #D991D1
Complementary color
Monochromatic Colors of #D991D1
Black with #D991D1
Text Example
Text Example
White with #D991D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D991D1; }
p { color: rgb(217,145,209); }
H1.HeaderClassName
{
color: #D991D1;
}
.AnyTagClassName
{
color: #D991D1;
}
</style>
background-color css
<style>
a { background-color: #D991D1; }
a { background-color: rgb(217,145,209); }
div.DivClassName
{
background-color: #D991D1;
}
.BgClassName
{
background-color: #D991D1;
}
</style>
border-color css
<style>
span { border-color: #D991D1; }
span { border-color: rgb(217,145,209); }
td.TdClassName
{
border-color: #D991D1;
}
.TagClassName
{
border-color: #D991D1;
}
</style>