Shades of Plum #DB93EC
Tints of Plum #DB93EC
RGB
CMYK
RGB Variations
Color information
#DB93EC (or 0xDB93EC) is known color: Plum. HEX triplet: DB, 93 and EC. RGB value is (219,147,236). Sum of RGB (Red+Green+Blue) = 219+147+236=602 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.38% from 602); Green value is 147 (57.81% from 255 or 24.42% from 602); Blue value is 236 (92.58% from 255 or 39.20% from 602); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB93EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB93EC is #246C13. Grayscale: #B2B2B2. Windows color (decimal): -2386964 or 15504347. OLE color: 15504347.
HSL color Cylindrical-coordinate representation of color #DB93EC: hue angle of 288.54º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB93EC is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 147 | 236 | - |
| CMYK | 0.07 | 0.38 | 0 | 0.07 |
| HSL | 288.54º | 0.7% | 0.75% | - |
| HSV(B) | 288.54º | 0.38% | 0.93% | - |
| XYZ | 54.79 | 41.98 | 84.57 | - |
| YUV | 178.67 | 160.35 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 147 | 236 | 0.07 | 0.38 | 0 | 0.07 | 288.54 | 0.7 | 0.75 |
| Hex | DB | 93 | EC | 7 | 26 | 0 | 7 | 121 | 46 | 4B |
| Octal | 333 | 223 | 354 | 7 | 46 | 0 | 7 | 441 | 106 | 113 |
| Binary | 11011011 | 10010011 | 11101100 | 111 | 100110 | 0 | 111 | 100100001 | 1000110 | 1001011 |
Color Harmonies of #DB93EC
Complementary color
Monochromatic Colors of #DB93EC
Black with #DB93EC
Text Example
Text Example
White with #DB93EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB93EC; }
p { color: rgb(219,147,236); }
H1.HeaderClassName
{
color: #DB93EC;
}
.AnyTagClassName
{
color: #DB93EC;
}
</style>
background-color css
<style>
a { background-color: #DB93EC; }
a { background-color: rgb(219,147,236); }
div.DivClassName
{
background-color: #DB93EC;
}
.BgClassName
{
background-color: #DB93EC;
}
</style>
border-color css
<style>
span { border-color: #DB93EC; }
span { border-color: rgb(219,147,236); }
td.TdClassName
{
border-color: #DB93EC;
}
.TagClassName
{
border-color: #DB93EC;
}
</style>