Shades of Plum #D7ADD9
Tints of Plum #D7ADD9
RGB
CMYK
RGB Variations
Color information
#D7ADD9 (or 0xD7ADD9) is known color: Plum. HEX triplet: D7, AD and D9. RGB value is (215,173,217). Sum of RGB (Red+Green+Blue) = 215+173+217=605 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.54% from 605); Green value is 173 (67.97% from 255 or 28.60% from 605); Blue value is 217 (85.16% from 255 or 35.87% from 605); Max value from RGB is 217 - color contains mainly: blue. Hex color #D7ADD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ADD9 is #285226. Grayscale: #BEBEBE. Windows color (decimal): -2642471 or 14265815. OLE color: 14265815.
HSL color Cylindrical-coordinate representation of color #D7ADD9: hue angle of 297.27º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D7ADD9 is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 215 | 173 | 217 | - |
| CMYK | 0.01 | 0.20 | 0 | 0.15 |
| HSL | 297.27º | 0.37% | 0.76% | - |
| HSV(B) | 297.27º | 0.2% | 0.85% | - |
| XYZ | 55.49 | 49.34 | 72.25 | - |
| YUV | 190.57 | 142.91 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 173 | 217 | 0.01 | 0.20 | 0 | 0.15 | 297.27 | 0.37 | 0.76 |
| Hex | D7 | AD | D9 | 1 | 14 | 0 | F | 129 | 25 | 4C |
| Octal | 327 | 255 | 331 | 1 | 24 | 0 | 17 | 451 | 45 | 114 |
| Binary | 11010111 | 10101101 | 11011001 | 1 | 10100 | 0 | 1111 | 100101001 | 100101 | 1001100 |
Color Harmonies of #D7ADD9
Complementary color
Monochromatic Colors of #D7ADD9
Black with #D7ADD9
Text Example
Text Example
White with #D7ADD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7ADD9; }
p { color: rgb(215,173,217); }
H1.HeaderClassName
{
color: #D7ADD9;
}
.AnyTagClassName
{
color: #D7ADD9;
}
</style>
background-color css
<style>
a { background-color: #D7ADD9; }
a { background-color: rgb(215,173,217); }
div.DivClassName
{
background-color: #D7ADD9;
}
.BgClassName
{
background-color: #D7ADD9;
}
</style>
border-color css
<style>
span { border-color: #D7ADD9; }
span { border-color: rgb(215,173,217); }
td.TdClassName
{
border-color: #D7ADD9;
}
.TagClassName
{
border-color: #D7ADD9;
}
</style>