Shades of Plum #D8ABDA
Tints of Plum #D8ABDA
RGB
CMYK
RGB Variations
Color information
#D8ABDA (or 0xD8ABDA) is known color: Plum. HEX triplet: D8, AB and DA. RGB value is (216,171,218). Sum of RGB (Red+Green+Blue) = 216+171+218=605 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.70% from 605); Green value is 171 (67.19% from 255 or 28.26% from 605); Blue value is 218 (85.55% from 255 or 36.03% from 605); Max value from RGB is 218 - color contains mainly: blue. Hex color #D8ABDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ABDA is #275425. Grayscale: #BDBDBD. Windows color (decimal): -2577446 or 14330840. OLE color: 14330840.
HSL color Cylindrical-coordinate representation of color #D8ABDA: hue angle of 297.45º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D8ABDA is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 171 | 218 | - |
| CMYK | 0.01 | 0.22 | 0 | 0.15 |
| HSL | 297.45º | 0.39% | 0.76% | - |
| HSV(B) | 297.45º | 0.22% | 0.85% | - |
| XYZ | 55.54 | 48.79 | 72.82 | - |
| YUV | 189.81 | 143.91 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 171 | 218 | 0.01 | 0.22 | 0 | 0.15 | 297.45 | 0.39 | 0.76 |
| Hex | D8 | AB | DA | 1 | 16 | 0 | F | 129 | 27 | 4C |
| Octal | 330 | 253 | 332 | 1 | 26 | 0 | 17 | 451 | 47 | 114 |
| Binary | 11011000 | 10101011 | 11011010 | 1 | 10110 | 0 | 1111 | 100101001 | 100111 | 1001100 |
Color Harmonies of #D8ABDA
Complementary color
Monochromatic Colors of #D8ABDA
Black with #D8ABDA
Text Example
Text Example
White with #D8ABDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8ABDA; }
p { color: rgb(216,171,218); }
H1.HeaderClassName
{
color: #D8ABDA;
}
.AnyTagClassName
{
color: #D8ABDA;
}
</style>
background-color css
<style>
a { background-color: #D8ABDA; }
a { background-color: rgb(216,171,218); }
div.DivClassName
{
background-color: #D8ABDA;
}
.BgClassName
{
background-color: #D8ABDA;
}
</style>
border-color css
<style>
span { border-color: #D8ABDA; }
span { border-color: rgb(216,171,218); }
td.TdClassName
{
border-color: #D8ABDA;
}
.TagClassName
{
border-color: #D8ABDA;
}
</style>