Shades of Plum #D4ACDB
Tints of Plum #D4ACDB
RGB
CMYK
RGB Variations
Color information
#D4ACDB (or 0xD4ACDB) is known color: Plum. HEX triplet: D4, AC and DB. RGB value is (212,172,219). Sum of RGB (Red+Green+Blue) = 212+172+219=603 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.16% from 603); Green value is 172 (67.58% from 255 or 28.52% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 219 - color contains mainly: blue. Hex color #D4ACDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ACDB is #2B5324. Grayscale: #BDBDBD. Windows color (decimal): -2839333 or 14396628. OLE color: 14396628.
HSL color Cylindrical-coordinate representation of color #D4ACDB: hue angle of 291.06º 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 #D4ACDB is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 172 | 219 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.14 |
| HSL | 291.06º | 0.39% | 0.77% | - |
| HSV(B) | 291.06º | 0.21% | 0.86% | - |
| XYZ | 54.69 | 48.62 | 73.52 | - |
| YUV | 189.32 | 144.75 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 172 | 219 | 0.03 | 0.21 | 0 | 0.14 | 291.06 | 0.39 | 0.77 |
| Hex | D4 | AC | DB | 3 | 15 | 0 | E | 123 | 27 | 4D |
| Octal | 324 | 254 | 333 | 3 | 25 | 0 | 16 | 443 | 47 | 115 |
| Binary | 11010100 | 10101100 | 11011011 | 11 | 10101 | 0 | 1110 | 100100011 | 100111 | 1001101 |
Color Harmonies of #D4ACDB
Complementary color
Monochromatic Colors of #D4ACDB
Black with #D4ACDB
Text Example
Text Example
White with #D4ACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4ACDB; }
p { color: rgb(212,172,219); }
H1.HeaderClassName
{
color: #D4ACDB;
}
.AnyTagClassName
{
color: #D4ACDB;
}
</style>
background-color css
<style>
a { background-color: #D4ACDB; }
a { background-color: rgb(212,172,219); }
div.DivClassName
{
background-color: #D4ACDB;
}
.BgClassName
{
background-color: #D4ACDB;
}
</style>
border-color css
<style>
span { border-color: #D4ACDB; }
span { border-color: rgb(212,172,219); }
td.TdClassName
{
border-color: #D4ACDB;
}
.TagClassName
{
border-color: #D4ACDB;
}
</style>