Shades of Plum #D7A9DE
Tints of Plum #D7A9DE
RGB
CMYK
RGB Variations
Color information
#D7A9DE (or 0xD7A9DE) is known color: Plum. HEX triplet: D7, A9 and DE. RGB value is (215,169,222). Sum of RGB (Red+Green+Blue) = 215+169+222=606 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.48% from 606); Green value is 169 (66.41% from 255 or 27.89% from 606); Blue value is 222 (87.11% from 255 or 36.63% from 606); Max value from RGB is 222 - color contains mainly: blue. Hex color #D7A9DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A9DE is #285621. Grayscale: #BCBCBC. Windows color (decimal): -2643490 or 14592471. OLE color: 14592471.
HSL color Cylindrical-coordinate representation of color #D7A9DE: hue angle of 292.08º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D7A9DE is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 169 | 222 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.13 |
| HSL | 292.08º | 0.45% | 0.77% | - |
| HSV(B) | 292.08º | 0.24% | 0.87% | - |
| XYZ | 55.4 | 48.1 | 75.47 | - |
| YUV | 188.8 | 146.74 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 169 | 222 | 0.03 | 0.24 | 0 | 0.13 | 292.08 | 0.45 | 0.77 |
| Hex | D7 | A9 | DE | 3 | 18 | 0 | D | 124 | 2D | 4D |
| Octal | 327 | 251 | 336 | 3 | 30 | 0 | 15 | 444 | 55 | 115 |
| Binary | 11010111 | 10101001 | 11011110 | 11 | 11000 | 0 | 1101 | 100100100 | 101101 | 1001101 |
Color Harmonies of #D7A9DE
Complementary color
Monochromatic Colors of #D7A9DE
Black with #D7A9DE
Text Example
Text Example
White with #D7A9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A9DE; }
p { color: rgb(215,169,222); }
H1.HeaderClassName
{
color: #D7A9DE;
}
.AnyTagClassName
{
color: #D7A9DE;
}
</style>
background-color css
<style>
a { background-color: #D7A9DE; }
a { background-color: rgb(215,169,222); }
div.DivClassName
{
background-color: #D7A9DE;
}
.BgClassName
{
background-color: #D7A9DE;
}
</style>
border-color css
<style>
span { border-color: #D7A9DE; }
span { border-color: rgb(215,169,222); }
td.TdClassName
{
border-color: #D7A9DE;
}
.TagClassName
{
border-color: #D7A9DE;
}
</style>