Shades of Plum #D6A0D5
Tints of Plum #D6A0D5
RGB
CMYK
RGB Variations
Color information
#D6A0D5 (or 0xD6A0D5) is known color: Plum. HEX triplet: D6, A0 and D5. RGB value is (214,160,213). Sum of RGB (Red+Green+Blue) = 214+160+213=587 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.46% from 587); Green value is 160 (62.89% from 255 or 27.26% from 587); Blue value is 213 (83.59% from 255 or 36.29% from 587); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A0D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A0D5 is #295F2A. Grayscale: #B6B6B6. Windows color (decimal): -2711339 or 14000342. OLE color: 14000342.
HSL color Cylindrical-coordinate representation of color #D6A0D5: hue angle of 301.11º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D6A0D5 is Cyan = 0, Magento = 0.25, Yellow = 0.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 160 | 213 | - |
| CMYK | 0 | 0.25 | 0.00 | 0.16 |
| HSL | 301.11º | 0.4% | 0.73% | - |
| HSV(B) | 301.11º | 0.25% | 0.84% | - |
| XYZ | 52.31 | 44.24 | 68.73 | - |
| YUV | 182.19 | 145.39 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 160 | 213 | 0 | 0.25 | 0.00 | 0.16 | 301.11 | 0.4 | 0.73 |
| Hex | D6 | A0 | D5 | 0 | 19 | 0 | 10 | 12D | 28 | 49 |
| Octal | 326 | 240 | 325 | 0 | 31 | 0 | 20 | 455 | 50 | 111 |
| Binary | 11010110 | 10100000 | 11010101 | 0 | 11001 | 0 | 10000 | 100101101 | 101000 | 1001001 |
Color Harmonies of #D6A0D5
Complementary color
Monochromatic Colors of #D6A0D5
Black with #D6A0D5
Text Example
Text Example
White with #D6A0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A0D5; }
p { color: rgb(214,160,213); }
H1.HeaderClassName
{
color: #D6A0D5;
}
.AnyTagClassName
{
color: #D6A0D5;
}
</style>
background-color css
<style>
a { background-color: #D6A0D5; }
a { background-color: rgb(214,160,213); }
div.DivClassName
{
background-color: #D6A0D5;
}
.BgClassName
{
background-color: #D6A0D5;
}
</style>
border-color css
<style>
span { border-color: #D6A0D5; }
span { border-color: rgb(214,160,213); }
td.TdClassName
{
border-color: #D6A0D5;
}
.TagClassName
{
border-color: #D6A0D5;
}
</style>