Shades of Plum #DBA5DC
Tints of Plum #DBA5DC
RGB
CMYK
RGB Variations
Color information
#DBA5DC (or 0xDBA5DC) is known color: Plum. HEX triplet: DB, A5 and DC. RGB value is (219,165,220). Sum of RGB (Red+Green+Blue) = 219+165+220=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 165 (64.84% from 255 or 27.32% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 220 - color contains mainly: blue. Hex color #DBA5DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA5DC is #245A23. Grayscale: #BBBBBB. Windows color (decimal): -2382372 or 14460379. OLE color: 14460379.
HSL color Cylindrical-coordinate representation of color #DBA5DC: hue angle of 298.91º degrees, saturation: 0.44, 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 #DBA5DC is Cyan = 0.00, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 220 | - |
| CMYK | 0.00 | 0.25 | 0 | 0.14 |
| HSL | 298.91º | 0.44% | 0.75% | - |
| HSV(B) | 298.91º | 0.25% | 0.86% | - |
| XYZ | 55.59 | 47.14 | 73.88 | - |
| YUV | 187.42 | 146.39 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 220 | 0.00 | 0.25 | 0 | 0.14 | 298.91 | 0.44 | 0.75 |
| Hex | DB | A5 | DC | 0 | 19 | 0 | E | 12B | 2C | 4B |
| Octal | 333 | 245 | 334 | 0 | 31 | 0 | 16 | 453 | 54 | 113 |
| Binary | 11011011 | 10100101 | 11011100 | 0 | 11001 | 0 | 1110 | 100101011 | 101100 | 1001011 |
Color Harmonies of #DBA5DC
Complementary color
Monochromatic Colors of #DBA5DC
Black with #DBA5DC
Text Example
Text Example
White with #DBA5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA5DC; }
p { color: rgb(219,165,220); }
H1.HeaderClassName
{
color: #DBA5DC;
}
.AnyTagClassName
{
color: #DBA5DC;
}
</style>
background-color css
<style>
a { background-color: #DBA5DC; }
a { background-color: rgb(219,165,220); }
div.DivClassName
{
background-color: #DBA5DC;
}
.BgClassName
{
background-color: #DBA5DC;
}
</style>
border-color css
<style>
span { border-color: #DBA5DC; }
span { border-color: rgb(219,165,220); }
td.TdClassName
{
border-color: #DBA5DC;
}
.TagClassName
{
border-color: #DBA5DC;
}
</style>