Shades of Plum #DBABE2
Tints of Plum #DBABE2
RGB
CMYK
RGB Variations
Color information
#DBABE2 (or 0xDBABE2) is known color: Plum. HEX triplet: DB, AB and E2. RGB value is (219,171,226). Sum of RGB (Red+Green+Blue) = 219+171+226=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 171 (67.19% from 255 or 27.76% from 616); Blue value is 226 (88.67% from 255 or 36.69% from 616); Max value from RGB is 226 - color contains mainly: blue. Hex color #DBABE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBABE2 is #24541D. Grayscale: #BFBFBF. Windows color (decimal): -2380830 or 14855131. OLE color: 14855131.
HSL color Cylindrical-coordinate representation of color #DBABE2: hue angle of 292.36º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBABE2 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 171 | 226 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.11 |
| HSL | 292.36º | 0.49% | 0.78% | - |
| HSV(B) | 292.36º | 0.24% | 0.89% | - |
| XYZ | 57.5 | 49.68 | 78.51 | - |
| YUV | 191.62 | 147.4 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 226 | 0.03 | 0.24 | 0 | 0.11 | 292.36 | 0.49 | 0.78 |
| Hex | DB | AB | E2 | 3 | 18 | 0 | B | 124 | 31 | 4E |
| Octal | 333 | 253 | 342 | 3 | 30 | 0 | 13 | 444 | 61 | 116 |
| Binary | 11011011 | 10101011 | 11100010 | 11 | 11000 | 0 | 1011 | 100100100 | 110001 | 1001110 |
Color Harmonies of #DBABE2
Complementary color
Monochromatic Colors of #DBABE2
Black with #DBABE2
Text Example
Text Example
White with #DBABE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBABE2; }
p { color: rgb(219,171,226); }
H1.HeaderClassName
{
color: #DBABE2;
}
.AnyTagClassName
{
color: #DBABE2;
}
</style>
background-color css
<style>
a { background-color: #DBABE2; }
a { background-color: rgb(219,171,226); }
div.DivClassName
{
background-color: #DBABE2;
}
.BgClassName
{
background-color: #DBABE2;
}
</style>
border-color css
<style>
span { border-color: #DBABE2; }
span { border-color: rgb(219,171,226); }
td.TdClassName
{
border-color: #DBABE2;
}
.TagClassName
{
border-color: #DBABE2;
}
</style>