Shades of Plum #D8ACE2
Tints of Plum #D8ACE2
RGB
CMYK
RGB Variations
Color information
#D8ACE2 (or 0xD8ACE2) is known color: Plum. HEX triplet: D8, AC and E2. RGB value is (216,172,226). Sum of RGB (Red+Green+Blue) = 216+172+226=614 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.18% from 614); Green value is 172 (67.58% from 255 or 28.01% from 614); Blue value is 226 (88.67% from 255 or 36.81% from 614); Max value from RGB is 226 - color contains mainly: blue. Hex color #D8ACE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ACE2 is #27531D. Grayscale: #BFBFBF. Windows color (decimal): -2577182 or 14855384. OLE color: 14855384.
HSL color Cylindrical-coordinate representation of color #D8ACE2: hue angle of 288.89º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D8ACE2 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 216 | 172 | 226 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.11 |
| HSL | 288.89º | 0.48% | 0.78% | - |
| HSV(B) | 288.89º | 0.24% | 0.89% | - |
| XYZ | 56.8 | 49.59 | 78.53 | - |
| YUV | 191.31 | 147.58 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 172 | 226 | 0.04 | 0.24 | 0 | 0.11 | 288.89 | 0.48 | 0.78 |
| Hex | D8 | AC | E2 | 4 | 18 | 0 | B | 121 | 30 | 4E |
| Octal | 330 | 254 | 342 | 4 | 30 | 0 | 13 | 441 | 60 | 116 |
| Binary | 11011000 | 10101100 | 11100010 | 100 | 11000 | 0 | 1011 | 100100001 | 110000 | 1001110 |
Color Harmonies of #D8ACE2
Complementary color
Monochromatic Colors of #D8ACE2
Black with #D8ACE2
Text Example
Text Example
White with #D8ACE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8ACE2; }
p { color: rgb(216,172,226); }
H1.HeaderClassName
{
color: #D8ACE2;
}
.AnyTagClassName
{
color: #D8ACE2;
}
</style>
background-color css
<style>
a { background-color: #D8ACE2; }
a { background-color: rgb(216,172,226); }
div.DivClassName
{
background-color: #D8ACE2;
}
.BgClassName
{
background-color: #D8ACE2;
}
</style>
border-color css
<style>
span { border-color: #D8ACE2; }
span { border-color: rgb(216,172,226); }
td.TdClassName
{
border-color: #D8ACE2;
}
.TagClassName
{
border-color: #D8ACE2;
}
</style>