Shades of Plum #D7A0DF
Tints of Plum #D7A0DF
RGB
CMYK
RGB Variations
Color information
#D7A0DF (or 0xD7A0DF) is known color: Plum. HEX triplet: D7, A0 and DF. RGB value is (215,160,223). Sum of RGB (Red+Green+Blue) = 215+160+223=598 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.95% from 598); Green value is 160 (62.89% from 255 or 26.76% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 223 - color contains mainly: blue. Hex color #D7A0DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A0DF is #285F20. Grayscale: #B7B7B7. Windows color (decimal): -2645793 or 14655703. OLE color: 14655703.
HSL color Cylindrical-coordinate representation of color #D7A0DF: hue angle of 292.38º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D7A0DF is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 160 | 223 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.13 |
| HSL | 292.38º | 0.5% | 0.75% | - |
| HSV(B) | 292.38º | 0.28% | 0.87% | - |
| XYZ | 53.91 | 44.92 | 75.64 | - |
| YUV | 183.63 | 150.22 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 160 | 223 | 0.04 | 0.28 | 0 | 0.13 | 292.38 | 0.5 | 0.75 |
| Hex | D7 | A0 | DF | 4 | 1C | 0 | D | 124 | 32 | 4B |
| Octal | 327 | 240 | 337 | 4 | 34 | 0 | 15 | 444 | 62 | 113 |
| Binary | 11010111 | 10100000 | 11011111 | 100 | 11100 | 0 | 1101 | 100100100 | 110010 | 1001011 |
Color Harmonies of #D7A0DF
Complementary color
Monochromatic Colors of #D7A0DF
Black with #D7A0DF
Text Example
Text Example
White with #D7A0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A0DF; }
p { color: rgb(215,160,223); }
H1.HeaderClassName
{
color: #D7A0DF;
}
.AnyTagClassName
{
color: #D7A0DF;
}
</style>
background-color css
<style>
a { background-color: #D7A0DF; }
a { background-color: rgb(215,160,223); }
div.DivClassName
{
background-color: #D7A0DF;
}
.BgClassName
{
background-color: #D7A0DF;
}
</style>
border-color css
<style>
span { border-color: #D7A0DF; }
span { border-color: rgb(215,160,223); }
td.TdClassName
{
border-color: #D7A0DF;
}
.TagClassName
{
border-color: #D7A0DF;
}
</style>