Shades of Plum #D6A0DE
Tints of Plum #D6A0DE
RGB
CMYK
RGB Variations
Color information
#D6A0DE (or 0xD6A0DE) is known color: Plum. HEX triplet: D6, A0 and DE. RGB value is (214,160,222). Sum of RGB (Red+Green+Blue) = 214+160+222=596 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.91% from 596); Green value is 160 (62.89% from 255 or 26.85% from 596); Blue value is 222 (87.11% from 255 or 37.25% from 596); Max value from RGB is 222 - color contains mainly: blue. Hex color #D6A0DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A0DE is #295F21. Grayscale: #B7B7B7. Windows color (decimal): -2711330 or 14590166. OLE color: 14590166.
HSL color Cylindrical-coordinate representation of color #D6A0DE: hue angle of 292.26º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D6A0DE is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 160 | 222 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.13 |
| HSL | 292.26º | 0.48% | 0.75% | - |
| HSV(B) | 292.26º | 0.28% | 0.87% | - |
| XYZ | 53.49 | 44.71 | 74.92 | - |
| YUV | 183.21 | 149.89 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 160 | 222 | 0.04 | 0.28 | 0 | 0.13 | 292.26 | 0.48 | 0.75 |
| Hex | D6 | A0 | DE | 4 | 1C | 0 | D | 124 | 30 | 4B |
| Octal | 326 | 240 | 336 | 4 | 34 | 0 | 15 | 444 | 60 | 113 |
| Binary | 11010110 | 10100000 | 11011110 | 100 | 11100 | 0 | 1101 | 100100100 | 110000 | 1001011 |
Color Harmonies of #D6A0DE
Complementary color
Monochromatic Colors of #D6A0DE
Black with #D6A0DE
Text Example
Text Example
White with #D6A0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A0DE; }
p { color: rgb(214,160,222); }
H1.HeaderClassName
{
color: #D6A0DE;
}
.AnyTagClassName
{
color: #D6A0DE;
}
</style>
background-color css
<style>
a { background-color: #D6A0DE; }
a { background-color: rgb(214,160,222); }
div.DivClassName
{
background-color: #D6A0DE;
}
.BgClassName
{
background-color: #D6A0DE;
}
</style>
border-color css
<style>
span { border-color: #D6A0DE; }
span { border-color: rgb(214,160,222); }
td.TdClassName
{
border-color: #D6A0DE;
}
.TagClassName
{
border-color: #D6A0DE;
}
</style>