Shades of Plum #D49AD2
Tints of Plum #D49AD2
RGB
CMYK
RGB Variations
Color information
#D49AD2 (or 0xD49AD2) is known color: Plum. HEX triplet: D4, 9A and D2. RGB value is (212,154,210). Sum of RGB (Red+Green+Blue) = 212+154+210=576 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.81% from 576); Green value is 154 (60.55% from 255 or 26.74% from 576); Blue value is 210 (82.42% from 255 or 36.46% from 576); Max value from RGB is 212 - color contains mainly: red. Hex color #D49AD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49AD2 is #2B652D. Grayscale: #B1B1B1. Windows color (decimal): -2843950 or 13802196. OLE color: 13802196.
HSL color Cylindrical-coordinate representation of color #D49AD2: hue angle of 302.07º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D49AD2 is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 154 | 210 | - |
| CMYK | 0 | 0.27 | 0.01 | 0.17 |
| HSL | 302.07º | 0.4% | 0.72% | - |
| HSV(B) | 302.07º | 0.27% | 0.83% | - |
| XYZ | 50.34 | 41.76 | 66.38 | - |
| YUV | 177.73 | 146.22 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 154 | 210 | 0 | 0.27 | 0.01 | 0.17 | 302.07 | 0.4 | 0.72 |
| Hex | D4 | 9A | D2 | 0 | 1B | 1 | 11 | 12E | 28 | 48 |
| Octal | 324 | 232 | 322 | 0 | 33 | 1 | 21 | 456 | 50 | 110 |
| Binary | 11010100 | 10011010 | 11010010 | 0 | 11011 | 1 | 10001 | 100101110 | 101000 | 1001000 |
Color Harmonies of #D49AD2
Complementary color
Monochromatic Colors of #D49AD2
Black with #D49AD2
Text Example
Text Example
White with #D49AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49AD2; }
p { color: rgb(212,154,210); }
H1.HeaderClassName
{
color: #D49AD2;
}
.AnyTagClassName
{
color: #D49AD2;
}
</style>
background-color css
<style>
a { background-color: #D49AD2; }
a { background-color: rgb(212,154,210); }
div.DivClassName
{
background-color: #D49AD2;
}
.BgClassName
{
background-color: #D49AD2;
}
</style>
border-color css
<style>
span { border-color: #D49AD2; }
span { border-color: rgb(212,154,210); }
td.TdClassName
{
border-color: #D49AD2;
}
.TagClassName
{
border-color: #D49AD2;
}
</style>