Shades of Plum #D6ABDF
Tints of Plum #D6ABDF
RGB
CMYK
RGB Variations
Color information
#D6ABDF (or 0xD6ABDF) is known color: Plum. HEX triplet: D6, AB and DF. RGB value is (214,171,223). Sum of RGB (Red+Green+Blue) = 214+171+223=608 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.20% from 608); Green value is 171 (67.19% from 255 or 28.12% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 223 - color contains mainly: blue. Hex color #D6ABDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ABDF is #295420. Grayscale: #BDBDBD. Windows color (decimal): -2708513 or 14658518. OLE color: 14658518.
HSL color Cylindrical-coordinate representation of color #D6ABDF: hue angle of 289.62º 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 #D6ABDF is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 171 | 223 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.13 |
| HSL | 289.62º | 0.45% | 0.77% | - |
| HSV(B) | 289.62º | 0.23% | 0.87% | - |
| XYZ | 55.61 | 48.75 | 76.29 | - |
| YUV | 189.79 | 146.75 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 171 | 223 | 0.04 | 0.23 | 0 | 0.13 | 289.62 | 0.45 | 0.77 |
| Hex | D6 | AB | DF | 4 | 17 | 0 | D | 122 | 2D | 4D |
| Octal | 326 | 253 | 337 | 4 | 27 | 0 | 15 | 442 | 55 | 115 |
| Binary | 11010110 | 10101011 | 11011111 | 100 | 10111 | 0 | 1101 | 100100010 | 101101 | 1001101 |
Color Harmonies of #D6ABDF
Complementary color
Monochromatic Colors of #D6ABDF
Black with #D6ABDF
Text Example
Text Example
White with #D6ABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6ABDF; }
p { color: rgb(214,171,223); }
H1.HeaderClassName
{
color: #D6ABDF;
}
.AnyTagClassName
{
color: #D6ABDF;
}
</style>
background-color css
<style>
a { background-color: #D6ABDF; }
a { background-color: rgb(214,171,223); }
div.DivClassName
{
background-color: #D6ABDF;
}
.BgClassName
{
background-color: #D6ABDF;
}
</style>
border-color css
<style>
span { border-color: #D6ABDF; }
span { border-color: rgb(214,171,223); }
td.TdClassName
{
border-color: #D6ABDF;
}
.TagClassName
{
border-color: #D6ABDF;
}
</style>