Shades of Plum #D7A8D6
Tints of Plum #D7A8D6
RGB
CMYK
RGB Variations
Color information
#D7A8D6 (or 0xD7A8D6) is known color: Plum. HEX triplet: D7, A8 and D6. RGB value is (215,168,214). Sum of RGB (Red+Green+Blue) = 215+168+214=597 (79% of max value = 765). Red value is 215 (84.38% from 255 or 36.01% from 597); Green value is 168 (66.02% from 255 or 28.14% from 597); Blue value is 214 (83.98% from 255 or 35.85% from 597); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A8D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A8D6 is #285729. Grayscale: #BBBBBB. Windows color (decimal): -2643754 or 14067927. OLE color: 14067927.
HSL color Cylindrical-coordinate representation of color #D7A8D6: hue angle of 301.28º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D7A8D6 is Cyan = 0, Magento = 0.22, Yellow = 0.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 168 | 214 | - |
| CMYK | 0 | 0.22 | 0.00 | 0.16 |
| HSL | 301.28º | 0.37% | 0.75% | - |
| HSV(B) | 301.28º | 0.22% | 0.84% | - |
| XYZ | 54.16 | 47.31 | 69.89 | - |
| YUV | 187.3 | 143.07 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 168 | 214 | 0 | 0.22 | 0.00 | 0.16 | 301.28 | 0.37 | 0.75 |
| Hex | D7 | A8 | D6 | 0 | 16 | 0 | 10 | 12D | 25 | 4B |
| Octal | 327 | 250 | 326 | 0 | 26 | 0 | 20 | 455 | 45 | 113 |
| Binary | 11010111 | 10101000 | 11010110 | 0 | 10110 | 0 | 10000 | 100101101 | 100101 | 1001011 |
Color Harmonies of #D7A8D6
Complementary color
Monochromatic Colors of #D7A8D6
Black with #D7A8D6
Text Example
Text Example
White with #D7A8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A8D6; }
p { color: rgb(215,168,214); }
H1.HeaderClassName
{
color: #D7A8D6;
}
.AnyTagClassName
{
color: #D7A8D6;
}
</style>
background-color css
<style>
a { background-color: #D7A8D6; }
a { background-color: rgb(215,168,214); }
div.DivClassName
{
background-color: #D7A8D6;
}
.BgClassName
{
background-color: #D7A8D6;
}
</style>
border-color css
<style>
span { border-color: #D7A8D6; }
span { border-color: rgb(215,168,214); }
td.TdClassName
{
border-color: #D7A8D6;
}
.TagClassName
{
border-color: #D7A8D6;
}
</style>