Shades of Plum #D5A7D1
Tints of Plum #D5A7D1
RGB
CMYK
RGB Variations
Color information
#D5A7D1 (or 0xD5A7D1) is known color: Plum. HEX triplet: D5, A7 and D1. RGB value is (213,167,209). Sum of RGB (Red+Green+Blue) = 213+167+209=589 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.16% from 589); Green value is 167 (65.62% from 255 or 28.35% from 589); Blue value is 209 (82.03% from 255 or 35.48% from 589); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A7D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A7D1 is #2A582E. Grayscale: #B9B9B9. Windows color (decimal): -2775087 or 13739989. OLE color: 13739989.
HSL color Cylindrical-coordinate representation of color #D5A7D1: hue angle of 305.22º degrees, saturation: 0.35, 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 #D5A7D1 is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 167 | 209 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.16 |
| HSL | 305.22º | 0.35% | 0.75% | - |
| HSV(B) | 305.22º | 0.22% | 0.84% | - |
| XYZ | 52.77 | 46.39 | 66.49 | - |
| YUV | 185.54 | 141.24 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 167 | 209 | 0 | 0.22 | 0.02 | 0.16 | 305.22 | 0.35 | 0.75 |
| Hex | D5 | A7 | D1 | 0 | 16 | 2 | 10 | 131 | 23 | 4B |
| Octal | 325 | 247 | 321 | 0 | 26 | 2 | 20 | 461 | 43 | 113 |
| Binary | 11010101 | 10100111 | 11010001 | 0 | 10110 | 10 | 10000 | 100110001 | 100011 | 1001011 |
Color Harmonies of #D5A7D1
Complementary color
Monochromatic Colors of #D5A7D1
Black with #D5A7D1
Text Example
Text Example
White with #D5A7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A7D1; }
p { color: rgb(213,167,209); }
H1.HeaderClassName
{
color: #D5A7D1;
}
.AnyTagClassName
{
color: #D5A7D1;
}
</style>
background-color css
<style>
a { background-color: #D5A7D1; }
a { background-color: rgb(213,167,209); }
div.DivClassName
{
background-color: #D5A7D1;
}
.BgClassName
{
background-color: #D5A7D1;
}
</style>
border-color css
<style>
span { border-color: #D5A7D1; }
span { border-color: rgb(213,167,209); }
td.TdClassName
{
border-color: #D5A7D1;
}
.TagClassName
{
border-color: #D5A7D1;
}
</style>