Shades of Plum #DB90E7
Tints of Plum #DB90E7
RGB
CMYK
RGB Variations
Color information
#DB90E7 (or 0xDB90E7) is known color: Plum. HEX triplet: DB, 90 and E7. RGB value is (219,144,231). Sum of RGB (Red+Green+Blue) = 219+144+231=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 144 (56.64% from 255 or 24.24% from 594); Blue value is 231 (90.62% from 255 or 38.89% from 594); Max value from RGB is 231 - color contains mainly: blue. Hex color #DB90E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB90E7 is #246F18. Grayscale: #B0B0B0. Windows color (decimal): -2387737 or 15175899. OLE color: 15175899.
HSL color Cylindrical-coordinate representation of color #DB90E7: hue angle of 291.72º degrees, saturation: 0.64, 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 #DB90E7 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 144 | 231 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.09 |
| HSL | 291.72º | 0.64% | 0.74% | - |
| HSV(B) | 291.72º | 0.38% | 0.91% | - |
| XYZ | 53.61 | 40.78 | 80.65 | - |
| YUV | 176.34 | 158.85 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 231 | 0.05 | 0.38 | 0 | 0.09 | 291.72 | 0.64 | 0.74 |
| Hex | DB | 90 | E7 | 5 | 26 | 0 | 9 | 124 | 40 | 4A |
| Octal | 333 | 220 | 347 | 5 | 46 | 0 | 11 | 444 | 100 | 112 |
| Binary | 11011011 | 10010000 | 11100111 | 101 | 100110 | 0 | 1001 | 100100100 | 1000000 | 1001010 |
Color Harmonies of #DB90E7
Complementary color
Monochromatic Colors of #DB90E7
Black with #DB90E7
Text Example
Text Example
White with #DB90E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB90E7; }
p { color: rgb(219,144,231); }
H1.HeaderClassName
{
color: #DB90E7;
}
.AnyTagClassName
{
color: #DB90E7;
}
</style>
background-color css
<style>
a { background-color: #DB90E7; }
a { background-color: rgb(219,144,231); }
div.DivClassName
{
background-color: #DB90E7;
}
.BgClassName
{
background-color: #DB90E7;
}
</style>
border-color css
<style>
span { border-color: #DB90E7; }
span { border-color: rgb(219,144,231); }
td.TdClassName
{
border-color: #DB90E7;
}
.TagClassName
{
border-color: #DB90E7;
}
</style>