Shades of Plum #DB91EA
Tints of Plum #DB91EA
RGB
CMYK
RGB Variations
Color information
#DB91EA (or 0xDB91EA) is known color: Plum. HEX triplet: DB, 91 and EA. RGB value is (219,145,234). Sum of RGB (Red+Green+Blue) = 219+145+234=598 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.62% from 598); Green value is 145 (57.03% from 255 or 24.25% from 598); Blue value is 234 (91.80% from 255 or 39.13% from 598); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB91EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB91EA is #246E15. Grayscale: #B0B0B0. Windows color (decimal): -2387478 or 15372763. OLE color: 15372763.
HSL color Cylindrical-coordinate representation of color #DB91EA: hue angle of 289.89º 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 #DB91EA is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 145 | 234 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.08 |
| HSL | 289.89º | 0.68% | 0.74% | - |
| HSV(B) | 289.89º | 0.38% | 0.92% | - |
| XYZ | 54.19 | 41.25 | 82.95 | - |
| YUV | 177.27 | 160.02 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 234 | 0.06 | 0.38 | 0 | 0.08 | 289.89 | 0.68 | 0.74 |
| Hex | DB | 91 | EA | 6 | 26 | 0 | 8 | 122 | 44 | 4A |
| Octal | 333 | 221 | 352 | 6 | 46 | 0 | 10 | 442 | 104 | 112 |
| Binary | 11011011 | 10010001 | 11101010 | 110 | 100110 | 0 | 1000 | 100100010 | 1000100 | 1001010 |
Color Harmonies of #DB91EA
Complementary color
Monochromatic Colors of #DB91EA
Black with #DB91EA
Text Example
Text Example
White with #DB91EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB91EA; }
p { color: rgb(219,145,234); }
H1.HeaderClassName
{
color: #DB91EA;
}
.AnyTagClassName
{
color: #DB91EA;
}
</style>
background-color css
<style>
a { background-color: #DB91EA; }
a { background-color: rgb(219,145,234); }
div.DivClassName
{
background-color: #DB91EA;
}
.BgClassName
{
background-color: #DB91EA;
}
</style>
border-color css
<style>
span { border-color: #DB91EA; }
span { border-color: rgb(219,145,234); }
td.TdClassName
{
border-color: #DB91EA;
}
.TagClassName
{
border-color: #DB91EA;
}
</style>