Shades of Plum #DB90E6
Tints of Plum #DB90E6
RGB
CMYK
RGB Variations
Color information
#DB90E6 (or 0xDB90E6) is known color: Plum. HEX triplet: DB, 90 and E6. RGB value is (219,144,230). Sum of RGB (Red+Green+Blue) = 219+144+230=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 144 (56.64% from 255 or 24.28% from 593); Blue value is 230 (90.23% from 255 or 38.79% from 593); Max value from RGB is 230 - color contains mainly: blue. Hex color #DB90E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB90E6 is #246F19. Grayscale: #AFAFAF. Windows color (decimal): -2387738 or 15110363. OLE color: 15110363.
HSL color Cylindrical-coordinate representation of color #DB90E6: hue angle of 292.33º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB90E6 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 144 | 230 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.10 |
| HSL | 292.33º | 0.63% | 0.73% | - |
| HSV(B) | 292.33º | 0.37% | 0.9% | - |
| XYZ | 53.47 | 40.72 | 79.9 | - |
| YUV | 176.23 | 158.35 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 230 | 0.05 | 0.37 | 0 | 0.10 | 292.33 | 0.63 | 0.73 |
| Hex | DB | 90 | E6 | 5 | 25 | 0 | A | 124 | 3F | 49 |
| Octal | 333 | 220 | 346 | 5 | 45 | 0 | 12 | 444 | 77 | 111 |
| Binary | 11011011 | 10010000 | 11100110 | 101 | 100101 | 0 | 1010 | 100100100 | 111111 | 1001001 |
Color Harmonies of #DB90E6
Complementary color
Monochromatic Colors of #DB90E6
Black with #DB90E6
Text Example
Text Example
White with #DB90E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB90E6; }
p { color: rgb(219,144,230); }
H1.HeaderClassName
{
color: #DB90E6;
}
.AnyTagClassName
{
color: #DB90E6;
}
</style>
background-color css
<style>
a { background-color: #DB90E6; }
a { background-color: rgb(219,144,230); }
div.DivClassName
{
background-color: #DB90E6;
}
.BgClassName
{
background-color: #DB90E6;
}
</style>
border-color css
<style>
span { border-color: #DB90E6; }
span { border-color: rgb(219,144,230); }
td.TdClassName
{
border-color: #DB90E6;
}
.TagClassName
{
border-color: #DB90E6;
}
</style>