Shades of Plum #DB90E9
Tints of Plum #DB90E9
RGB
CMYK
RGB Variations
Color information
#DB90E9 (or 0xDB90E9) is known color: Plum. HEX triplet: DB, 90 and E9. RGB value is (219,144,233). Sum of RGB (Red+Green+Blue) = 219+144+233=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 144 (56.64% from 255 or 24.16% from 596); Blue value is 233 (91.41% from 255 or 39.09% from 596); Max value from RGB is 233 - color contains mainly: blue. Hex color #DB90E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB90E9 is #246F16. Grayscale: #B0B0B0. Windows color (decimal): -2387735 or 15306971. OLE color: 15306971.
HSL color Cylindrical-coordinate representation of color #DB90E9: hue angle of 290.56º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB90E9 is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 144 | 233 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.09 |
| HSL | 290.56º | 0.67% | 0.74% | - |
| HSV(B) | 290.56º | 0.38% | 0.91% | - |
| XYZ | 53.89 | 40.89 | 82.14 | - |
| YUV | 176.57 | 159.85 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 233 | 0.06 | 0.38 | 0 | 0.09 | 290.56 | 0.67 | 0.74 |
| Hex | DB | 90 | E9 | 6 | 26 | 0 | 9 | 123 | 43 | 4A |
| Octal | 333 | 220 | 351 | 6 | 46 | 0 | 11 | 443 | 103 | 112 |
| Binary | 11011011 | 10010000 | 11101001 | 110 | 100110 | 0 | 1001 | 100100011 | 1000011 | 1001010 |
Color Harmonies of #DB90E9
Complementary color
Monochromatic Colors of #DB90E9
Black with #DB90E9
Text Example
Text Example
White with #DB90E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB90E9; }
p { color: rgb(219,144,233); }
H1.HeaderClassName
{
color: #DB90E9;
}
.AnyTagClassName
{
color: #DB90E9;
}
</style>
background-color css
<style>
a { background-color: #DB90E9; }
a { background-color: rgb(219,144,233); }
div.DivClassName
{
background-color: #DB90E9;
}
.BgClassName
{
background-color: #DB90E9;
}
</style>
border-color css
<style>
span { border-color: #DB90E9; }
span { border-color: rgb(219,144,233); }
td.TdClassName
{
border-color: #DB90E9;
}
.TagClassName
{
border-color: #DB90E9;
}
</style>