Shades of Plum #DBA5D6
Tints of Plum #DBA5D6
RGB
CMYK
RGB Variations
Color information
#DBA5D6 (or 0xDBA5D6) is known color: Plum. HEX triplet: DB, A5 and D6. RGB value is (219,165,214). Sum of RGB (Red+Green+Blue) = 219+165+214=598 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.62% from 598); Green value is 165 (64.84% from 255 or 27.59% from 598); Blue value is 214 (83.98% from 255 or 35.79% from 598); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA5D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA5D6 is #245A29. Grayscale: #BABABA. Windows color (decimal): -2382378 or 14067163. OLE color: 14067163.
HSL color Cylindrical-coordinate representation of color #DBA5D6: hue angle of 305.56º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBA5D6 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 214 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.14 |
| HSL | 305.56º | 0.43% | 0.75% | - |
| HSV(B) | 305.56º | 0.25% | 0.86% | - |
| XYZ | 54.81 | 46.83 | 69.77 | - |
| YUV | 186.73 | 143.39 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 214 | 0 | 0.25 | 0.02 | 0.14 | 305.56 | 0.43 | 0.75 |
| Hex | DB | A5 | D6 | 0 | 19 | 2 | E | 132 | 2B | 4B |
| Octal | 333 | 245 | 326 | 0 | 31 | 2 | 16 | 462 | 53 | 113 |
| Binary | 11011011 | 10100101 | 11010110 | 0 | 11001 | 10 | 1110 | 100110010 | 101011 | 1001011 |
Color Harmonies of #DBA5D6
Complementary color
Monochromatic Colors of #DBA5D6
Black with #DBA5D6
Text Example
Text Example
White with #DBA5D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA5D6; }
p { color: rgb(219,165,214); }
H1.HeaderClassName
{
color: #DBA5D6;
}
.AnyTagClassName
{
color: #DBA5D6;
}
</style>
background-color css
<style>
a { background-color: #DBA5D6; }
a { background-color: rgb(219,165,214); }
div.DivClassName
{
background-color: #DBA5D6;
}
.BgClassName
{
background-color: #DBA5D6;
}
</style>
border-color css
<style>
span { border-color: #DBA5D6; }
span { border-color: rgb(219,165,214); }
td.TdClassName
{
border-color: #DBA5D6;
}
.TagClassName
{
border-color: #DBA5D6;
}
</style>