Shades of Plum #D991D7
Tints of Plum #D991D7
RGB
CMYK
RGB Variations
Color information
#D991D7 (or 0xD991D7) is known color: Plum. HEX triplet: D9, 91 and D7. RGB value is (217,145,215). Sum of RGB (Red+Green+Blue) = 217+145+215=577 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.61% from 577); Green value is 145 (57.03% from 255 or 25.13% from 577); Blue value is 215 (84.38% from 255 or 37.26% from 577); Max value from RGB is 217 - color contains mainly: red. Hex color #D991D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D991D7 is #266E28. Grayscale: #AEAEAE. Windows color (decimal): -2518569 or 14127577. OLE color: 14127577.
HSL color Cylindrical-coordinate representation of color #D991D7: hue angle of 301.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 #D991D7 is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 145 | 215 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.15 |
| HSL | 301.67º | 0.49% | 0.71% | - |
| HSV(B) | 301.67º | 0.33% | 0.85% | - |
| XYZ | 51.01 | 39.91 | 69.3 | - |
| YUV | 174.51 | 150.85 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 145 | 215 | 0 | 0.33 | 0.01 | 0.15 | 301.67 | 0.49 | 0.71 |
| Hex | D9 | 91 | D7 | 0 | 21 | 1 | F | 12E | 31 | 47 |
| Octal | 331 | 221 | 327 | 0 | 41 | 1 | 17 | 456 | 61 | 107 |
| Binary | 11011001 | 10010001 | 11010111 | 0 | 100001 | 1 | 1111 | 100101110 | 110001 | 1000111 |
Color Harmonies of #D991D7
Complementary color
Monochromatic Colors of #D991D7
Black with #D991D7
Text Example
Text Example
White with #D991D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D991D7; }
p { color: rgb(217,145,215); }
H1.HeaderClassName
{
color: #D991D7;
}
.AnyTagClassName
{
color: #D991D7;
}
</style>
background-color css
<style>
a { background-color: #D991D7; }
a { background-color: rgb(217,145,215); }
div.DivClassName
{
background-color: #D991D7;
}
.BgClassName
{
background-color: #D991D7;
}
</style>
border-color css
<style>
span { border-color: #D991D7; }
span { border-color: rgb(217,145,215); }
td.TdClassName
{
border-color: #D991D7;
}
.TagClassName
{
border-color: #D991D7;
}
</style>