Shades of Plum #D29DDB
Tints of Plum #D29DDB
RGB
CMYK
RGB Variations
Color information
#D29DDB (or 0xD29DDB) is known color: Plum. HEX triplet: D2, 9D and DB. RGB value is (210,157,219). Sum of RGB (Red+Green+Blue) = 210+157+219=586 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.84% from 586); Green value is 157 (61.72% from 255 or 26.79% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 219 - color contains mainly: blue. Hex color #D29DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29DDB is #2D6224. Grayscale: #B3B3B3. Windows color (decimal): -2974245 or 14392786. OLE color: 14392786.
HSL color Cylindrical-coordinate representation of color #D29DDB: hue angle of 291.29º 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 #D29DDB is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 157 | 219 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.14 |
| HSL | 291.29º | 0.46% | 0.74% | - |
| HSV(B) | 291.29º | 0.28% | 0.86% | - |
| XYZ | 51.42 | 42.93 | 72.59 | - |
| YUV | 179.92 | 150.06 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 157 | 219 | 0.04 | 0.28 | 0 | 0.14 | 291.29 | 0.46 | 0.74 |
| Hex | D2 | 9D | DB | 4 | 1C | 0 | E | 123 | 2E | 4A |
| Octal | 322 | 235 | 333 | 4 | 34 | 0 | 16 | 443 | 56 | 112 |
| Binary | 11010010 | 10011101 | 11011011 | 100 | 11100 | 0 | 1110 | 100100011 | 101110 | 1001010 |
Color Harmonies of #D29DDB
Complementary color
Monochromatic Colors of #D29DDB
Black with #D29DDB
Text Example
Text Example
White with #D29DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29DDB; }
p { color: rgb(210,157,219); }
H1.HeaderClassName
{
color: #D29DDB;
}
.AnyTagClassName
{
color: #D29DDB;
}
</style>
background-color css
<style>
a { background-color: #D29DDB; }
a { background-color: rgb(210,157,219); }
div.DivClassName
{
background-color: #D29DDB;
}
.BgClassName
{
background-color: #D29DDB;
}
</style>
border-color css
<style>
span { border-color: #D29DDB; }
span { border-color: rgb(210,157,219); }
td.TdClassName
{
border-color: #D29DDB;
}
.TagClassName
{
border-color: #D29DDB;
}
</style>