Shades of Plum #DB90EC
Tints of Plum #DB90EC
RGB
CMYK
RGB Variations
Color information
#DB90EC (or 0xDB90EC) is known color: Plum. HEX triplet: DB, 90 and EC. RGB value is (219,144,236). Sum of RGB (Red+Green+Blue) = 219+144+236=599 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.56% from 599); Green value is 144 (56.64% from 255 or 24.04% from 599); Blue value is 236 (92.58% from 255 or 39.40% from 599); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB90EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB90EC is #246F13. Grayscale: #B0B0B0. Windows color (decimal): -2387732 or 15503579. OLE color: 15503579.
HSL color Cylindrical-coordinate representation of color #DB90EC: hue angle of 288.91º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB90EC is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 144 | 236 | - |
CMYK | 0.07 | 0.39 | 0 | 0.07 |
HSL | 288.91º | 0.71% | 0.75% | - |
HSV(B) | 288.91º | 0.39% | 0.93% | - |
XYZ | 54.33 | 41.06 | 84.42 | - |
YUV | 176.91 | 161.35 | 158.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 144 | 236 | 0.07 | 0.39 | 0 | 0.07 | 288.91 | 0.71 | 0.75 |
Hex | DB | 90 | EC | 7 | 27 | 0 | 7 | 121 | 47 | 4B |
Octal | 333 | 220 | 354 | 7 | 47 | 0 | 7 | 441 | 107 | 113 |
Binary | 11011011 | 10010000 | 11101100 | 111 | 100111 | 0 | 111 | 100100001 | 1000111 | 1001011 |
Color Harmonies of #DB90EC
Complementary color
Monochromatic Colors of #DB90EC
Black with #DB90EC
Text Example
Text Example
White with #DB90EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB90EC; }
p { color: rgb(219,144,236); }
H1.HeaderClassName
{
color: #DB90EC;
}
.AnyTagClassName
{
color: #DB90EC;
}
</style>
background-color css
<style>
a { background-color: #DB90EC; }
a { background-color: rgb(219,144,236); }
div.DivClassName
{
background-color: #DB90EC;
}
.BgClassName
{
background-color: #DB90EC;
}
</style>
border-color css
<style>
span { border-color: #DB90EC; }
span { border-color: rgb(219,144,236); }
td.TdClassName
{
border-color: #DB90EC;
}
.TagClassName
{
border-color: #DB90EC;
}
</style>