Shades of Plum #D6A8DC
Tints of Plum #D6A8DC
RGB
CMYK
RGB Variations
Color information
#D6A8DC (or 0xD6A8DC) is known color: Plum. HEX triplet: D6, A8 and DC. RGB value is (214,168,220). Sum of RGB (Red+Green+Blue) = 214+168+220=602 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.55% from 602); Green value is 168 (66.02% from 255 or 27.91% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 220 - color contains mainly: blue. Hex color #D6A8DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A8DC is #295723. Grayscale: #BBBBBB. Windows color (decimal): -2709284 or 14461142. OLE color: 14461142.
HSL color Cylindrical-coordinate representation of color #D6A8DC: hue angle of 293.08º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D6A8DC is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 168 | 220 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.14 |
| HSL | 293.08º | 0.43% | 0.76% | - |
| HSV(B) | 293.08º | 0.24% | 0.86% | - |
| XYZ | 54.65 | 47.47 | 73.99 | - |
| YUV | 187.68 | 146.24 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 168 | 220 | 0.03 | 0.24 | 0 | 0.14 | 293.08 | 0.43 | 0.76 |
| Hex | D6 | A8 | DC | 3 | 18 | 0 | E | 125 | 2B | 4C |
| Octal | 326 | 250 | 334 | 3 | 30 | 0 | 16 | 445 | 53 | 114 |
| Binary | 11010110 | 10101000 | 11011100 | 11 | 11000 | 0 | 1110 | 100100101 | 101011 | 1001100 |
Color Harmonies of #D6A8DC
Complementary color
Monochromatic Colors of #D6A8DC
Black with #D6A8DC
Text Example
Text Example
White with #D6A8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A8DC; }
p { color: rgb(214,168,220); }
H1.HeaderClassName
{
color: #D6A8DC;
}
.AnyTagClassName
{
color: #D6A8DC;
}
</style>
background-color css
<style>
a { background-color: #D6A8DC; }
a { background-color: rgb(214,168,220); }
div.DivClassName
{
background-color: #D6A8DC;
}
.BgClassName
{
background-color: #D6A8DC;
}
</style>
border-color css
<style>
span { border-color: #D6A8DC; }
span { border-color: rgb(214,168,220); }
td.TdClassName
{
border-color: #D6A8DC;
}
.TagClassName
{
border-color: #D6A8DC;
}
</style>