Shades of Plum #D8A2D2
Tints of Plum #D8A2D2
RGB
CMYK
RGB Variations
Color information
#D8A2D2 (or 0xD8A2D2) is known color: Plum. HEX triplet: D8, A2 and D2. RGB value is (216,162,210). Sum of RGB (Red+Green+Blue) = 216+162+210=588 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.73% from 588); Green value is 162 (63.67% from 255 or 27.55% from 588); Blue value is 210 (82.42% from 255 or 35.71% from 588); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A2D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A2D2 is #275D2D. Grayscale: #B7B7B7. Windows color (decimal): -2579758 or 13804248. OLE color: 13804248.
HSL color Cylindrical-coordinate representation of color #D8A2D2: hue angle of 306.67º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D8A2D2 is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 162 | 210 | - |
| CMYK | 0 | 0.25 | 0.03 | 0.15 |
| HSL | 306.67º | 0.41% | 0.74% | - |
| HSV(B) | 306.67º | 0.25% | 0.85% | - |
| XYZ | 52.87 | 45.09 | 66.89 | - |
| YUV | 183.62 | 142.89 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 162 | 210 | 0 | 0.25 | 0.03 | 0.15 | 306.67 | 0.41 | 0.74 |
| Hex | D8 | A2 | D2 | 0 | 19 | 3 | F | 133 | 29 | 4A |
| Octal | 330 | 242 | 322 | 0 | 31 | 3 | 17 | 463 | 51 | 112 |
| Binary | 11011000 | 10100010 | 11010010 | 0 | 11001 | 11 | 1111 | 100110011 | 101001 | 1001010 |
Color Harmonies of #D8A2D2
Complementary color
Monochromatic Colors of #D8A2D2
Black with #D8A2D2
Text Example
Text Example
White with #D8A2D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A2D2; }
p { color: rgb(216,162,210); }
H1.HeaderClassName
{
color: #D8A2D2;
}
.AnyTagClassName
{
color: #D8A2D2;
}
</style>
background-color css
<style>
a { background-color: #D8A2D2; }
a { background-color: rgb(216,162,210); }
div.DivClassName
{
background-color: #D8A2D2;
}
.BgClassName
{
background-color: #D8A2D2;
}
</style>
border-color css
<style>
span { border-color: #D8A2D2; }
span { border-color: rgb(216,162,210); }
td.TdClassName
{
border-color: #D8A2D2;
}
.TagClassName
{
border-color: #D8A2D2;
}
</style>