Shades of Plum #D29BDB
Tints of Plum #D29BDB
RGB
CMYK
RGB Variations
Color information
#D29BDB (or 0xD29BDB) is known color: Plum. HEX triplet: D2, 9B and DB. RGB value is (210,155,219). Sum of RGB (Red+Green+Blue) = 210+155+219=584 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.96% from 584); Green value is 155 (60.94% from 255 or 26.54% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 219 - color contains mainly: blue. Hex color #D29BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29BDB is #2D6424. Grayscale: #B2B2B2. Windows color (decimal): -2974757 or 14392274. OLE color: 14392274.
HSL color Cylindrical-coordinate representation of color #D29BDB: hue angle of 291.56º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D29BDB is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 155 | 219 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.14 |
| HSL | 291.56º | 0.47% | 0.73% | - |
| HSV(B) | 291.56º | 0.29% | 0.86% | - |
| XYZ | 51.09 | 42.26 | 72.48 | - |
| YUV | 178.74 | 150.72 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 155 | 219 | 0.04 | 0.29 | 0 | 0.14 | 291.56 | 0.47 | 0.73 |
| Hex | D2 | 9B | DB | 4 | 1D | 0 | E | 124 | 2F | 49 |
| Octal | 322 | 233 | 333 | 4 | 35 | 0 | 16 | 444 | 57 | 111 |
| Binary | 11010010 | 10011011 | 11011011 | 100 | 11101 | 0 | 1110 | 100100100 | 101111 | 1001001 |
Color Harmonies of #D29BDB
Complementary color
Monochromatic Colors of #D29BDB
Black with #D29BDB
Text Example
Text Example
White with #D29BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29BDB; }
p { color: rgb(210,155,219); }
H1.HeaderClassName
{
color: #D29BDB;
}
.AnyTagClassName
{
color: #D29BDB;
}
</style>
background-color css
<style>
a { background-color: #D29BDB; }
a { background-color: rgb(210,155,219); }
div.DivClassName
{
background-color: #D29BDB;
}
.BgClassName
{
background-color: #D29BDB;
}
</style>
border-color css
<style>
span { border-color: #D29BDB; }
span { border-color: rgb(210,155,219); }
td.TdClassName
{
border-color: #D29BDB;
}
.TagClassName
{
border-color: #D29BDB;
}
</style>