Shades of Plum #DCABDC
Tints of Plum #DCABDC
RGB
CMYK
RGB Variations
Color information
#DCABDC (or 0xDCABDC) is known color: Plum. HEX triplet: DC, AB and DC. RGB value is (220,171,220). Sum of RGB (Red+Green+Blue) = 220+171+220=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 171 (67.19% from 255 or 27.99% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DCABDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCABDC is #235423. Grayscale: #BFBFBF. Windows color (decimal): -2315300 or 14461916. OLE color: 14461916.
HSL color Cylindrical-coordinate representation of color #DCABDC: hue angle of 300º 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 #DCABDC is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 220 | - |
| CMYK | 0 | 0.22 | 0 | 0.14 |
| HSL | 300º | 0.41% | 0.77% | - |
| HSV(B) | 300º | 0.22% | 0.86% | - |
| XYZ | 57 | 49.51 | 74.26 | - |
| YUV | 191.24 | 144.23 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 220 | 0 | 0.22 | 0 | 0.14 | 300 | 0.41 | 0.77 |
| Hex | DC | AB | DC | 0 | 16 | 0 | E | 12C | 29 | 4D |
| Octal | 334 | 253 | 334 | 0 | 26 | 0 | 16 | 454 | 51 | 115 |
| Binary | 11011100 | 10101011 | 11011100 | 0 | 10110 | 0 | 1110 | 100101100 | 101001 | 1001101 |
Color Harmonies of #DCABDC
Complementary color
Monochromatic Colors of #DCABDC
Black with #DCABDC
Text Example
Text Example
White with #DCABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCABDC; }
p { color: rgb(220,171,220); }
H1.HeaderClassName
{
color: #DCABDC;
}
.AnyTagClassName
{
color: #DCABDC;
}
</style>
background-color css
<style>
a { background-color: #DCABDC; }
a { background-color: rgb(220,171,220); }
div.DivClassName
{
background-color: #DCABDC;
}
.BgClassName
{
background-color: #DCABDC;
}
</style>
border-color css
<style>
span { border-color: #DCABDC; }
span { border-color: rgb(220,171,220); }
td.TdClassName
{
border-color: #DCABDC;
}
.TagClassName
{
border-color: #DCABDC;
}
</style>