Shades of Plum #D8A1DB
Tints of Plum #D8A1DB
RGB
CMYK
RGB Variations
Color information
#D8A1DB (or 0xD8A1DB) is known color: Plum. HEX triplet: D8, A1 and DB. RGB value is (216,161,219). Sum of RGB (Red+Green+Blue) = 216+161+219=596 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.24% from 596); Green value is 161 (63.28% from 255 or 27.01% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 219 - color contains mainly: blue. Hex color #D8A1DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A1DB is #275E24. Grayscale: #B7B7B7. Windows color (decimal): -2580005 or 14393816. OLE color: 14393816.
HSL color Cylindrical-coordinate representation of color #D8A1DB: hue angle of 296.9º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D8A1DB is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 161 | 219 | - |
| CMYK | 0.01 | 0.26 | 0 | 0.14 |
| HSL | 296.9º | 0.45% | 0.75% | - |
| HSV(B) | 296.9º | 0.26% | 0.86% | - |
| XYZ | 53.85 | 45.2 | 72.9 | - |
| YUV | 184.06 | 147.72 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 161 | 219 | 0.01 | 0.26 | 0 | 0.14 | 296.9 | 0.45 | 0.75 |
| Hex | D8 | A1 | DB | 1 | 1A | 0 | E | 129 | 2D | 4B |
| Octal | 330 | 241 | 333 | 1 | 32 | 0 | 16 | 451 | 55 | 113 |
| Binary | 11011000 | 10100001 | 11011011 | 1 | 11010 | 0 | 1110 | 100101001 | 101101 | 1001011 |
Color Harmonies of #D8A1DB
Complementary color
Monochromatic Colors of #D8A1DB
Black with #D8A1DB
Text Example
Text Example
White with #D8A1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A1DB; }
p { color: rgb(216,161,219); }
H1.HeaderClassName
{
color: #D8A1DB;
}
.AnyTagClassName
{
color: #D8A1DB;
}
</style>
background-color css
<style>
a { background-color: #D8A1DB; }
a { background-color: rgb(216,161,219); }
div.DivClassName
{
background-color: #D8A1DB;
}
.BgClassName
{
background-color: #D8A1DB;
}
</style>
border-color css
<style>
span { border-color: #D8A1DB; }
span { border-color: rgb(216,161,219); }
td.TdClassName
{
border-color: #D8A1DB;
}
.TagClassName
{
border-color: #D8A1DB;
}
</style>