Shades of Plum #D991D0
Tints of Plum #D991D0
RGB
CMYK
RGB Variations
Color information
#D991D0 (or 0xD991D0) is known color: Plum. HEX triplet: D9, 91 and D0. RGB value is (217,145,208). Sum of RGB (Red+Green+Blue) = 217+145+208=570 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.07% from 570); Green value is 145 (57.03% from 255 or 25.44% from 570); Blue value is 208 (81.64% from 255 or 36.49% from 570); Max value from RGB is 217 - color contains mainly: red. Hex color #D991D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D991D0 is #266E2F. Grayscale: #ADADAD. Windows color (decimal): -2518576 or 13668825. OLE color: 13668825.
HSL color Cylindrical-coordinate representation of color #D991D0: hue angle of 307.5º 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 #D991D0 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 145 | 208 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.15 |
| HSL | 307.5º | 0.49% | 0.71% | - |
| HSV(B) | 307.5º | 0.33% | 0.85% | - |
| XYZ | 50.13 | 39.56 | 64.67 | - |
| YUV | 173.71 | 147.35 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 145 | 208 | 0 | 0.33 | 0.04 | 0.15 | 307.5 | 0.49 | 0.71 |
| Hex | D9 | 91 | D0 | 0 | 21 | 4 | F | 134 | 31 | 47 |
| Octal | 331 | 221 | 320 | 0 | 41 | 4 | 17 | 464 | 61 | 107 |
| Binary | 11011001 | 10010001 | 11010000 | 0 | 100001 | 100 | 1111 | 100110100 | 110001 | 1000111 |
Color Harmonies of #D991D0
Complementary color
Monochromatic Colors of #D991D0
Black with #D991D0
Text Example
Text Example
White with #D991D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D991D0; }
p { color: rgb(217,145,208); }
H1.HeaderClassName
{
color: #D991D0;
}
.AnyTagClassName
{
color: #D991D0;
}
</style>
background-color css
<style>
a { background-color: #D991D0; }
a { background-color: rgb(217,145,208); }
div.DivClassName
{
background-color: #D991D0;
}
.BgClassName
{
background-color: #D991D0;
}
</style>
border-color css
<style>
span { border-color: #D991D0; }
span { border-color: rgb(217,145,208); }
td.TdClassName
{
border-color: #D991D0;
}
.TagClassName
{
border-color: #D991D0;
}
</style>