Shades of Plum #D6ABDD
Tints of Plum #D6ABDD
RGB
CMYK
RGB Variations
Color information
#D6ABDD (or 0xD6ABDD) is known color: Plum. HEX triplet: D6, AB and DD. RGB value is (214,171,221). Sum of RGB (Red+Green+Blue) = 214+171+221=606 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.31% from 606); Green value is 171 (67.19% from 255 or 28.22% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 221 - color contains mainly: blue. Hex color #D6ABDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ABDD is #295422. Grayscale: #BDBDBD. Windows color (decimal): -2708515 or 14527446. OLE color: 14527446.
HSL color Cylindrical-coordinate representation of color #D6ABDD: hue angle of 291.6º degrees, saturation: 0.42, 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 #D6ABDD is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 171 | 221 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.13 |
| HSL | 291.6º | 0.42% | 0.77% | - |
| HSV(B) | 291.6º | 0.23% | 0.87% | - |
| XYZ | 55.35 | 48.64 | 74.88 | - |
| YUV | 189.56 | 145.75 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 171 | 221 | 0.03 | 0.23 | 0 | 0.13 | 291.6 | 0.42 | 0.77 |
| Hex | D6 | AB | DD | 3 | 17 | 0 | D | 124 | 2A | 4D |
| Octal | 326 | 253 | 335 | 3 | 27 | 0 | 15 | 444 | 52 | 115 |
| Binary | 11010110 | 10101011 | 11011101 | 11 | 10111 | 0 | 1101 | 100100100 | 101010 | 1001101 |
Color Harmonies of #D6ABDD
Complementary color
Monochromatic Colors of #D6ABDD
Black with #D6ABDD
Text Example
Text Example
White with #D6ABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6ABDD; }
p { color: rgb(214,171,221); }
H1.HeaderClassName
{
color: #D6ABDD;
}
.AnyTagClassName
{
color: #D6ABDD;
}
</style>
background-color css
<style>
a { background-color: #D6ABDD; }
a { background-color: rgb(214,171,221); }
div.DivClassName
{
background-color: #D6ABDD;
}
.BgClassName
{
background-color: #D6ABDD;
}
</style>
border-color css
<style>
span { border-color: #D6ABDD; }
span { border-color: rgb(214,171,221); }
td.TdClassName
{
border-color: #D6ABDD;
}
.TagClassName
{
border-color: #D6ABDD;
}
</style>