Shades of Plum #D8A0CD
Tints of Plum #D8A0CD
RGB
CMYK
RGB Variations
Color information
#D8A0CD (or 0xD8A0CD) is known color: Plum. HEX triplet: D8, A0 and CD. RGB value is (216,160,205). Sum of RGB (Red+Green+Blue) = 216+160+205=581 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.18% from 581); Green value is 160 (62.89% from 255 or 27.54% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A0CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A0CD is #275F32. Grayscale: #B5B5B5. Windows color (decimal): -2580275 or 13476056. OLE color: 13476056.
HSL color Cylindrical-coordinate representation of color #D8A0CD: hue angle of 311.79º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D8A0CD is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 160 | 205 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.15 |
| HSL | 311.79º | 0.42% | 0.74% | - |
| HSV(B) | 311.79º | 0.26% | 0.85% | - |
| XYZ | 51.91 | 44.15 | 63.54 | - |
| YUV | 181.87 | 141.05 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 160 | 205 | 0 | 0.26 | 0.05 | 0.15 | 311.79 | 0.42 | 0.74 |
| Hex | D8 | A0 | CD | 0 | 1A | 5 | F | 138 | 2A | 4A |
| Octal | 330 | 240 | 315 | 0 | 32 | 5 | 17 | 470 | 52 | 112 |
| Binary | 11011000 | 10100000 | 11001101 | 0 | 11010 | 101 | 1111 | 100111000 | 101010 | 1001010 |
Color Harmonies of #D8A0CD
Complementary color
Monochromatic Colors of #D8A0CD
Black with #D8A0CD
Text Example
Text Example
White with #D8A0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A0CD; }
p { color: rgb(216,160,205); }
H1.HeaderClassName
{
color: #D8A0CD;
}
.AnyTagClassName
{
color: #D8A0CD;
}
</style>
background-color css
<style>
a { background-color: #D8A0CD; }
a { background-color: rgb(216,160,205); }
div.DivClassName
{
background-color: #D8A0CD;
}
.BgClassName
{
background-color: #D8A0CD;
}
</style>
border-color css
<style>
span { border-color: #D8A0CD; }
span { border-color: rgb(216,160,205); }
td.TdClassName
{
border-color: #D8A0CD;
}
.TagClassName
{
border-color: #D8A0CD;
}
</style>