Shades of Plum #D2ACD6
Tints of Plum #D2ACD6
RGB
CMYK
RGB Variations
Color information
#D2ACD6 (or 0xD2ACD6) is known color: Plum. HEX triplet: D2, AC and D6. RGB value is (210,172,214). Sum of RGB (Red+Green+Blue) = 210+172+214=596 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.23% from 596); Green value is 172 (67.58% from 255 or 28.86% from 596); Blue value is 214 (83.98% from 255 or 35.91% from 596); Max value from RGB is 214 - color contains mainly: blue. Hex color #D2ACD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ACD6 is #2D5329. Grayscale: #BCBCBC. Windows color (decimal): -2970410 or 14068946. OLE color: 14068946.
HSL color Cylindrical-coordinate representation of color #D2ACD6: hue angle of 294.29º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D2ACD6 is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 172 | 214 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.16 |
| HSL | 294.29º | 0.34% | 0.76% | - |
| HSV(B) | 294.29º | 0.2% | 0.84% | - |
| XYZ | 53.47 | 48.06 | 70.08 | - |
| YUV | 188.15 | 142.59 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 172 | 214 | 0.02 | 0.20 | 0 | 0.16 | 294.29 | 0.34 | 0.76 |
| Hex | D2 | AC | D6 | 2 | 14 | 0 | 10 | 126 | 22 | 4C |
| Octal | 322 | 254 | 326 | 2 | 24 | 0 | 20 | 446 | 42 | 114 |
| Binary | 11010010 | 10101100 | 11010110 | 10 | 10100 | 0 | 10000 | 100100110 | 100010 | 1001100 |
Color Harmonies of #D2ACD6
Complementary color
Monochromatic Colors of #D2ACD6
Black with #D2ACD6
Text Example
Text Example
White with #D2ACD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2ACD6; }
p { color: rgb(210,172,214); }
H1.HeaderClassName
{
color: #D2ACD6;
}
.AnyTagClassName
{
color: #D2ACD6;
}
</style>
background-color css
<style>
a { background-color: #D2ACD6; }
a { background-color: rgb(210,172,214); }
div.DivClassName
{
background-color: #D2ACD6;
}
.BgClassName
{
background-color: #D2ACD6;
}
</style>
border-color css
<style>
span { border-color: #D2ACD6; }
span { border-color: rgb(210,172,214); }
td.TdClassName
{
border-color: #D2ACD6;
}
.TagClassName
{
border-color: #D2ACD6;
}
</style>