Shades of Plum #D8A8DB
Tints of Plum #D8A8DB
RGB
CMYK
RGB Variations
Color information
#D8A8DB (or 0xD8A8DB) is known color: Plum. HEX triplet: D8, A8 and DB. RGB value is (216,168,219). Sum of RGB (Red+Green+Blue) = 216+168+219=603 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.82% from 603); Green value is 168 (66.02% from 255 or 27.86% 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 #D8A8DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A8DB is #275724. Grayscale: #BCBCBC. Windows color (decimal): -2578213 or 14395608. OLE color: 14395608.
HSL color Cylindrical-coordinate representation of color #D8A8DB: hue angle of 296.47º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D8A8DB is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 168 | 219 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.14 |
| HSL | 296.47º | 0.41% | 0.76% | - |
| HSV(B) | 296.47º | 0.23% | 0.86% | - |
| XYZ | 55.11 | 47.72 | 73.32 | - |
| YUV | 188.17 | 145.4 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 168 | 219 | 0.01 | 0.23 | 0 | 0.14 | 296.47 | 0.41 | 0.76 |
| Hex | D8 | A8 | DB | 1 | 17 | 0 | E | 128 | 29 | 4C |
| Octal | 330 | 250 | 333 | 1 | 27 | 0 | 16 | 450 | 51 | 114 |
| Binary | 11011000 | 10101000 | 11011011 | 1 | 10111 | 0 | 1110 | 100101000 | 101001 | 1001100 |
Color Harmonies of #D8A8DB
Complementary color
Monochromatic Colors of #D8A8DB
Black with #D8A8DB
Text Example
Text Example
White with #D8A8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A8DB; }
p { color: rgb(216,168,219); }
H1.HeaderClassName
{
color: #D8A8DB;
}
.AnyTagClassName
{
color: #D8A8DB;
}
</style>
background-color css
<style>
a { background-color: #D8A8DB; }
a { background-color: rgb(216,168,219); }
div.DivClassName
{
background-color: #D8A8DB;
}
.BgClassName
{
background-color: #D8A8DB;
}
</style>
border-color css
<style>
span { border-color: #D8A8DB; }
span { border-color: rgb(216,168,219); }
td.TdClassName
{
border-color: #D8A8DB;
}
.TagClassName
{
border-color: #D8A8DB;
}
</style>