Shades of Plum #DBA9DB
Tints of Plum #DBA9DB
RGB
CMYK
RGB Variations
Color information
#DBA9DB (or 0xDBA9DB) is known color: Plum. HEX triplet: DB, A9 and DB. RGB value is (219,169,219). Sum of RGB (Red+Green+Blue) = 219+169+219=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 169 (66.41% from 255 or 27.84% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DBA9DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA9DB is #245624. Grayscale: #BDBDBD. Windows color (decimal): -2381349 or 14395867. OLE color: 14395867.
HSL color Cylindrical-coordinate representation of color #DBA9DB: hue angle of 300º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBA9DB is Cyan = 0, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 169 | 219 | - |
CMYK | 0 | 0.23 | 0 | 0.14 |
HSL | 300º | 0.41% | 0.76% | - |
HSV(B) | 300º | 0.23% | 0.86% | - |
XYZ | 56.19 | 48.55 | 73.43 | - |
YUV | 189.65 | 144.57 | 148.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 169 | 219 | 0 | 0.23 | 0 | 0.14 | 300 | 0.41 | 0.76 |
Hex | DB | A9 | DB | 0 | 17 | 0 | E | 12C | 29 | 4C |
Octal | 333 | 251 | 333 | 0 | 27 | 0 | 16 | 454 | 51 | 114 |
Binary | 11011011 | 10101001 | 11011011 | 0 | 10111 | 0 | 1110 | 100101100 | 101001 | 1001100 |
Color Harmonies of #DBA9DB
Complementary color
Monochromatic Colors of #DBA9DB
Black with #DBA9DB
Text Example
Text Example
White with #DBA9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA9DB; }
p { color: rgb(219,169,219); }
H1.HeaderClassName
{
color: #DBA9DB;
}
.AnyTagClassName
{
color: #DBA9DB;
}
</style>
background-color css
<style>
a { background-color: #DBA9DB; }
a { background-color: rgb(219,169,219); }
div.DivClassName
{
background-color: #DBA9DB;
}
.BgClassName
{
background-color: #DBA9DB;
}
</style>
border-color css
<style>
span { border-color: #DBA9DB; }
span { border-color: rgb(219,169,219); }
td.TdClassName
{
border-color: #DBA9DB;
}
.TagClassName
{
border-color: #DBA9DB;
}
</style>