Shades of Plum #D99DE5
Tints of Plum #D99DE5
RGB
CMYK
RGB Variations
Color information
#D99DE5 (or 0xD99DE5) is known color: Plum. HEX triplet: D9, 9D and E5. RGB value is (217,157,229). Sum of RGB (Red+Green+Blue) = 217+157+229=603 (79% of max value = 765). Red value is 217 (85.16% from 255 or 35.99% from 603); Green value is 157 (61.72% from 255 or 26.04% from 603); Blue value is 229 (89.84% from 255 or 37.98% from 603); Max value from RGB is 229 - color contains mainly: blue. Hex color #D99DE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99DE5 is #26621A. Grayscale: #B6B6B6. Windows color (decimal): -2515483 or 15048153. OLE color: 15048153.
HSL color Cylindrical-coordinate representation of color #D99DE5: hue angle of 290º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D99DE5 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 157 | 229 | - |
| CMYK | 0.05 | 0.31 | 0 | 0.10 |
| HSL | 290º | 0.58% | 0.76% | - |
| HSV(B) | 290º | 0.31% | 0.9% | - |
| XYZ | 54.82 | 44.52 | 79.83 | - |
| YUV | 183.15 | 153.88 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 157 | 229 | 0.05 | 0.31 | 0 | 0.10 | 290 | 0.58 | 0.76 |
| Hex | D9 | 9D | E5 | 5 | 1F | 0 | A | 122 | 3A | 4C |
| Octal | 331 | 235 | 345 | 5 | 37 | 0 | 12 | 442 | 72 | 114 |
| Binary | 11011001 | 10011101 | 11100101 | 101 | 11111 | 0 | 1010 | 100100010 | 111010 | 1001100 |
Color Harmonies of #D99DE5
Complementary color
Monochromatic Colors of #D99DE5
Black with #D99DE5
Text Example
Text Example
White with #D99DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99DE5; }
p { color: rgb(217,157,229); }
H1.HeaderClassName
{
color: #D99DE5;
}
.AnyTagClassName
{
color: #D99DE5;
}
</style>
background-color css
<style>
a { background-color: #D99DE5; }
a { background-color: rgb(217,157,229); }
div.DivClassName
{
background-color: #D99DE5;
}
.BgClassName
{
background-color: #D99DE5;
}
</style>
border-color css
<style>
span { border-color: #D99DE5; }
span { border-color: rgb(217,157,229); }
td.TdClassName
{
border-color: #D99DE5;
}
.TagClassName
{
border-color: #D99DE5;
}
</style>