Shades of Plum #DBA5D8
Tints of Plum #DBA5D8
RGB
CMYK
RGB Variations
Color information
#DBA5D8 (or 0xDBA5D8) is known color: Plum. HEX triplet: DB, A5 and D8. RGB value is (219,165,216). Sum of RGB (Red+Green+Blue) = 219+165+216=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 165 (64.84% from 255 or 27.5% from 600); Blue value is 216 (84.77% from 255 or 36% from 600); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA5D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA5D8 is #245A27. Grayscale: #BABABA. Windows color (decimal): -2382376 or 14198235. OLE color: 14198235.
HSL color Cylindrical-coordinate representation of color #DBA5D8: hue angle of 303.33º 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 #DBA5D8 is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 216 | - |
| CMYK | 0 | 0.25 | 0.01 | 0.14 |
| HSL | 303.33º | 0.43% | 0.75% | - |
| HSV(B) | 303.33º | 0.25% | 0.86% | - |
| XYZ | 55.06 | 46.93 | 71.12 | - |
| YUV | 186.96 | 144.39 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 216 | 0 | 0.25 | 0.01 | 0.14 | 303.33 | 0.43 | 0.75 |
| Hex | DB | A5 | D8 | 0 | 19 | 1 | E | 12F | 2B | 4B |
| Octal | 333 | 245 | 330 | 0 | 31 | 1 | 16 | 457 | 53 | 113 |
| Binary | 11011011 | 10100101 | 11011000 | 0 | 11001 | 1 | 1110 | 100101111 | 101011 | 1001011 |
Color Harmonies of #DBA5D8
Complementary color
Monochromatic Colors of #DBA5D8
Black with #DBA5D8
Text Example
Text Example
White with #DBA5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA5D8; }
p { color: rgb(219,165,216); }
H1.HeaderClassName
{
color: #DBA5D8;
}
.AnyTagClassName
{
color: #DBA5D8;
}
</style>
background-color css
<style>
a { background-color: #DBA5D8; }
a { background-color: rgb(219,165,216); }
div.DivClassName
{
background-color: #DBA5D8;
}
.BgClassName
{
background-color: #DBA5D8;
}
</style>
border-color css
<style>
span { border-color: #DBA5D8; }
span { border-color: rgb(219,165,216); }
td.TdClassName
{
border-color: #DBA5D8;
}
.TagClassName
{
border-color: #DBA5D8;
}
</style>