Shades of Plum #D99EDE
Tints of Plum #D99EDE
RGB
CMYK
RGB Variations
Color information
#D99EDE (or 0xD99EDE) is known color: Plum. HEX triplet: D9, 9E and DE. RGB value is (217,158,222). Sum of RGB (Red+Green+Blue) = 217+158+222=597 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.35% from 597); Green value is 158 (62.11% from 255 or 26.47% from 597); Blue value is 222 (87.11% from 255 or 37.19% from 597); Max value from RGB is 222 - color contains mainly: blue. Hex color #D99EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99EDE is #266121. Grayscale: #B6B6B6. Windows color (decimal): -2515234 or 14589657. OLE color: 14589657.
HSL color Cylindrical-coordinate representation of color #D99EDE: hue angle of 295.31º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D99EDE is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 158 | 222 | - |
| CMYK | 0.02 | 0.29 | 0 | 0.13 |
| HSL | 295.31º | 0.49% | 0.75% | - |
| HSV(B) | 295.31º | 0.29% | 0.87% | - |
| XYZ | 54.03 | 44.48 | 74.85 | - |
| YUV | 182.94 | 150.05 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 158 | 222 | 0.02 | 0.29 | 0 | 0.13 | 295.31 | 0.49 | 0.75 |
| Hex | D9 | 9E | DE | 2 | 1D | 0 | D | 127 | 31 | 4B |
| Octal | 331 | 236 | 336 | 2 | 35 | 0 | 15 | 447 | 61 | 113 |
| Binary | 11011001 | 10011110 | 11011110 | 10 | 11101 | 0 | 1101 | 100100111 | 110001 | 1001011 |
Color Harmonies of #D99EDE
Complementary color
Monochromatic Colors of #D99EDE
Black with #D99EDE
Text Example
Text Example
White with #D99EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99EDE; }
p { color: rgb(217,158,222); }
H1.HeaderClassName
{
color: #D99EDE;
}
.AnyTagClassName
{
color: #D99EDE;
}
</style>
background-color css
<style>
a { background-color: #D99EDE; }
a { background-color: rgb(217,158,222); }
div.DivClassName
{
background-color: #D99EDE;
}
.BgClassName
{
background-color: #D99EDE;
}
</style>
border-color css
<style>
span { border-color: #D99EDE; }
span { border-color: rgb(217,158,222); }
td.TdClassName
{
border-color: #D99EDE;
}
.TagClassName
{
border-color: #D99EDE;
}
</style>