Shades of Plum #DB90EA
Tints of Plum #DB90EA
RGB
CMYK
RGB Variations
Color information
#DB90EA (or 0xDB90EA) is known color: Plum. HEX triplet: DB, 90 and EA. RGB value is (219,144,234). Sum of RGB (Red+Green+Blue) = 219+144+234=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 144 (56.64% from 255 or 24.12% from 597); Blue value is 234 (91.80% from 255 or 39.20% from 597); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB90EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB90EA is #246F15. Grayscale: #B0B0B0. Windows color (decimal): -2387734 or 15372507. OLE color: 15372507.
HSL color Cylindrical-coordinate representation of color #DB90EA: hue angle of 290º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB90EA is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 144 | 234 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.08 |
| HSL | 290º | 0.68% | 0.74% | - |
| HSV(B) | 290º | 0.38% | 0.92% | - |
| XYZ | 54.04 | 40.95 | 82.9 | - |
| YUV | 176.69 | 160.35 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 234 | 0.06 | 0.38 | 0 | 0.08 | 290 | 0.68 | 0.74 |
| Hex | DB | 90 | EA | 6 | 26 | 0 | 8 | 122 | 44 | 4A |
| Octal | 333 | 220 | 352 | 6 | 46 | 0 | 10 | 442 | 104 | 112 |
| Binary | 11011011 | 10010000 | 11101010 | 110 | 100110 | 0 | 1000 | 100100010 | 1000100 | 1001010 |
Color Harmonies of #DB90EA
Complementary color
Monochromatic Colors of #DB90EA
Black with #DB90EA
Text Example
Text Example
White with #DB90EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB90EA; }
p { color: rgb(219,144,234); }
H1.HeaderClassName
{
color: #DB90EA;
}
.AnyTagClassName
{
color: #DB90EA;
}
</style>
background-color css
<style>
a { background-color: #DB90EA; }
a { background-color: rgb(219,144,234); }
div.DivClassName
{
background-color: #DB90EA;
}
.BgClassName
{
background-color: #DB90EA;
}
</style>
border-color css
<style>
span { border-color: #DB90EA; }
span { border-color: rgb(219,144,234); }
td.TdClassName
{
border-color: #DB90EA;
}
.TagClassName
{
border-color: #DB90EA;
}
</style>