Shades of Plum #D29AD8
Tints of Plum #D29AD8
RGB
CMYK
RGB Variations
Color information
#D29AD8 (or 0xD29AD8) is known color: Plum. HEX triplet: D2, 9A and D8. RGB value is (210,154,216). Sum of RGB (Red+Green+Blue) = 210+154+216=580 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.21% from 580); Green value is 154 (60.55% from 255 or 26.55% from 580); Blue value is 216 (84.77% from 255 or 37.24% from 580); Max value from RGB is 216 - color contains mainly: blue. Hex color #D29AD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29AD8 is #2D6527. Grayscale: #B1B1B1. Windows color (decimal): -2975016 or 14195410. OLE color: 14195410.
HSL color Cylindrical-coordinate representation of color #D29AD8: hue angle of 294.19º degrees, saturation: 0.44, 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 #D29AD8 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 154 | 216 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.15 |
| HSL | 294.19º | 0.44% | 0.73% | - |
| HSV(B) | 294.19º | 0.29% | 0.85% | - |
| XYZ | 50.53 | 41.77 | 70.37 | - |
| YUV | 177.81 | 149.55 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 154 | 216 | 0.03 | 0.29 | 0 | 0.15 | 294.19 | 0.44 | 0.73 |
| Hex | D2 | 9A | D8 | 3 | 1D | 0 | F | 126 | 2C | 49 |
| Octal | 322 | 232 | 330 | 3 | 35 | 0 | 17 | 446 | 54 | 111 |
| Binary | 11010010 | 10011010 | 11011000 | 11 | 11101 | 0 | 1111 | 100100110 | 101100 | 1001001 |
Color Harmonies of #D29AD8
Complementary color
Monochromatic Colors of #D29AD8
Black with #D29AD8
Text Example
Text Example
White with #D29AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29AD8; }
p { color: rgb(210,154,216); }
H1.HeaderClassName
{
color: #D29AD8;
}
.AnyTagClassName
{
color: #D29AD8;
}
</style>
background-color css
<style>
a { background-color: #D29AD8; }
a { background-color: rgb(210,154,216); }
div.DivClassName
{
background-color: #D29AD8;
}
.BgClassName
{
background-color: #D29AD8;
}
</style>
border-color css
<style>
span { border-color: #D29AD8; }
span { border-color: rgb(210,154,216); }
td.TdClassName
{
border-color: #D29AD8;
}
.TagClassName
{
border-color: #D29AD8;
}
</style>