Shades of Plum #D49ADD
Tints of Plum #D49ADD
RGB
CMYK
RGB Variations
Color information
#D49ADD (or 0xD49ADD) is known color: Plum. HEX triplet: D4, 9A and DD. RGB value is (212,154,221). Sum of RGB (Red+Green+Blue) = 212+154+221=587 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.12% from 587); Green value is 154 (60.55% from 255 or 26.24% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 221 - color contains mainly: blue. Hex color #D49ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49ADD is #2B6522. Grayscale: #B2B2B2. Windows color (decimal): -2843939 or 14523092. OLE color: 14523092.
HSL color Cylindrical-coordinate representation of color #D49ADD: hue angle of 291.94º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D49ADD is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 154 | 221 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.13 |
| HSL | 291.94º | 0.5% | 0.74% | - |
| HSV(B) | 291.94º | 0.3% | 0.87% | - |
| XYZ | 51.76 | 42.33 | 73.85 | - |
| YUV | 178.98 | 151.72 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 154 | 221 | 0.04 | 0.30 | 0 | 0.13 | 291.94 | 0.5 | 0.74 |
| Hex | D4 | 9A | DD | 4 | 1E | 0 | D | 124 | 32 | 4A |
| Octal | 324 | 232 | 335 | 4 | 36 | 0 | 15 | 444 | 62 | 112 |
| Binary | 11010100 | 10011010 | 11011101 | 100 | 11110 | 0 | 1101 | 100100100 | 110010 | 1001010 |
Color Harmonies of #D49ADD
Complementary color
Monochromatic Colors of #D49ADD
Black with #D49ADD
Text Example
Text Example
White with #D49ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49ADD; }
p { color: rgb(212,154,221); }
H1.HeaderClassName
{
color: #D49ADD;
}
.AnyTagClassName
{
color: #D49ADD;
}
</style>
background-color css
<style>
a { background-color: #D49ADD; }
a { background-color: rgb(212,154,221); }
div.DivClassName
{
background-color: #D49ADD;
}
.BgClassName
{
background-color: #D49ADD;
}
</style>
border-color css
<style>
span { border-color: #D49ADD; }
span { border-color: rgb(212,154,221); }
td.TdClassName
{
border-color: #D49ADD;
}
.TagClassName
{
border-color: #D49ADD;
}
</style>