Shades of Plum #DBA5DB
Tints of Plum #DBA5DB
RGB
CMYK
RGB Variations
Color information
#DBA5DB (or 0xDBA5DB) is known color: Plum. HEX triplet: DB, A5 and DB. RGB value is (219,165,219). Sum of RGB (Red+Green+Blue) = 219+165+219=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 165 (64.84% from 255 or 27.36% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DBA5DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA5DB is #245A24. Grayscale: #BBBBBB. Windows color (decimal): -2382373 or 14394843. OLE color: 14394843.
HSL color Cylindrical-coordinate representation of color #DBA5DB: hue angle of 300º 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 #DBA5DB is Cyan = 0, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 219 | - |
| CMYK | 0 | 0.25 | 0 | 0.14 |
| HSL | 300º | 0.43% | 0.75% | - |
| HSV(B) | 300º | 0.25% | 0.86% | - |
| XYZ | 55.45 | 47.08 | 73.18 | - |
| YUV | 187.3 | 145.89 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 219 | 0 | 0.25 | 0 | 0.14 | 300 | 0.43 | 0.75 |
| Hex | DB | A5 | DB | 0 | 19 | 0 | E | 12C | 2B | 4B |
| Octal | 333 | 245 | 333 | 0 | 31 | 0 | 16 | 454 | 53 | 113 |
| Binary | 11011011 | 10100101 | 11011011 | 0 | 11001 | 0 | 1110 | 100101100 | 101011 | 1001011 |
Color Harmonies of #DBA5DB
Complementary color
Monochromatic Colors of #DBA5DB
Black with #DBA5DB
Text Example
Text Example
White with #DBA5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA5DB; }
p { color: rgb(219,165,219); }
H1.HeaderClassName
{
color: #DBA5DB;
}
.AnyTagClassName
{
color: #DBA5DB;
}
</style>
background-color css
<style>
a { background-color: #DBA5DB; }
a { background-color: rgb(219,165,219); }
div.DivClassName
{
background-color: #DBA5DB;
}
.BgClassName
{
background-color: #DBA5DB;
}
</style>
border-color css
<style>
span { border-color: #DBA5DB; }
span { border-color: rgb(219,165,219); }
td.TdClassName
{
border-color: #DBA5DB;
}
.TagClassName
{
border-color: #DBA5DB;
}
</style>