Shades of Plum #DB90DB
Tints of Plum #DB90DB
RGB
CMYK
RGB Variations
Color information
#DB90DB (or 0xDB90DB) is known color: Plum. HEX triplet: DB, 90 and DB. RGB value is (219,144,219). Sum of RGB (Red+Green+Blue) = 219+144+219=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 144 (56.64% from 255 or 24.74% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB90DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB90DB is #246F24. Grayscale: #AEAEAE. Windows color (decimal): -2387749 or 14389467. OLE color: 14389467.
HSL color Cylindrical-coordinate representation of color #DB90DB: hue angle of 300º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DB90DB is Cyan = 0, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 144 | 219 | - |
CMYK | 0 | 0.34 | 0 | 0.14 |
HSL | 300º | 0.51% | 0.71% | - |
HSV(B) | 300º | 0.34% | 0.86% | - |
XYZ | 51.97 | 40.12 | 72.02 | - |
YUV | 174.98 | 152.85 | 159.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 144 | 219 | 0 | 0.34 | 0 | 0.14 | 300 | 0.51 | 0.71 |
Hex | DB | 90 | DB | 0 | 22 | 0 | E | 12C | 33 | 47 |
Octal | 333 | 220 | 333 | 0 | 42 | 0 | 16 | 454 | 63 | 107 |
Binary | 11011011 | 10010000 | 11011011 | 0 | 100010 | 0 | 1110 | 100101100 | 110011 | 1000111 |
Color Harmonies of #DB90DB
Complementary color
Monochromatic Colors of #DB90DB
Black with #DB90DB
Text Example
Text Example
White with #DB90DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB90DB; }
p { color: rgb(219,144,219); }
H1.HeaderClassName
{
color: #DB90DB;
}
.AnyTagClassName
{
color: #DB90DB;
}
</style>
background-color css
<style>
a { background-color: #DB90DB; }
a { background-color: rgb(219,144,219); }
div.DivClassName
{
background-color: #DB90DB;
}
.BgClassName
{
background-color: #DB90DB;
}
</style>
border-color css
<style>
span { border-color: #DB90DB; }
span { border-color: rgb(219,144,219); }
td.TdClassName
{
border-color: #DB90DB;
}
.TagClassName
{
border-color: #DB90DB;
}
</style>