Shades of Plum #D29EDB
Tints of Plum #D29EDB
RGB
CMYK
RGB Variations
Color information
#D29EDB (or 0xD29EDB) is known color: Plum. HEX triplet: D2, 9E and DB. RGB value is (210,158,219). Sum of RGB (Red+Green+Blue) = 210+158+219=587 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.78% from 587); Green value is 158 (62.11% from 255 or 26.92% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 219 - color contains mainly: blue. Hex color #D29EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29EDB is #2D6124. Grayscale: #B4B4B4. Windows color (decimal): -2973989 or 14393042. OLE color: 14393042.
HSL color Cylindrical-coordinate representation of color #D29EDB: hue angle of 291.15º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D29EDB is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 158 | 219 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.14 |
| HSL | 291.15º | 0.46% | 0.74% | - |
| HSV(B) | 291.15º | 0.28% | 0.86% | - |
| XYZ | 51.59 | 43.27 | 72.65 | - |
| YUV | 180.5 | 149.73 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 158 | 219 | 0.04 | 0.28 | 0 | 0.14 | 291.15 | 0.46 | 0.74 |
| Hex | D2 | 9E | DB | 4 | 1C | 0 | E | 123 | 2E | 4A |
| Octal | 322 | 236 | 333 | 4 | 34 | 0 | 16 | 443 | 56 | 112 |
| Binary | 11010010 | 10011110 | 11011011 | 100 | 11100 | 0 | 1110 | 100100011 | 101110 | 1001010 |
Color Harmonies of #D29EDB
Complementary color
Monochromatic Colors of #D29EDB
Black with #D29EDB
Text Example
Text Example
White with #D29EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29EDB; }
p { color: rgb(210,158,219); }
H1.HeaderClassName
{
color: #D29EDB;
}
.AnyTagClassName
{
color: #D29EDB;
}
</style>
background-color css
<style>
a { background-color: #D29EDB; }
a { background-color: rgb(210,158,219); }
div.DivClassName
{
background-color: #D29EDB;
}
.BgClassName
{
background-color: #D29EDB;
}
</style>
border-color css
<style>
span { border-color: #D29EDB; }
span { border-color: rgb(210,158,219); }
td.TdClassName
{
border-color: #D29EDB;
}
.TagClassName
{
border-color: #D29EDB;
}
</style>