Shades of Plum #D8A0D5
Tints of Plum #D8A0D5
RGB
CMYK
RGB Variations
Color information
#D8A0D5 (or 0xD8A0D5) is known color: Plum. HEX triplet: D8, A0 and D5. RGB value is (216,160,213). Sum of RGB (Red+Green+Blue) = 216+160+213=589 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.67% from 589); Green value is 160 (62.89% from 255 or 27.16% from 589); Blue value is 213 (83.59% from 255 or 36.16% from 589); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A0D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A0D5 is #275F2A. Grayscale: #B6B6B6. Windows color (decimal): -2580267 or 14000344. OLE color: 14000344.
HSL color Cylindrical-coordinate representation of color #D8A0D5: hue angle of 303.21º 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 #D8A0D5 is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 160 | 213 | - |
| CMYK | 0 | 0.26 | 0.01 | 0.15 |
| HSL | 303.21º | 0.42% | 0.74% | - |
| HSV(B) | 303.21º | 0.26% | 0.85% | - |
| XYZ | 52.9 | 44.54 | 68.76 | - |
| YUV | 182.79 | 145.05 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 160 | 213 | 0 | 0.26 | 0.01 | 0.15 | 303.21 | 0.42 | 0.74 |
| Hex | D8 | A0 | D5 | 0 | 1A | 1 | F | 12F | 2A | 4A |
| Octal | 330 | 240 | 325 | 0 | 32 | 1 | 17 | 457 | 52 | 112 |
| Binary | 11011000 | 10100000 | 11010101 | 0 | 11010 | 1 | 1111 | 100101111 | 101010 | 1001010 |
Color Harmonies of #D8A0D5
Complementary color
Monochromatic Colors of #D8A0D5
Black with #D8A0D5
Text Example
Text Example
White with #D8A0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A0D5; }
p { color: rgb(216,160,213); }
H1.HeaderClassName
{
color: #D8A0D5;
}
.AnyTagClassName
{
color: #D8A0D5;
}
</style>
background-color css
<style>
a { background-color: #D8A0D5; }
a { background-color: rgb(216,160,213); }
div.DivClassName
{
background-color: #D8A0D5;
}
.BgClassName
{
background-color: #D8A0D5;
}
</style>
border-color css
<style>
span { border-color: #D8A0D5; }
span { border-color: rgb(216,160,213); }
td.TdClassName
{
border-color: #D8A0D5;
}
.TagClassName
{
border-color: #D8A0D5;
}
</style>