Shades of Plum #D990D8
Tints of Plum #D990D8
RGB
CMYK
RGB Variations
Color information
#D990D8 (or 0xD990D8) is known color: Plum. HEX triplet: D9, 90 and D8. RGB value is (217,144,216). Sum of RGB (Red+Green+Blue) = 217+144+216=577 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.61% from 577); Green value is 144 (56.64% from 255 or 24.96% from 577); Blue value is 216 (84.77% from 255 or 37.44% from 577); Max value from RGB is 217 - color contains mainly: red. Hex color #D990D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D990D8 is #266F27. Grayscale: #ADADAD. Windows color (decimal): -2518824 or 14192857. OLE color: 14192857.
HSL color Cylindrical-coordinate representation of color #D990D8: hue angle of 300.82º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D990D8 is Cyan = 0, Magento = 0.34, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 144 | 216 | - |
| CMYK | 0 | 0.34 | 0.00 | 0.15 |
| HSL | 300.82º | 0.49% | 0.71% | - |
| HSV(B) | 300.82º | 0.34% | 0.85% | - |
| XYZ | 50.98 | 39.66 | 69.93 | - |
| YUV | 174.04 | 151.68 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 144 | 216 | 0 | 0.34 | 0.00 | 0.15 | 300.82 | 0.49 | 0.71 |
| Hex | D9 | 90 | D8 | 0 | 22 | 0 | F | 12D | 31 | 47 |
| Octal | 331 | 220 | 330 | 0 | 42 | 0 | 17 | 455 | 61 | 107 |
| Binary | 11011001 | 10010000 | 11011000 | 0 | 100010 | 0 | 1111 | 100101101 | 110001 | 1000111 |
Color Harmonies of #D990D8
Complementary color
Monochromatic Colors of #D990D8
Black with #D990D8
Text Example
Text Example
White with #D990D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D990D8; }
p { color: rgb(217,144,216); }
H1.HeaderClassName
{
color: #D990D8;
}
.AnyTagClassName
{
color: #D990D8;
}
</style>
background-color css
<style>
a { background-color: #D990D8; }
a { background-color: rgb(217,144,216); }
div.DivClassName
{
background-color: #D990D8;
}
.BgClassName
{
background-color: #D990D8;
}
</style>
border-color css
<style>
span { border-color: #D990D8; }
span { border-color: rgb(217,144,216); }
td.TdClassName
{
border-color: #D990D8;
}
.TagClassName
{
border-color: #D990D8;
}
</style>