Shades of Plum #D29DDA
Tints of Plum #D29DDA
RGB
CMYK
RGB Variations
Color information
#D29DDA (or 0xD29DDA) is known color: Plum. HEX triplet: D2, 9D and DA. RGB value is (210,157,218). Sum of RGB (Red+Green+Blue) = 210+157+218=585 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.90% from 585); Green value is 157 (61.72% from 255 or 26.84% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 218 - color contains mainly: blue. Hex color #D29DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29DDA is #2D6225. Grayscale: #B3B3B3. Windows color (decimal): -2974246 or 14327250. OLE color: 14327250.
HSL color Cylindrical-coordinate representation of color #D29DDA: hue angle of 292.13º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D29DDA is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 157 | 218 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.15 |
| HSL | 292.13º | 0.45% | 0.74% | - |
| HSV(B) | 292.13º | 0.28% | 0.85% | - |
| XYZ | 51.29 | 42.88 | 71.9 | - |
| YUV | 179.8 | 149.56 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 157 | 218 | 0.04 | 0.28 | 0 | 0.15 | 292.13 | 0.45 | 0.74 |
| Hex | D2 | 9D | DA | 4 | 1C | 0 | F | 124 | 2D | 4A |
| Octal | 322 | 235 | 332 | 4 | 34 | 0 | 17 | 444 | 55 | 112 |
| Binary | 11010010 | 10011101 | 11011010 | 100 | 11100 | 0 | 1111 | 100100100 | 101101 | 1001010 |
Color Harmonies of #D29DDA
Complementary color
Monochromatic Colors of #D29DDA
Black with #D29DDA
Text Example
Text Example
White with #D29DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29DDA; }
p { color: rgb(210,157,218); }
H1.HeaderClassName
{
color: #D29DDA;
}
.AnyTagClassName
{
color: #D29DDA;
}
</style>
background-color css
<style>
a { background-color: #D29DDA; }
a { background-color: rgb(210,157,218); }
div.DivClassName
{
background-color: #D29DDA;
}
.BgClassName
{
background-color: #D29DDA;
}
</style>
border-color css
<style>
span { border-color: #D29DDA; }
span { border-color: rgb(210,157,218); }
td.TdClassName
{
border-color: #D29DDA;
}
.TagClassName
{
border-color: #D29DDA;
}
</style>