Shades of Plum #D5A8D1
Tints of Plum #D5A8D1
RGB
CMYK
RGB Variations
Color information
#D5A8D1 (or 0xD5A8D1) is known color: Plum. HEX triplet: D5, A8 and D1. RGB value is (213,168,209). Sum of RGB (Red+Green+Blue) = 213+168+209=590 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.10% from 590); Green value is 168 (66.02% from 255 or 28.47% from 590); Blue value is 209 (82.03% from 255 or 35.42% from 590); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A8D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A8D1 is #2A572E. Grayscale: #BABABA. Windows color (decimal): -2774831 or 13740245. OLE color: 13740245.
HSL color Cylindrical-coordinate representation of color #D5A8D1: hue angle of 305.33º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D5A8D1 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 168 | 209 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.16 |
| HSL | 305.33º | 0.35% | 0.75% | - |
| HSV(B) | 305.33º | 0.21% | 0.84% | - |
| XYZ | 52.95 | 46.75 | 66.56 | - |
| YUV | 186.13 | 140.91 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 168 | 209 | 0 | 0.21 | 0.02 | 0.16 | 305.33 | 0.35 | 0.75 |
| Hex | D5 | A8 | D1 | 0 | 15 | 2 | 10 | 131 | 23 | 4B |
| Octal | 325 | 250 | 321 | 0 | 25 | 2 | 20 | 461 | 43 | 113 |
| Binary | 11010101 | 10101000 | 11010001 | 0 | 10101 | 10 | 10000 | 100110001 | 100011 | 1001011 |
Color Harmonies of #D5A8D1
Complementary color
Monochromatic Colors of #D5A8D1
Black with #D5A8D1
Text Example
Text Example
White with #D5A8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A8D1; }
p { color: rgb(213,168,209); }
H1.HeaderClassName
{
color: #D5A8D1;
}
.AnyTagClassName
{
color: #D5A8D1;
}
</style>
background-color css
<style>
a { background-color: #D5A8D1; }
a { background-color: rgb(213,168,209); }
div.DivClassName
{
background-color: #D5A8D1;
}
.BgClassName
{
background-color: #D5A8D1;
}
</style>
border-color css
<style>
span { border-color: #D5A8D1; }
span { border-color: rgb(213,168,209); }
td.TdClassName
{
border-color: #D5A8D1;
}
.TagClassName
{
border-color: #D5A8D1;
}
</style>