Shades of Plum #D29CDA
Tints of Plum #D29CDA
RGB
CMYK
RGB Variations
Color information
#D29CDA (or 0xD29CDA) is known color: Plum. HEX triplet: D2, 9C and DA. RGB value is (210,156,218). Sum of RGB (Red+Green+Blue) = 210+156+218=584 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.96% from 584); Green value is 156 (61.33% from 255 or 26.71% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 218 - color contains mainly: blue. Hex color #D29CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29CDA is #2D6325. Grayscale: #B3B3B3. Windows color (decimal): -2974502 or 14326994. OLE color: 14326994.
HSL color Cylindrical-coordinate representation of color #D29CDA: hue angle of 292.26º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D29CDA is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 156 | 218 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.15 |
| HSL | 292.26º | 0.46% | 0.73% | - |
| HSV(B) | 292.26º | 0.28% | 0.85% | - |
| XYZ | 51.12 | 42.54 | 71.85 | - |
| YUV | 179.21 | 149.89 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 156 | 218 | 0.04 | 0.28 | 0 | 0.15 | 292.26 | 0.46 | 0.73 |
| Hex | D2 | 9C | DA | 4 | 1C | 0 | F | 124 | 2E | 49 |
| Octal | 322 | 234 | 332 | 4 | 34 | 0 | 17 | 444 | 56 | 111 |
| Binary | 11010010 | 10011100 | 11011010 | 100 | 11100 | 0 | 1111 | 100100100 | 101110 | 1001001 |
Color Harmonies of #D29CDA
Complementary color
Monochromatic Colors of #D29CDA
Black with #D29CDA
Text Example
Text Example
White with #D29CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29CDA; }
p { color: rgb(210,156,218); }
H1.HeaderClassName
{
color: #D29CDA;
}
.AnyTagClassName
{
color: #D29CDA;
}
</style>
background-color css
<style>
a { background-color: #D29CDA; }
a { background-color: rgb(210,156,218); }
div.DivClassName
{
background-color: #D29CDA;
}
.BgClassName
{
background-color: #D29CDA;
}
</style>
border-color css
<style>
span { border-color: #D29CDA; }
span { border-color: rgb(210,156,218); }
td.TdClassName
{
border-color: #D29CDA;
}
.TagClassName
{
border-color: #D29CDA;
}
</style>