Shades of Plum #DBA9E4
Tints of Plum #DBA9E4
RGB
CMYK
RGB Variations
Color information
#DBA9E4 (or 0xDBA9E4) is known color: Plum. HEX triplet: DB, A9 and E4. RGB value is (219,169,228). Sum of RGB (Red+Green+Blue) = 219+169+228=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 169 (66.41% from 255 or 27.44% from 616); Blue value is 228 (89.45% from 255 or 37.01% from 616); Max value from RGB is 228 - color contains mainly: blue. Hex color #DBA9E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA9E4 is #24561B. Grayscale: #BEBEBE. Windows color (decimal): -2381340 or 14985691. OLE color: 14985691.
HSL color Cylindrical-coordinate representation of color #DBA9E4: hue angle of 290.85º degrees, saturation: 0.52, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBA9E4 is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 169 | 228 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.11 |
| HSL | 290.85º | 0.52% | 0.78% | - |
| HSV(B) | 290.85º | 0.26% | 0.89% | - |
| XYZ | 57.4 | 49.04 | 79.84 | - |
| YUV | 190.68 | 149.07 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 169 | 228 | 0.04 | 0.26 | 0 | 0.11 | 290.85 | 0.52 | 0.78 |
| Hex | DB | A9 | E4 | 4 | 1A | 0 | B | 123 | 34 | 4E |
| Octal | 333 | 251 | 344 | 4 | 32 | 0 | 13 | 443 | 64 | 116 |
| Binary | 11011011 | 10101001 | 11100100 | 100 | 11010 | 0 | 1011 | 100100011 | 110100 | 1001110 |
Color Harmonies of #DBA9E4
Complementary color
Monochromatic Colors of #DBA9E4
Black with #DBA9E4
Text Example
Text Example
White with #DBA9E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA9E4; }
p { color: rgb(219,169,228); }
H1.HeaderClassName
{
color: #DBA9E4;
}
.AnyTagClassName
{
color: #DBA9E4;
}
</style>
background-color css
<style>
a { background-color: #DBA9E4; }
a { background-color: rgb(219,169,228); }
div.DivClassName
{
background-color: #DBA9E4;
}
.BgClassName
{
background-color: #DBA9E4;
}
</style>
border-color css
<style>
span { border-color: #DBA9E4; }
span { border-color: rgb(219,169,228); }
td.TdClassName
{
border-color: #DBA9E4;
}
.TagClassName
{
border-color: #DBA9E4;
}
</style>