Shades of Plum #D29BD9
Tints of Plum #D29BD9
RGB
CMYK
RGB Variations
Color information
#D29BD9 (or 0xD29BD9) is known color: Plum. HEX triplet: D2, 9B and D9. RGB value is (210,155,217). Sum of RGB (Red+Green+Blue) = 210+155+217=582 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.08% from 582); Green value is 155 (60.94% from 255 or 26.63% from 582); Blue value is 217 (85.16% from 255 or 37.29% from 582); Max value from RGB is 217 - color contains mainly: blue. Hex color #D29BD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29BD9 is #2D6426. Grayscale: #B2B2B2. Windows color (decimal): -2974759 or 14261202. OLE color: 14261202.
HSL color Cylindrical-coordinate representation of color #D29BD9: hue angle of 293.23º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D29BD9 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 155 | 217 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.15 |
| HSL | 293.23º | 0.45% | 0.73% | - |
| HSV(B) | 293.23º | 0.29% | 0.85% | - |
| XYZ | 50.82 | 42.15 | 71.1 | - |
| YUV | 178.51 | 149.72 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 155 | 217 | 0.03 | 0.29 | 0 | 0.15 | 293.23 | 0.45 | 0.73 |
| Hex | D2 | 9B | D9 | 3 | 1D | 0 | F | 125 | 2D | 49 |
| Octal | 322 | 233 | 331 | 3 | 35 | 0 | 17 | 445 | 55 | 111 |
| Binary | 11010010 | 10011011 | 11011001 | 11 | 11101 | 0 | 1111 | 100100101 | 101101 | 1001001 |
Color Harmonies of #D29BD9
Complementary color
Monochromatic Colors of #D29BD9
Black with #D29BD9
Text Example
Text Example
White with #D29BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29BD9; }
p { color: rgb(210,155,217); }
H1.HeaderClassName
{
color: #D29BD9;
}
.AnyTagClassName
{
color: #D29BD9;
}
</style>
background-color css
<style>
a { background-color: #D29BD9; }
a { background-color: rgb(210,155,217); }
div.DivClassName
{
background-color: #D29BD9;
}
.BgClassName
{
background-color: #D29BD9;
}
</style>
border-color css
<style>
span { border-color: #D29BD9; }
span { border-color: rgb(210,155,217); }
td.TdClassName
{
border-color: #D29BD9;
}
.TagClassName
{
border-color: #D29BD9;
}
</style>