Shades of Plum #DB93E7
Tints of Plum #DB93E7
RGB
CMYK
RGB Variations
Color information
#DB93E7 (or 0xDB93E7) is known color: Plum. HEX triplet: DB, 93 and E7. RGB value is (219,147,231). Sum of RGB (Red+Green+Blue) = 219+147+231=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 147 (57.81% from 255 or 24.62% from 597); Blue value is 231 (90.62% from 255 or 38.69% from 597); Max value from RGB is 231 - color contains mainly: blue. Hex color #DB93E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB93E7 is #246C18. Grayscale: #B1B1B1. Windows color (decimal): -2386969 or 15176667. OLE color: 15176667.
HSL color Cylindrical-coordinate representation of color #DB93E7: hue angle of 291.43º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB93E7 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 147 | 231 | - |
| CMYK | 0.05 | 0.36 | 0 | 0.09 |
| HSL | 291.43º | 0.64% | 0.74% | - |
| HSV(B) | 291.43º | 0.36% | 0.91% | - |
| XYZ | 54.07 | 41.7 | 80.8 | - |
| YUV | 178.1 | 157.85 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 147 | 231 | 0.05 | 0.36 | 0 | 0.09 | 291.43 | 0.64 | 0.74 |
| Hex | DB | 93 | E7 | 5 | 24 | 0 | 9 | 123 | 40 | 4A |
| Octal | 333 | 223 | 347 | 5 | 44 | 0 | 11 | 443 | 100 | 112 |
| Binary | 11011011 | 10010011 | 11100111 | 101 | 100100 | 0 | 1001 | 100100011 | 1000000 | 1001010 |
Color Harmonies of #DB93E7
Complementary color
Monochromatic Colors of #DB93E7
Black with #DB93E7
Text Example
Text Example
White with #DB93E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB93E7; }
p { color: rgb(219,147,231); }
H1.HeaderClassName
{
color: #DB93E7;
}
.AnyTagClassName
{
color: #DB93E7;
}
</style>
background-color css
<style>
a { background-color: #DB93E7; }
a { background-color: rgb(219,147,231); }
div.DivClassName
{
background-color: #DB93E7;
}
.BgClassName
{
background-color: #DB93E7;
}
</style>
border-color css
<style>
span { border-color: #DB93E7; }
span { border-color: rgb(219,147,231); }
td.TdClassName
{
border-color: #DB93E7;
}
.TagClassName
{
border-color: #DB93E7;
}
</style>