Shades of Plum #D8ACDB
Tints of Plum #D8ACDB
RGB
CMYK
RGB Variations
Color information
#D8ACDB (or 0xD8ACDB) is known color: Plum. HEX triplet: D8, AC and DB. RGB value is (216,172,219). Sum of RGB (Red+Green+Blue) = 216+172+219=607 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.58% from 607); Green value is 172 (67.58% from 255 or 28.34% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 219 - color contains mainly: blue. Hex color #D8ACDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ACDB is #275324. Grayscale: #BEBEBE. Windows color (decimal): -2577189 or 14396632. OLE color: 14396632.
HSL color Cylindrical-coordinate representation of color #D8ACDB: hue angle of 296.17º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D8ACDB is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 172 | 219 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.14 |
| HSL | 296.17º | 0.39% | 0.77% | - |
| HSV(B) | 296.17º | 0.21% | 0.86% | - |
| XYZ | 55.86 | 49.22 | 73.57 | - |
| YUV | 190.51 | 144.08 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 172 | 219 | 0.01 | 0.21 | 0 | 0.14 | 296.17 | 0.39 | 0.77 |
| Hex | D8 | AC | DB | 1 | 15 | 0 | E | 128 | 27 | 4D |
| Octal | 330 | 254 | 333 | 1 | 25 | 0 | 16 | 450 | 47 | 115 |
| Binary | 11011000 | 10101100 | 11011011 | 1 | 10101 | 0 | 1110 | 100101000 | 100111 | 1001101 |
Color Harmonies of #D8ACDB
Complementary color
Monochromatic Colors of #D8ACDB
Black with #D8ACDB
Text Example
Text Example
White with #D8ACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8ACDB; }
p { color: rgb(216,172,219); }
H1.HeaderClassName
{
color: #D8ACDB;
}
.AnyTagClassName
{
color: #D8ACDB;
}
</style>
background-color css
<style>
a { background-color: #D8ACDB; }
a { background-color: rgb(216,172,219); }
div.DivClassName
{
background-color: #D8ACDB;
}
.BgClassName
{
background-color: #D8ACDB;
}
</style>
border-color css
<style>
span { border-color: #D8ACDB; }
span { border-color: rgb(216,172,219); }
td.TdClassName
{
border-color: #D8ACDB;
}
.TagClassName
{
border-color: #D8ACDB;
}
</style>