Shades of Plum #D7A8DF
Tints of Plum #D7A8DF
RGB
CMYK
RGB Variations
Color information
#D7A8DF (or 0xD7A8DF) is known color: Plum. HEX triplet: D7, A8 and DF. RGB value is (215,168,223). Sum of RGB (Red+Green+Blue) = 215+168+223=606 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.48% from 606); Green value is 168 (66.02% from 255 or 27.72% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 223 - color contains mainly: blue. Hex color #D7A8DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A8DF is #285720. Grayscale: #BCBCBC. Windows color (decimal): -2643745 or 14657751. OLE color: 14657751.
HSL color Cylindrical-coordinate representation of color #D7A8DF: hue angle of 291.27º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D7A8DF is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 168 | 223 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.13 |
| HSL | 291.27º | 0.46% | 0.77% | - |
| HSV(B) | 291.27º | 0.25% | 0.87% | - |
| XYZ | 55.35 | 47.78 | 76.12 | - |
| YUV | 188.32 | 147.57 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 168 | 223 | 0.04 | 0.25 | 0 | 0.13 | 291.27 | 0.46 | 0.77 |
| Hex | D7 | A8 | DF | 4 | 19 | 0 | D | 123 | 2E | 4D |
| Octal | 327 | 250 | 337 | 4 | 31 | 0 | 15 | 443 | 56 | 115 |
| Binary | 11010111 | 10101000 | 11011111 | 100 | 11001 | 0 | 1101 | 100100011 | 101110 | 1001101 |
Color Harmonies of #D7A8DF
Complementary color
Monochromatic Colors of #D7A8DF
Black with #D7A8DF
Text Example
Text Example
White with #D7A8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A8DF; }
p { color: rgb(215,168,223); }
H1.HeaderClassName
{
color: #D7A8DF;
}
.AnyTagClassName
{
color: #D7A8DF;
}
</style>
background-color css
<style>
a { background-color: #D7A8DF; }
a { background-color: rgb(215,168,223); }
div.DivClassName
{
background-color: #D7A8DF;
}
.BgClassName
{
background-color: #D7A8DF;
}
</style>
border-color css
<style>
span { border-color: #D7A8DF; }
span { border-color: rgb(215,168,223); }
td.TdClassName
{
border-color: #D7A8DF;
}
.TagClassName
{
border-color: #D7A8DF;
}
</style>