Shades of Plum #D29EDA
Tints of Plum #D29EDA
RGB
CMYK
RGB Variations
Color information
#D29EDA (or 0xD29EDA) is known color: Plum. HEX triplet: D2, 9E and DA. RGB value is (210,158,218). Sum of RGB (Red+Green+Blue) = 210+158+218=586 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.84% from 586); Green value is 158 (62.11% from 255 or 26.96% from 586); Blue value is 218 (85.55% from 255 or 37.20% from 586); Max value from RGB is 218 - color contains mainly: blue. Hex color #D29EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29EDA is #2D6125. Grayscale: #B4B4B4. Windows color (decimal): -2973990 or 14327506. OLE color: 14327506.
HSL color Cylindrical-coordinate representation of color #D29EDA: hue angle of 292º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D29EDA is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 158 | 218 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.15 |
| HSL | 292º | 0.45% | 0.74% | - |
| HSV(B) | 292º | 0.28% | 0.85% | - |
| XYZ | 51.46 | 43.22 | 71.96 | - |
| YUV | 180.39 | 149.23 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 158 | 218 | 0.04 | 0.28 | 0 | 0.15 | 292 | 0.45 | 0.74 |
| Hex | D2 | 9E | DA | 4 | 1C | 0 | F | 124 | 2D | 4A |
| Octal | 322 | 236 | 332 | 4 | 34 | 0 | 17 | 444 | 55 | 112 |
| Binary | 11010010 | 10011110 | 11011010 | 100 | 11100 | 0 | 1111 | 100100100 | 101101 | 1001010 |
Color Harmonies of #D29EDA
Complementary color
Monochromatic Colors of #D29EDA
Black with #D29EDA
Text Example
Text Example
White with #D29EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29EDA; }
p { color: rgb(210,158,218); }
H1.HeaderClassName
{
color: #D29EDA;
}
.AnyTagClassName
{
color: #D29EDA;
}
</style>
background-color css
<style>
a { background-color: #D29EDA; }
a { background-color: rgb(210,158,218); }
div.DivClassName
{
background-color: #D29EDA;
}
.BgClassName
{
background-color: #D29EDA;
}
</style>
border-color css
<style>
span { border-color: #D29EDA; }
span { border-color: rgb(210,158,218); }
td.TdClassName
{
border-color: #D29EDA;
}
.TagClassName
{
border-color: #D29EDA;
}
</style>