Shades of Plum #DBA6DA
Tints of Plum #DBA6DA
RGB
CMYK
RGB Variations
Color information
#DBA6DA (or 0xDBA6DA) is known color: Plum. HEX triplet: DB, A6 and DA. RGB value is (219,166,218). Sum of RGB (Red+Green+Blue) = 219+166+218=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 166 (65.23% from 255 or 27.53% from 603); Blue value is 218 (85.55% from 255 or 36.15% from 603); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA6DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA6DA is #245925. Grayscale: #BBBBBB. Windows color (decimal): -2382118 or 14329563. OLE color: 14329563.
HSL color Cylindrical-coordinate representation of color #DBA6DA: hue angle of 301.13º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBA6DA is Cyan = 0, Magento = 0.24, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 166 | 218 | - |
| CMYK | 0 | 0.24 | 0.00 | 0.14 |
| HSL | 301.13º | 0.42% | 0.75% | - |
| HSV(B) | 301.13º | 0.24% | 0.86% | - |
| XYZ | 55.5 | 47.39 | 72.55 | - |
| YUV | 187.78 | 145.06 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 166 | 218 | 0 | 0.24 | 0.00 | 0.14 | 301.13 | 0.42 | 0.75 |
| Hex | DB | A6 | DA | 0 | 18 | 0 | E | 12D | 2A | 4B |
| Octal | 333 | 246 | 332 | 0 | 30 | 0 | 16 | 455 | 52 | 113 |
| Binary | 11011011 | 10100110 | 11011010 | 0 | 11000 | 0 | 1110 | 100101101 | 101010 | 1001011 |
Color Harmonies of #DBA6DA
Complementary color
Monochromatic Colors of #DBA6DA
Black with #DBA6DA
Text Example
Text Example
White with #DBA6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA6DA; }
p { color: rgb(219,166,218); }
H1.HeaderClassName
{
color: #DBA6DA;
}
.AnyTagClassName
{
color: #DBA6DA;
}
</style>
background-color css
<style>
a { background-color: #DBA6DA; }
a { background-color: rgb(219,166,218); }
div.DivClassName
{
background-color: #DBA6DA;
}
.BgClassName
{
background-color: #DBA6DA;
}
</style>
border-color css
<style>
span { border-color: #DBA6DA; }
span { border-color: rgb(219,166,218); }
td.TdClassName
{
border-color: #DBA6DA;
}
.TagClassName
{
border-color: #DBA6DA;
}
</style>