Shades of Plum #DB93EA
Tints of Plum #DB93EA
RGB
CMYK
RGB Variations
Color information
#DB93EA (or 0xDB93EA) is known color: Plum. HEX triplet: DB, 93 and EA. RGB value is (219,147,234). Sum of RGB (Red+Green+Blue) = 219+147+234=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 147 (57.81% from 255 or 24.5% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB93EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB93EA is #246C15. Grayscale: #B2B2B2. Windows color (decimal): -2386966 or 15373275. OLE color: 15373275.
HSL color Cylindrical-coordinate representation of color #DB93EA: hue angle of 289.66º degrees, saturation: 0.67, 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 #DB93EA is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 147 | 234 | - |
| CMYK | 0.06 | 0.37 | 0 | 0.08 |
| HSL | 289.66º | 0.67% | 0.75% | - |
| HSV(B) | 289.66º | 0.37% | 0.92% | - |
| XYZ | 54.5 | 41.87 | 83.05 | - |
| YUV | 178.45 | 159.35 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 147 | 234 | 0.06 | 0.37 | 0 | 0.08 | 289.66 | 0.67 | 0.75 |
| Hex | DB | 93 | EA | 6 | 25 | 0 | 8 | 122 | 43 | 4B |
| Octal | 333 | 223 | 352 | 6 | 45 | 0 | 10 | 442 | 103 | 113 |
| Binary | 11011011 | 10010011 | 11101010 | 110 | 100101 | 0 | 1000 | 100100010 | 1000011 | 1001011 |
Color Harmonies of #DB93EA
Complementary color
Monochromatic Colors of #DB93EA
Black with #DB93EA
Text Example
Text Example
White with #DB93EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB93EA; }
p { color: rgb(219,147,234); }
H1.HeaderClassName
{
color: #DB93EA;
}
.AnyTagClassName
{
color: #DB93EA;
}
</style>
background-color css
<style>
a { background-color: #DB93EA; }
a { background-color: rgb(219,147,234); }
div.DivClassName
{
background-color: #DB93EA;
}
.BgClassName
{
background-color: #DB93EA;
}
</style>
border-color css
<style>
span { border-color: #DB93EA; }
span { border-color: rgb(219,147,234); }
td.TdClassName
{
border-color: #DB93EA;
}
.TagClassName
{
border-color: #DB93EA;
}
</style>