Shades of Plum #DCABDF
Tints of Plum #DCABDF
RGB
CMYK
RGB Variations
Color information
#DCABDF (or 0xDCABDF) is known color: Plum. HEX triplet: DC, AB and DF. RGB value is (220,171,223). Sum of RGB (Red+Green+Blue) = 220+171+223=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 171 (67.19% from 255 or 27.85% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 223 - color contains mainly: blue. Hex color #DCABDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCABDF is #235420. Grayscale: #BFBFBF. Windows color (decimal): -2315297 or 14658524. OLE color: 14658524.
HSL color Cylindrical-coordinate representation of color #DCABDF: hue angle of 296.54º 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 #DCABDF is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 171 | 223 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.13 |
| HSL | 296.54º | 0.45% | 0.77% | - |
| HSV(B) | 296.54º | 0.23% | 0.87% | - |
| XYZ | 57.4 | 49.67 | 76.37 | - |
| YUV | 191.58 | 145.73 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 223 | 0.01 | 0.23 | 0 | 0.13 | 296.54 | 0.45 | 0.77 |
| Hex | DC | AB | DF | 1 | 17 | 0 | D | 129 | 2D | 4D |
| Octal | 334 | 253 | 337 | 1 | 27 | 0 | 15 | 451 | 55 | 115 |
| Binary | 11011100 | 10101011 | 11011111 | 1 | 10111 | 0 | 1101 | 100101001 | 101101 | 1001101 |
Color Harmonies of #DCABDF
Complementary color
Monochromatic Colors of #DCABDF
Black with #DCABDF
Text Example
Text Example
White with #DCABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCABDF; }
p { color: rgb(220,171,223); }
H1.HeaderClassName
{
color: #DCABDF;
}
.AnyTagClassName
{
color: #DCABDF;
}
</style>
background-color css
<style>
a { background-color: #DCABDF; }
a { background-color: rgb(220,171,223); }
div.DivClassName
{
background-color: #DCABDF;
}
.BgClassName
{
background-color: #DCABDF;
}
</style>
border-color css
<style>
span { border-color: #DCABDF; }
span { border-color: rgb(220,171,223); }
td.TdClassName
{
border-color: #DCABDF;
}
.TagClassName
{
border-color: #DCABDF;
}
</style>