Shades of Plum #D6ABDE
Tints of Plum #D6ABDE
RGB
CMYK
RGB Variations
Color information
#D6ABDE (or 0xD6ABDE) is known color: Plum. HEX triplet: D6, AB and DE. RGB value is (214,171,222). Sum of RGB (Red+Green+Blue) = 214+171+222=607 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.26% from 607); Green value is 171 (67.19% from 255 or 28.17% from 607); Blue value is 222 (87.11% from 255 or 36.57% from 607); Max value from RGB is 222 - color contains mainly: blue. Hex color #D6ABDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ABDE is #295421. Grayscale: #BDBDBD. Windows color (decimal): -2708514 or 14592982. OLE color: 14592982.
HSL color Cylindrical-coordinate representation of color #D6ABDE: hue angle of 290.59º degrees, saturation: 0.44, 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 #D6ABDE is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 171 | 222 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.13 |
| HSL | 290.59º | 0.44% | 0.77% | - |
| HSV(B) | 290.59º | 0.23% | 0.87% | - |
| XYZ | 55.48 | 48.7 | 75.58 | - |
| YUV | 189.67 | 146.25 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 171 | 222 | 0.04 | 0.23 | 0 | 0.13 | 290.59 | 0.44 | 0.77 |
| Hex | D6 | AB | DE | 4 | 17 | 0 | D | 123 | 2C | 4D |
| Octal | 326 | 253 | 336 | 4 | 27 | 0 | 15 | 443 | 54 | 115 |
| Binary | 11010110 | 10101011 | 11011110 | 100 | 10111 | 0 | 1101 | 100100011 | 101100 | 1001101 |
Color Harmonies of #D6ABDE
Complementary color
Monochromatic Colors of #D6ABDE
Black with #D6ABDE
Text Example
Text Example
White with #D6ABDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6ABDE; }
p { color: rgb(214,171,222); }
H1.HeaderClassName
{
color: #D6ABDE;
}
.AnyTagClassName
{
color: #D6ABDE;
}
</style>
background-color css
<style>
a { background-color: #D6ABDE; }
a { background-color: rgb(214,171,222); }
div.DivClassName
{
background-color: #D6ABDE;
}
.BgClassName
{
background-color: #D6ABDE;
}
</style>
border-color css
<style>
span { border-color: #D6ABDE; }
span { border-color: rgb(214,171,222); }
td.TdClassName
{
border-color: #D6ABDE;
}
.TagClassName
{
border-color: #D6ABDE;
}
</style>