Shades of Plum #D6ABDC
Tints of Plum #D6ABDC
RGB
CMYK
RGB Variations
Color information
#D6ABDC (or 0xD6ABDC) is known color: Plum. HEX triplet: D6, AB and DC. RGB value is (214,171,220). Sum of RGB (Red+Green+Blue) = 214+171+220=605 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.37% from 605); Green value is 171 (67.19% from 255 or 28.26% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 220 - color contains mainly: blue. Hex color #D6ABDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ABDC is #295423. Grayscale: #BDBDBD. Windows color (decimal): -2708516 or 14461910. OLE color: 14461910.
HSL color Cylindrical-coordinate representation of color #D6ABDC: hue angle of 292.65º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D6ABDC is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 171 | 220 | - |
| CMYK | 0.03 | 0.22 | 0 | 0.14 |
| HSL | 292.65º | 0.41% | 0.77% | - |
| HSV(B) | 292.65º | 0.22% | 0.86% | - |
| XYZ | 55.21 | 48.59 | 74.18 | - |
| YUV | 189.44 | 145.25 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 171 | 220 | 0.03 | 0.22 | 0 | 0.14 | 292.65 | 0.41 | 0.77 |
| Hex | D6 | AB | DC | 3 | 16 | 0 | E | 125 | 29 | 4D |
| Octal | 326 | 253 | 334 | 3 | 26 | 0 | 16 | 445 | 51 | 115 |
| Binary | 11010110 | 10101011 | 11011100 | 11 | 10110 | 0 | 1110 | 100100101 | 101001 | 1001101 |
Color Harmonies of #D6ABDC
Complementary color
Monochromatic Colors of #D6ABDC
Black with #D6ABDC
Text Example
Text Example
White with #D6ABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6ABDC; }
p { color: rgb(214,171,220); }
H1.HeaderClassName
{
color: #D6ABDC;
}
.AnyTagClassName
{
color: #D6ABDC;
}
</style>
background-color css
<style>
a { background-color: #D6ABDC; }
a { background-color: rgb(214,171,220); }
div.DivClassName
{
background-color: #D6ABDC;
}
.BgClassName
{
background-color: #D6ABDC;
}
</style>
border-color css
<style>
span { border-color: #D6ABDC; }
span { border-color: rgb(214,171,220); }
td.TdClassName
{
border-color: #D6ABDC;
}
.TagClassName
{
border-color: #D6ABDC;
}
</style>