Shades of Plum #D8A2DC
Tints of Plum #D8A2DC
RGB
CMYK
RGB Variations
Color information
#D8A2DC (or 0xD8A2DC) is known color: Plum. HEX triplet: D8, A2 and DC. RGB value is (216,162,220). Sum of RGB (Red+Green+Blue) = 216+162+220=598 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.12% from 598); Green value is 162 (63.67% from 255 or 27.09% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 220 - color contains mainly: blue. Hex color #D8A2DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A2DC is #275D23. Grayscale: #B8B8B8. Windows color (decimal): -2579748 or 14459608. OLE color: 14459608.
HSL color Cylindrical-coordinate representation of color #D8A2DC: hue angle of 295.86º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D8A2DC is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 162 | 220 | - |
| CMYK | 0.02 | 0.26 | 0 | 0.14 |
| HSL | 295.86º | 0.45% | 0.75% | - |
| HSV(B) | 295.86º | 0.26% | 0.86% | - |
| XYZ | 54.16 | 45.61 | 73.66 | - |
| YUV | 184.76 | 147.89 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 162 | 220 | 0.02 | 0.26 | 0 | 0.14 | 295.86 | 0.45 | 0.75 |
| Hex | D8 | A2 | DC | 2 | 1A | 0 | E | 128 | 2D | 4B |
| Octal | 330 | 242 | 334 | 2 | 32 | 0 | 16 | 450 | 55 | 113 |
| Binary | 11011000 | 10100010 | 11011100 | 10 | 11010 | 0 | 1110 | 100101000 | 101101 | 1001011 |
Color Harmonies of #D8A2DC
Complementary color
Monochromatic Colors of #D8A2DC
Black with #D8A2DC
Text Example
Text Example
White with #D8A2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A2DC; }
p { color: rgb(216,162,220); }
H1.HeaderClassName
{
color: #D8A2DC;
}
.AnyTagClassName
{
color: #D8A2DC;
}
</style>
background-color css
<style>
a { background-color: #D8A2DC; }
a { background-color: rgb(216,162,220); }
div.DivClassName
{
background-color: #D8A2DC;
}
.BgClassName
{
background-color: #D8A2DC;
}
</style>
border-color css
<style>
span { border-color: #D8A2DC; }
span { border-color: rgb(216,162,220); }
td.TdClassName
{
border-color: #D8A2DC;
}
.TagClassName
{
border-color: #D8A2DC;
}
</style>