Shades of Plum #D29ADA
Tints of Plum #D29ADA
RGB
CMYK
RGB Variations
Color information
#D29ADA (or 0xD29ADA) is known color: Plum. HEX triplet: D2, 9A and DA. RGB value is (210,154,218). Sum of RGB (Red+Green+Blue) = 210+154+218=582 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.08% from 582); Green value is 154 (60.55% from 255 or 26.46% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 218 - color contains mainly: blue. Hex color #D29ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29ADA is #2D6525. Grayscale: #B1B1B1. Windows color (decimal): -2975014 or 14326482. OLE color: 14326482.
HSL color Cylindrical-coordinate representation of color #D29ADA: hue angle of 292.5º 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 #D29ADA is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 154 | 218 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.15 |
| HSL | 292.5º | 0.46% | 0.73% | - |
| HSV(B) | 292.5º | 0.29% | 0.85% | - |
| XYZ | 50.79 | 41.87 | 71.74 | - |
| YUV | 178.04 | 150.55 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 154 | 218 | 0.04 | 0.29 | 0 | 0.15 | 292.5 | 0.46 | 0.73 |
| Hex | D2 | 9A | DA | 4 | 1D | 0 | F | 124 | 2E | 49 |
| Octal | 322 | 232 | 332 | 4 | 35 | 0 | 17 | 444 | 56 | 111 |
| Binary | 11010010 | 10011010 | 11011010 | 100 | 11101 | 0 | 1111 | 100100100 | 101110 | 1001001 |
Color Harmonies of #D29ADA
Complementary color
Monochromatic Colors of #D29ADA
Black with #D29ADA
Text Example
Text Example
White with #D29ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29ADA; }
p { color: rgb(210,154,218); }
H1.HeaderClassName
{
color: #D29ADA;
}
.AnyTagClassName
{
color: #D29ADA;
}
</style>
background-color css
<style>
a { background-color: #D29ADA; }
a { background-color: rgb(210,154,218); }
div.DivClassName
{
background-color: #D29ADA;
}
.BgClassName
{
background-color: #D29ADA;
}
</style>
border-color css
<style>
span { border-color: #D29ADA; }
span { border-color: rgb(210,154,218); }
td.TdClassName
{
border-color: #D29ADA;
}
.TagClassName
{
border-color: #D29ADA;
}
</style>