Shades of Plum #DBACE1
Tints of Plum #DBACE1
RGB
CMYK
RGB Variations
Color information
#DBACE1 (or 0xDBACE1) is known color: Plum. HEX triplet: DB, AC and E1. RGB value is (219,172,225). Sum of RGB (Red+Green+Blue) = 219+172+225=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 172 (67.58% from 255 or 27.92% from 616); Blue value is 225 (88.28% from 255 or 36.53% from 616); Max value from RGB is 225 - color contains mainly: blue. Hex color #DBACE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBACE1 is #24531E. Grayscale: #BFBFBF. Windows color (decimal): -2380575 or 14789851. OLE color: 14789851.
HSL color Cylindrical-coordinate representation of color #DBACE1: hue angle of 293.21º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBACE1 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 172 | 225 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.12 |
| HSL | 293.21º | 0.47% | 0.78% | - |
| HSV(B) | 293.21º | 0.24% | 0.88% | - |
| XYZ | 57.56 | 50 | 77.85 | - |
| YUV | 192.1 | 146.57 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 225 | 0.03 | 0.24 | 0 | 0.12 | 293.21 | 0.47 | 0.78 |
| Hex | DB | AC | E1 | 3 | 18 | 0 | C | 125 | 2F | 4E |
| Octal | 333 | 254 | 341 | 3 | 30 | 0 | 14 | 445 | 57 | 116 |
| Binary | 11011011 | 10101100 | 11100001 | 11 | 11000 | 0 | 1100 | 100100101 | 101111 | 1001110 |
Color Harmonies of #DBACE1
Complementary color
Monochromatic Colors of #DBACE1
Black with #DBACE1
Text Example
Text Example
White with #DBACE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBACE1; }
p { color: rgb(219,172,225); }
H1.HeaderClassName
{
color: #DBACE1;
}
.AnyTagClassName
{
color: #DBACE1;
}
</style>
background-color css
<style>
a { background-color: #DBACE1; }
a { background-color: rgb(219,172,225); }
div.DivClassName
{
background-color: #DBACE1;
}
.BgClassName
{
background-color: #DBACE1;
}
</style>
border-color css
<style>
span { border-color: #DBACE1; }
span { border-color: rgb(219,172,225); }
td.TdClassName
{
border-color: #DBACE1;
}
.TagClassName
{
border-color: #DBACE1;
}
</style>