Shades of Plum #D29BDA
Tints of Plum #D29BDA
RGB
CMYK
RGB Variations
Color information
#D29BDA (or 0xD29BDA) is known color: Plum. HEX triplet: D2, 9B and DA. RGB value is (210,155,218). Sum of RGB (Red+Green+Blue) = 210+155+218=583 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.02% from 583); Green value is 155 (60.94% from 255 or 26.59% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 218 - color contains mainly: blue. Hex color #D29BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29BDA is #2D6425. Grayscale: #B2B2B2. Windows color (decimal): -2974758 or 14326738. OLE color: 14326738.
HSL color Cylindrical-coordinate representation of color #D29BDA: hue angle of 292.38º degrees, saturation: 0.46, 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 #D29BDA is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 155 | 218 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.15 |
| HSL | 292.38º | 0.46% | 0.73% | - |
| HSV(B) | 292.38º | 0.29% | 0.85% | - |
| XYZ | 50.95 | 42.21 | 71.79 | - |
| YUV | 178.63 | 150.22 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 155 | 218 | 0.04 | 0.29 | 0 | 0.15 | 292.38 | 0.46 | 0.73 |
| Hex | D2 | 9B | DA | 4 | 1D | 0 | F | 124 | 2E | 49 |
| Octal | 322 | 233 | 332 | 4 | 35 | 0 | 17 | 444 | 56 | 111 |
| Binary | 11010010 | 10011011 | 11011010 | 100 | 11101 | 0 | 1111 | 100100100 | 101110 | 1001001 |
Color Harmonies of #D29BDA
Complementary color
Monochromatic Colors of #D29BDA
Black with #D29BDA
Text Example
Text Example
White with #D29BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29BDA; }
p { color: rgb(210,155,218); }
H1.HeaderClassName
{
color: #D29BDA;
}
.AnyTagClassName
{
color: #D29BDA;
}
</style>
background-color css
<style>
a { background-color: #D29BDA; }
a { background-color: rgb(210,155,218); }
div.DivClassName
{
background-color: #D29BDA;
}
.BgClassName
{
background-color: #D29BDA;
}
</style>
border-color css
<style>
span { border-color: #D29BDA; }
span { border-color: rgb(210,155,218); }
td.TdClassName
{
border-color: #D29BDA;
}
.TagClassName
{
border-color: #D29BDA;
}
</style>