Shades of Plum #DB93EF
Tints of Plum #DB93EF
RGB
CMYK
RGB Variations
Color information
#DB93EF (or 0xDB93EF) is known color: Plum. HEX triplet: DB, 93 and EF. RGB value is (219,147,239). Sum of RGB (Red+Green+Blue) = 219+147+239=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 147 (57.81% from 255 or 24.30% from 605); Blue value is 239 (93.75% from 255 or 39.50% from 605); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB93EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB93EF is #246C10. Grayscale: #B2B2B2. Windows color (decimal): -2386961 or 15700955. OLE color: 15700955.
HSL color Cylindrical-coordinate representation of color #DB93EF: hue angle of 286.96º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB93EF is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 147 | 239 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.06 |
| HSL | 286.96º | 0.74% | 0.76% | - |
| HSV(B) | 286.96º | 0.38% | 0.94% | - |
| XYZ | 55.23 | 42.16 | 86.89 | - |
| YUV | 179.02 | 161.85 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 147 | 239 | 0.08 | 0.38 | 0 | 0.06 | 286.96 | 0.74 | 0.76 |
| Hex | DB | 93 | EF | 8 | 26 | 0 | 6 | 11F | 4A | 4C |
| Octal | 333 | 223 | 357 | 10 | 46 | 0 | 6 | 437 | 112 | 114 |
| Binary | 11011011 | 10010011 | 11101111 | 1000 | 100110 | 0 | 110 | 100011111 | 1001010 | 1001100 |
Color Harmonies of #DB93EF
Complementary color
Monochromatic Colors of #DB93EF
Black with #DB93EF
Text Example
Text Example
White with #DB93EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB93EF; }
p { color: rgb(219,147,239); }
H1.HeaderClassName
{
color: #DB93EF;
}
.AnyTagClassName
{
color: #DB93EF;
}
</style>
background-color css
<style>
a { background-color: #DB93EF; }
a { background-color: rgb(219,147,239); }
div.DivClassName
{
background-color: #DB93EF;
}
.BgClassName
{
background-color: #DB93EF;
}
</style>
border-color css
<style>
span { border-color: #DB93EF; }
span { border-color: rgb(219,147,239); }
td.TdClassName
{
border-color: #DB93EF;
}
.TagClassName
{
border-color: #DB93EF;
}
</style>