Shades of Plum #DB93EB
Tints of Plum #DB93EB
RGB
CMYK
RGB Variations
Color information
#DB93EB (or 0xDB93EB) is known color: Plum. HEX triplet: DB, 93 and EB. RGB value is (219,147,235). Sum of RGB (Red+Green+Blue) = 219+147+235=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 147 (57.81% from 255 or 24.46% from 601); Blue value is 235 (92.19% from 255 or 39.10% from 601); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB93EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB93EB is #246C14. Grayscale: #B2B2B2. Windows color (decimal): -2386965 or 15438811. OLE color: 15438811.
HSL color Cylindrical-coordinate representation of color #DB93EB: hue angle of 289.09º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB93EB is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 147 | 235 | - |
| CMYK | 0.07 | 0.37 | 0 | 0.08 |
| HSL | 289.09º | 0.69% | 0.75% | - |
| HSV(B) | 289.09º | 0.37% | 0.92% | - |
| XYZ | 54.64 | 41.93 | 83.81 | - |
| YUV | 178.56 | 159.85 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 147 | 235 | 0.07 | 0.37 | 0 | 0.08 | 289.09 | 0.69 | 0.75 |
| Hex | DB | 93 | EB | 7 | 25 | 0 | 8 | 121 | 45 | 4B |
| Octal | 333 | 223 | 353 | 7 | 45 | 0 | 10 | 441 | 105 | 113 |
| Binary | 11011011 | 10010011 | 11101011 | 111 | 100101 | 0 | 1000 | 100100001 | 1000101 | 1001011 |
Color Harmonies of #DB93EB
Complementary color
Monochromatic Colors of #DB93EB
Black with #DB93EB
Text Example
Text Example
White with #DB93EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB93EB; }
p { color: rgb(219,147,235); }
H1.HeaderClassName
{
color: #DB93EB;
}
.AnyTagClassName
{
color: #DB93EB;
}
</style>
background-color css
<style>
a { background-color: #DB93EB; }
a { background-color: rgb(219,147,235); }
div.DivClassName
{
background-color: #DB93EB;
}
.BgClassName
{
background-color: #DB93EB;
}
</style>
border-color css
<style>
span { border-color: #DB93EB; }
span { border-color: rgb(219,147,235); }
td.TdClassName
{
border-color: #DB93EB;
}
.TagClassName
{
border-color: #DB93EB;
}
</style>