Shades of Plum #DBA7DB
Tints of Plum #DBA7DB
RGB
CMYK
RGB Variations
Color information
#DBA7DB (or 0xDBA7DB) is known color: Plum. HEX triplet: DB, A7 and DB. RGB value is (219,167,219). Sum of RGB (Red+Green+Blue) = 219+167+219=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 167 (65.62% from 255 or 27.60% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DBA7DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA7DB is #245824. Grayscale: #BCBCBC. Windows color (decimal): -2381861 or 14395355. OLE color: 14395355.
HSL color Cylindrical-coordinate representation of color #DBA7DB: hue angle of 300º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBA7DB is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 167 | 219 | - |
CMYK | 0 | 0.24 | 0 | 0.14 |
HSL | 300º | 0.42% | 0.76% | - |
HSV(B) | 300º | 0.24% | 0.86% | - |
XYZ | 55.82 | 47.81 | 73.3 | - |
YUV | 188.48 | 145.23 | 149.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 167 | 219 | 0 | 0.24 | 0 | 0.14 | 300 | 0.42 | 0.76 |
Hex | DB | A7 | DB | 0 | 18 | 0 | E | 12C | 2A | 4C |
Octal | 333 | 247 | 333 | 0 | 30 | 0 | 16 | 454 | 52 | 114 |
Binary | 11011011 | 10100111 | 11011011 | 0 | 11000 | 0 | 1110 | 100101100 | 101010 | 1001100 |
Color Harmonies of #DBA7DB
Complementary color
Monochromatic Colors of #DBA7DB
Black with #DBA7DB
Text Example
Text Example
White with #DBA7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA7DB; }
p { color: rgb(219,167,219); }
H1.HeaderClassName
{
color: #DBA7DB;
}
.AnyTagClassName
{
color: #DBA7DB;
}
</style>
background-color css
<style>
a { background-color: #DBA7DB; }
a { background-color: rgb(219,167,219); }
div.DivClassName
{
background-color: #DBA7DB;
}
.BgClassName
{
background-color: #DBA7DB;
}
</style>
border-color css
<style>
span { border-color: #DBA7DB; }
span { border-color: rgb(219,167,219); }
td.TdClassName
{
border-color: #DBA7DB;
}
.TagClassName
{
border-color: #DBA7DB;
}
</style>