Shades of Plum #D6A8DB
Tints of Plum #D6A8DB
RGB
CMYK
RGB Variations
Color information
#D6A8DB (or 0xD6A8DB) is known color: Plum. HEX triplet: D6, A8 and DB. RGB value is (214,168,219). Sum of RGB (Red+Green+Blue) = 214+168+219=601 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.61% from 601); Green value is 168 (66.02% from 255 or 27.95% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 219 - color contains mainly: blue. Hex color #D6A8DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A8DB is #295724. Grayscale: #BBBBBB. Windows color (decimal): -2709285 or 14395606. OLE color: 14395606.
HSL color Cylindrical-coordinate representation of color #D6A8DB: hue angle of 294.12º 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 #D6A8DB is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 168 | 219 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.14 |
| HSL | 294.12º | 0.41% | 0.76% | - |
| HSV(B) | 294.12º | 0.23% | 0.86% | - |
| XYZ | 54.52 | 47.42 | 73.3 | - |
| YUV | 187.57 | 145.74 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 168 | 219 | 0.02 | 0.23 | 0 | 0.14 | 294.12 | 0.41 | 0.76 |
| Hex | D6 | A8 | DB | 2 | 17 | 0 | E | 126 | 29 | 4C |
| Octal | 326 | 250 | 333 | 2 | 27 | 0 | 16 | 446 | 51 | 114 |
| Binary | 11010110 | 10101000 | 11011011 | 10 | 10111 | 0 | 1110 | 100100110 | 101001 | 1001100 |
Color Harmonies of #D6A8DB
Complementary color
Monochromatic Colors of #D6A8DB
Black with #D6A8DB
Text Example
Text Example
White with #D6A8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A8DB; }
p { color: rgb(214,168,219); }
H1.HeaderClassName
{
color: #D6A8DB;
}
.AnyTagClassName
{
color: #D6A8DB;
}
</style>
background-color css
<style>
a { background-color: #D6A8DB; }
a { background-color: rgb(214,168,219); }
div.DivClassName
{
background-color: #D6A8DB;
}
.BgClassName
{
background-color: #D6A8DB;
}
</style>
border-color css
<style>
span { border-color: #D6A8DB; }
span { border-color: rgb(214,168,219); }
td.TdClassName
{
border-color: #D6A8DB;
}
.TagClassName
{
border-color: #D6A8DB;
}
</style>