Shades of Plum #D49ED8
Tints of Plum #D49ED8
RGB
CMYK
RGB Variations
Color information
#D49ED8 (or 0xD49ED8) is known color: Plum. HEX triplet: D4, 9E and D8. RGB value is (212,158,216). Sum of RGB (Red+Green+Blue) = 212+158+216=586 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.18% from 586); Green value is 158 (62.11% from 255 or 26.96% from 586); Blue value is 216 (84.77% from 255 or 36.86% from 586); Max value from RGB is 216 - color contains mainly: blue. Hex color #D49ED8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49ED8 is #2B6127. Grayscale: #B4B4B4. Windows color (decimal): -2842920 or 14196436. OLE color: 14196436.
HSL color Cylindrical-coordinate representation of color #D49ED8: hue angle of 295.86º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D49ED8 is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 158 | 216 | - |
| CMYK | 0.02 | 0.27 | 0 | 0.15 |
| HSL | 295.86º | 0.43% | 0.73% | - |
| HSV(B) | 295.86º | 0.27% | 0.85% | - |
| XYZ | 51.77 | 43.41 | 70.62 | - |
| YUV | 180.76 | 147.89 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 158 | 216 | 0.02 | 0.27 | 0 | 0.15 | 295.86 | 0.43 | 0.73 |
| Hex | D4 | 9E | D8 | 2 | 1B | 0 | F | 128 | 2B | 49 |
| Octal | 324 | 236 | 330 | 2 | 33 | 0 | 17 | 450 | 53 | 111 |
| Binary | 11010100 | 10011110 | 11011000 | 10 | 11011 | 0 | 1111 | 100101000 | 101011 | 1001001 |
Color Harmonies of #D49ED8
Complementary color
Monochromatic Colors of #D49ED8
Black with #D49ED8
Text Example
Text Example
White with #D49ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49ED8; }
p { color: rgb(212,158,216); }
H1.HeaderClassName
{
color: #D49ED8;
}
.AnyTagClassName
{
color: #D49ED8;
}
</style>
background-color css
<style>
a { background-color: #D49ED8; }
a { background-color: rgb(212,158,216); }
div.DivClassName
{
background-color: #D49ED8;
}
.BgClassName
{
background-color: #D49ED8;
}
</style>
border-color css
<style>
span { border-color: #D49ED8; }
span { border-color: rgb(212,158,216); }
td.TdClassName
{
border-color: #D49ED8;
}
.TagClassName
{
border-color: #D49ED8;
}
</style>