Shades of Plum #D2ADD6
Tints of Plum #D2ADD6
RGB
CMYK
RGB Variations
Color information
#D2ADD6 (or 0xD2ADD6) is known color: Plum. HEX triplet: D2, AD and D6. RGB value is (210,173,214). Sum of RGB (Red+Green+Blue) = 210+173+214=597 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.18% from 597); Green value is 173 (67.97% from 255 or 28.98% from 597); Blue value is 214 (83.98% from 255 or 35.85% from 597); Max value from RGB is 214 - color contains mainly: blue. Hex color #D2ADD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ADD6 is #2D5229. Grayscale: #BCBCBC. Windows color (decimal): -2970154 or 14069202. OLE color: 14069202.
HSL color Cylindrical-coordinate representation of color #D2ADD6: hue angle of 294.15º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D2ADD6 is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 173 | 214 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.16 |
| HSL | 294.15º | 0.33% | 0.76% | - |
| HSV(B) | 294.15º | 0.19% | 0.84% | - |
| XYZ | 53.66 | 48.44 | 70.14 | - |
| YUV | 188.74 | 142.26 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 173 | 214 | 0.02 | 0.19 | 0 | 0.16 | 294.15 | 0.33 | 0.76 |
| Hex | D2 | AD | D6 | 2 | 13 | 0 | 10 | 126 | 21 | 4C |
| Octal | 322 | 255 | 326 | 2 | 23 | 0 | 20 | 446 | 41 | 114 |
| Binary | 11010010 | 10101101 | 11010110 | 10 | 10011 | 0 | 10000 | 100100110 | 100001 | 1001100 |
Color Harmonies of #D2ADD6
Complementary color
Monochromatic Colors of #D2ADD6
Black with #D2ADD6
Text Example
Text Example
White with #D2ADD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2ADD6; }
p { color: rgb(210,173,214); }
H1.HeaderClassName
{
color: #D2ADD6;
}
.AnyTagClassName
{
color: #D2ADD6;
}
</style>
background-color css
<style>
a { background-color: #D2ADD6; }
a { background-color: rgb(210,173,214); }
div.DivClassName
{
background-color: #D2ADD6;
}
.BgClassName
{
background-color: #D2ADD6;
}
</style>
border-color css
<style>
span { border-color: #D2ADD6; }
span { border-color: rgb(210,173,214); }
td.TdClassName
{
border-color: #D2ADD6;
}
.TagClassName
{
border-color: #D2ADD6;
}
</style>