Shades of Plum #D4ACD9
Tints of Plum #D4ACD9
RGB
CMYK
RGB Variations
Color information
#D4ACD9 (or 0xD4ACD9) is known color: Plum. HEX triplet: D4, AC and D9. RGB value is (212,172,217). Sum of RGB (Red+Green+Blue) = 212+172+217=601 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.27% from 601); Green value is 172 (67.58% from 255 or 28.62% from 601); Blue value is 217 (85.16% from 255 or 36.11% from 601); Max value from RGB is 217 - color contains mainly: blue. Hex color #D4ACD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ACD9 is #2B5326. Grayscale: #BCBCBC. Windows color (decimal): -2839335 or 14265556. OLE color: 14265556.
HSL color Cylindrical-coordinate representation of color #D4ACD9: hue angle of 293.33º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D4ACD9 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 172 | 217 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.15 |
| HSL | 293.33º | 0.37% | 0.76% | - |
| HSV(B) | 293.33º | 0.21% | 0.85% | - |
| XYZ | 54.43 | 48.51 | 72.14 | - |
| YUV | 189.09 | 143.75 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 172 | 217 | 0.02 | 0.21 | 0 | 0.15 | 293.33 | 0.37 | 0.76 |
| Hex | D4 | AC | D9 | 2 | 15 | 0 | F | 125 | 25 | 4C |
| Octal | 324 | 254 | 331 | 2 | 25 | 0 | 17 | 445 | 45 | 114 |
| Binary | 11010100 | 10101100 | 11011001 | 10 | 10101 | 0 | 1111 | 100100101 | 100101 | 1001100 |
Color Harmonies of #D4ACD9
Complementary color
Monochromatic Colors of #D4ACD9
Black with #D4ACD9
Text Example
Text Example
White with #D4ACD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4ACD9; }
p { color: rgb(212,172,217); }
H1.HeaderClassName
{
color: #D4ACD9;
}
.AnyTagClassName
{
color: #D4ACD9;
}
</style>
background-color css
<style>
a { background-color: #D4ACD9; }
a { background-color: rgb(212,172,217); }
div.DivClassName
{
background-color: #D4ACD9;
}
.BgClassName
{
background-color: #D4ACD9;
}
</style>
border-color css
<style>
span { border-color: #D4ACD9; }
span { border-color: rgb(212,172,217); }
td.TdClassName
{
border-color: #D4ACD9;
}
.TagClassName
{
border-color: #D4ACD9;
}
</style>