Shades of Plum #D9ABE1
Tints of Plum #D9ABE1
RGB
CMYK
RGB Variations
Color information
#D9ABE1 (or 0xD9ABE1) is known color: Plum. HEX triplet: D9, AB and E1. RGB value is (217,171,225). Sum of RGB (Red+Green+Blue) = 217+171+225=613 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.40% from 613); Green value is 171 (67.19% from 255 or 27.90% from 613); Blue value is 225 (88.28% from 255 or 36.70% from 613); Max value from RGB is 225 - color contains mainly: blue. Hex color #D9ABE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ABE1 is #26541E. Grayscale: #BEBEBE. Windows color (decimal): -2511903 or 14789593. OLE color: 14789593.
HSL color Cylindrical-coordinate representation of color #D9ABE1: hue angle of 291.11º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D9ABE1 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 171 | 225 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.12 |
| HSL | 291.11º | 0.47% | 0.78% | - |
| HSV(B) | 291.11º | 0.24% | 0.88% | - |
| XYZ | 56.77 | 49.31 | 77.76 | - |
| YUV | 190.91 | 147.24 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 171 | 225 | 0.04 | 0.24 | 0 | 0.12 | 291.11 | 0.47 | 0.78 |
| Hex | D9 | AB | E1 | 4 | 18 | 0 | C | 123 | 2F | 4E |
| Octal | 331 | 253 | 341 | 4 | 30 | 0 | 14 | 443 | 57 | 116 |
| Binary | 11011001 | 10101011 | 11100001 | 100 | 11000 | 0 | 1100 | 100100011 | 101111 | 1001110 |
Color Harmonies of #D9ABE1
Complementary color
Monochromatic Colors of #D9ABE1
Black with #D9ABE1
Text Example
Text Example
White with #D9ABE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9ABE1; }
p { color: rgb(217,171,225); }
H1.HeaderClassName
{
color: #D9ABE1;
}
.AnyTagClassName
{
color: #D9ABE1;
}
</style>
background-color css
<style>
a { background-color: #D9ABE1; }
a { background-color: rgb(217,171,225); }
div.DivClassName
{
background-color: #D9ABE1;
}
.BgClassName
{
background-color: #D9ABE1;
}
</style>
border-color css
<style>
span { border-color: #D9ABE1; }
span { border-color: rgb(217,171,225); }
td.TdClassName
{
border-color: #D9ABE1;
}
.TagClassName
{
border-color: #D9ABE1;
}
</style>