Shades of Plum #D6A0E0
Tints of Plum #D6A0E0
RGB
CMYK
RGB Variations
Color information
#D6A0E0 (or 0xD6A0E0) is known color: Plum. HEX triplet: D6, A0 and E0. RGB value is (214,160,224). Sum of RGB (Red+Green+Blue) = 214+160+224=598 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.79% from 598); Green value is 160 (62.89% from 255 or 26.76% from 598); Blue value is 224 (87.89% from 255 or 37.46% from 598); Max value from RGB is 224 - color contains mainly: blue. Hex color #D6A0E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A0E0 is #295F1F. Grayscale: #B7B7B7. Windows color (decimal): -2711328 or 14721238. OLE color: 14721238.
HSL color Cylindrical-coordinate representation of color #D6A0E0: hue angle of 290.62º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D6A0E0 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 214 | 160 | 224 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.12 |
| HSL | 290.63º | 0.51% | 0.75% | - |
| HSV(B) | 290.63º | 0.29% | 0.88% | - |
| XYZ | 53.76 | 44.82 | 76.34 | - |
| YUV | 183.44 | 150.89 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 160 | 224 | 0.04 | 0.29 | 0 | 0.12 | 290.63 | 0.51 | 0.75 |
| Hex | D6 | A0 | E0 | 4 | 1D | 0 | C | 123 | 33 | 4B |
| Octal | 326 | 240 | 340 | 4 | 35 | 0 | 14 | 443 | 63 | 113 |
| Binary | 11010110 | 10100000 | 11100000 | 100 | 11101 | 0 | 1100 | 100100011 | 110011 | 1001011 |
Color Harmonies of #D6A0E0
Complementary color
Monochromatic Colors of #D6A0E0
Black with #D6A0E0
Text Example
Text Example
White with #D6A0E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A0E0; }
p { color: rgb(214,160,224); }
H1.HeaderClassName
{
color: #D6A0E0;
}
.AnyTagClassName
{
color: #D6A0E0;
}
</style>
background-color css
<style>
a { background-color: #D6A0E0; }
a { background-color: rgb(214,160,224); }
div.DivClassName
{
background-color: #D6A0E0;
}
.BgClassName
{
background-color: #D6A0E0;
}
</style>
border-color css
<style>
span { border-color: #D6A0E0; }
span { border-color: rgb(214,160,224); }
td.TdClassName
{
border-color: #D6A0E0;
}
.TagClassName
{
border-color: #D6A0E0;
}
</style>