Shades of Plum #DBA4DC
Tints of Plum #DBA4DC
RGB
CMYK
RGB Variations
Color information
#DBA4DC (or 0xDBA4DC) is known color: Plum. HEX triplet: DB, A4 and DC. RGB value is (219,164,220). Sum of RGB (Red+Green+Blue) = 219+164+220=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 164 (64.45% from 255 or 27.20% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 220 - color contains mainly: blue. Hex color #DBA4DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA4DC is #245B23. Grayscale: #BABABA. Windows color (decimal): -2382628 or 14460123. OLE color: 14460123.
HSL color Cylindrical-coordinate representation of color #DBA4DC: hue angle of 298.93º 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 #DBA4DC is Cyan = 0.00, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 164 | 220 | - |
| CMYK | 0.00 | 0.25 | 0 | 0.14 |
| HSL | 298.93º | 0.44% | 0.75% | - |
| HSV(B) | 298.93º | 0.25% | 0.86% | - |
| XYZ | 55.41 | 46.78 | 73.82 | - |
| YUV | 186.83 | 146.72 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 220 | 0.00 | 0.25 | 0 | 0.14 | 298.93 | 0.44 | 0.75 |
| Hex | DB | A4 | DC | 0 | 19 | 0 | E | 12B | 2C | 4B |
| Octal | 333 | 244 | 334 | 0 | 31 | 0 | 16 | 453 | 54 | 113 |
| Binary | 11011011 | 10100100 | 11011100 | 0 | 11001 | 0 | 1110 | 100101011 | 101100 | 1001011 |
Color Harmonies of #DBA4DC
Complementary color
Monochromatic Colors of #DBA4DC
Black with #DBA4DC
Text Example
Text Example
White with #DBA4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA4DC; }
p { color: rgb(219,164,220); }
H1.HeaderClassName
{
color: #DBA4DC;
}
.AnyTagClassName
{
color: #DBA4DC;
}
</style>
background-color css
<style>
a { background-color: #DBA4DC; }
a { background-color: rgb(219,164,220); }
div.DivClassName
{
background-color: #DBA4DC;
}
.BgClassName
{
background-color: #DBA4DC;
}
</style>
border-color css
<style>
span { border-color: #DBA4DC; }
span { border-color: rgb(219,164,220); }
td.TdClassName
{
border-color: #DBA4DC;
}
.TagClassName
{
border-color: #DBA4DC;
}
</style>