Shades of Plum #D8ABDF
Tints of Plum #D8ABDF
RGB
CMYK
RGB Variations
Color information
#D8ABDF (or 0xD8ABDF) is known color: Plum. HEX triplet: D8, AB and DF. RGB value is (216,171,223). Sum of RGB (Red+Green+Blue) = 216+171+223=610 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.41% from 610); Green value is 171 (67.19% from 255 or 28.03% from 610); Blue value is 223 (87.5% from 255 or 36.56% from 610); Max value from RGB is 223 - color contains mainly: blue. Hex color #D8ABDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ABDF is #275420. Grayscale: #BEBEBE. Windows color (decimal): -2577441 or 14658520. OLE color: 14658520.
HSL color Cylindrical-coordinate representation of color #D8ABDF: hue angle of 291.92º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D8ABDF is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 171 | 223 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.13 |
| HSL | 291.92º | 0.45% | 0.77% | - |
| HSV(B) | 291.92º | 0.23% | 0.87% | - |
| XYZ | 56.2 | 49.05 | 76.32 | - |
| YUV | 190.38 | 146.41 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 171 | 223 | 0.03 | 0.23 | 0 | 0.13 | 291.92 | 0.45 | 0.77 |
| Hex | D8 | AB | DF | 3 | 17 | 0 | D | 124 | 2D | 4D |
| Octal | 330 | 253 | 337 | 3 | 27 | 0 | 15 | 444 | 55 | 115 |
| Binary | 11011000 | 10101011 | 11011111 | 11 | 10111 | 0 | 1101 | 100100100 | 101101 | 1001101 |
Color Harmonies of #D8ABDF
Complementary color
Monochromatic Colors of #D8ABDF
Black with #D8ABDF
Text Example
Text Example
White with #D8ABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8ABDF; }
p { color: rgb(216,171,223); }
H1.HeaderClassName
{
color: #D8ABDF;
}
.AnyTagClassName
{
color: #D8ABDF;
}
</style>
background-color css
<style>
a { background-color: #D8ABDF; }
a { background-color: rgb(216,171,223); }
div.DivClassName
{
background-color: #D8ABDF;
}
.BgClassName
{
background-color: #D8ABDF;
}
</style>
border-color css
<style>
span { border-color: #D8ABDF; }
span { border-color: rgb(216,171,223); }
td.TdClassName
{
border-color: #D8ABDF;
}
.TagClassName
{
border-color: #D8ABDF;
}
</style>