Shades of Plum #D8ABE1
Tints of Plum #D8ABE1
RGB
CMYK
RGB Variations
Color information
#D8ABE1 (or 0xD8ABE1) is known color: Plum. HEX triplet: D8, AB and E1. RGB value is (216,171,225). Sum of RGB (Red+Green+Blue) = 216+171+225=612 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.29% from 612); Green value is 171 (67.19% from 255 or 27.94% from 612); Blue value is 225 (88.28% from 255 or 36.76% from 612); Max value from RGB is 225 - color contains mainly: blue. Hex color #D8ABE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ABE1 is #27541E. Grayscale: #BEBEBE. Windows color (decimal): -2577439 or 14789592. OLE color: 14789592.
HSL color Cylindrical-coordinate representation of color #D8ABE1: hue angle of 290º 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 #D8ABE1 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 216 | 171 | 225 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.12 |
| HSL | 290º | 0.47% | 0.78% | - |
| HSV(B) | 290º | 0.24% | 0.88% | - |
| XYZ | 56.47 | 49.16 | 77.75 | - |
| YUV | 190.61 | 147.41 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 171 | 225 | 0.04 | 0.24 | 0 | 0.12 | 290 | 0.47 | 0.78 |
| Hex | D8 | AB | E1 | 4 | 18 | 0 | C | 122 | 2F | 4E |
| Octal | 330 | 253 | 341 | 4 | 30 | 0 | 14 | 442 | 57 | 116 |
| Binary | 11011000 | 10101011 | 11100001 | 100 | 11000 | 0 | 1100 | 100100010 | 101111 | 1001110 |
Color Harmonies of #D8ABE1
Complementary color
Monochromatic Colors of #D8ABE1
Black with #D8ABE1
Text Example
Text Example
White with #D8ABE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8ABE1; }
p { color: rgb(216,171,225); }
H1.HeaderClassName
{
color: #D8ABE1;
}
.AnyTagClassName
{
color: #D8ABE1;
}
</style>
background-color css
<style>
a { background-color: #D8ABE1; }
a { background-color: rgb(216,171,225); }
div.DivClassName
{
background-color: #D8ABE1;
}
.BgClassName
{
background-color: #D8ABE1;
}
</style>
border-color css
<style>
span { border-color: #D8ABE1; }
span { border-color: rgb(216,171,225); }
td.TdClassName
{
border-color: #D8ABE1;
}
.TagClassName
{
border-color: #D8ABE1;
}
</style>