Shades of Plum #D99DE6
Tints of Plum #D99DE6
RGB
CMYK
RGB Variations
Color information
#D99DE6 (or 0xD99DE6) is known color: Plum. HEX triplet: D9, 9D and E6. RGB value is (217,157,230). Sum of RGB (Red+Green+Blue) = 217+157+230=604 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.93% from 604); Green value is 157 (61.72% from 255 or 25.99% from 604); Blue value is 230 (90.23% from 255 or 38.08% from 604); Max value from RGB is 230 - color contains mainly: blue. Hex color #D99DE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99DE6 is #266219. Grayscale: #B7B7B7. Windows color (decimal): -2515482 or 15113689. OLE color: 15113689.
HSL color Cylindrical-coordinate representation of color #D99DE6: hue angle of 289.32º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D99DE6 is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 157 | 230 | - |
| CMYK | 0.06 | 0.32 | 0 | 0.10 |
| HSL | 289.32º | 0.59% | 0.76% | - |
| HSV(B) | 289.32º | 0.32% | 0.9% | - |
| XYZ | 54.96 | 44.58 | 80.57 | - |
| YUV | 183.26 | 154.38 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 157 | 230 | 0.06 | 0.32 | 0 | 0.10 | 289.32 | 0.59 | 0.76 |
| Hex | D9 | 9D | E6 | 6 | 20 | 0 | A | 121 | 3B | 4C |
| Octal | 331 | 235 | 346 | 6 | 40 | 0 | 12 | 441 | 73 | 114 |
| Binary | 11011001 | 10011101 | 11100110 | 110 | 100000 | 0 | 1010 | 100100001 | 111011 | 1001100 |
Color Harmonies of #D99DE6
Complementary color
Monochromatic Colors of #D99DE6
Black with #D99DE6
Text Example
Text Example
White with #D99DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99DE6; }
p { color: rgb(217,157,230); }
H1.HeaderClassName
{
color: #D99DE6;
}
.AnyTagClassName
{
color: #D99DE6;
}
</style>
background-color css
<style>
a { background-color: #D99DE6; }
a { background-color: rgb(217,157,230); }
div.DivClassName
{
background-color: #D99DE6;
}
.BgClassName
{
background-color: #D99DE6;
}
</style>
border-color css
<style>
span { border-color: #D99DE6; }
span { border-color: rgb(217,157,230); }
td.TdClassName
{
border-color: #D99DE6;
}
.TagClassName
{
border-color: #D99DE6;
}
</style>