Shades of Plum #D6A6D6
Tints of Plum #D6A6D6
RGB
CMYK
RGB Variations
Color information
#D6A6D6 (or 0xD6A6D6) is known color: Plum. HEX triplet: D6, A6 and D6. RGB value is (214,166,214). Sum of RGB (Red+Green+Blue) = 214+166+214=594 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.03% from 594); Green value is 166 (65.23% from 255 or 27.95% from 594); Blue value is 214 (83.98% from 255 or 36.03% from 594); Max value from RGB is 214 - color contains mainly: red, blue. Hex color #D6A6D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A6D6 is #295929. Grayscale: #B9B9B9. Windows color (decimal): -2709802 or 14067414. OLE color: 14067414.
HSL color Cylindrical-coordinate representation of color #D6A6D6: hue angle of 300º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D6A6D6 is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 166 | 214 | - |
| CMYK | 0 | 0.22 | 0 | 0.16 |
| HSL | 300º | 0.37% | 0.75% | - |
| HSV(B) | 300º | 0.22% | 0.84% | - |
| XYZ | 53.51 | 46.42 | 69.76 | - |
| YUV | 185.82 | 143.9 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 166 | 214 | 0 | 0.22 | 0 | 0.16 | 300 | 0.37 | 0.75 |
| Hex | D6 | A6 | D6 | 0 | 16 | 0 | 10 | 12C | 25 | 4B |
| Octal | 326 | 246 | 326 | 0 | 26 | 0 | 20 | 454 | 45 | 113 |
| Binary | 11010110 | 10100110 | 11010110 | 0 | 10110 | 0 | 10000 | 100101100 | 100101 | 1001011 |
Color Harmonies of #D6A6D6
Complementary color
Monochromatic Colors of #D6A6D6
Black with #D6A6D6
Text Example
Text Example
White with #D6A6D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A6D6; }
p { color: rgb(214,166,214); }
H1.HeaderClassName
{
color: #D6A6D6;
}
.AnyTagClassName
{
color: #D6A6D6;
}
</style>
background-color css
<style>
a { background-color: #D6A6D6; }
a { background-color: rgb(214,166,214); }
div.DivClassName
{
background-color: #D6A6D6;
}
.BgClassName
{
background-color: #D6A6D6;
}
</style>
border-color css
<style>
span { border-color: #D6A6D6; }
span { border-color: rgb(214,166,214); }
td.TdClassName
{
border-color: #D6A6D6;
}
.TagClassName
{
border-color: #D6A6D6;
}
</style>