Shades of Plum #DB95EC
Tints of Plum #DB95EC
RGB
CMYK
RGB Variations
Color information
#DB95EC (or 0xDB95EC) is known color: Plum. HEX triplet: DB, 95 and EC. RGB value is (219,149,236). Sum of RGB (Red+Green+Blue) = 219+149+236=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 149 (58.59% from 255 or 24.67% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB95EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB95EC is #246A13. Grayscale: #B3B3B3. Windows color (decimal): -2386452 or 15504859. OLE color: 15504859.
HSL color Cylindrical-coordinate representation of color #DB95EC: hue angle of 288.28º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB95EC is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 149 | 236 | - |
| CMYK | 0.07 | 0.37 | 0 | 0.07 |
| HSL | 288.28º | 0.7% | 0.75% | - |
| HSV(B) | 288.28º | 0.37% | 0.93% | - |
| XYZ | 55.1 | 42.61 | 84.68 | - |
| YUV | 179.85 | 159.69 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 236 | 0.07 | 0.37 | 0 | 0.07 | 288.28 | 0.7 | 0.75 |
| Hex | DB | 95 | EC | 7 | 25 | 0 | 7 | 120 | 46 | 4B |
| Octal | 333 | 225 | 354 | 7 | 45 | 0 | 7 | 440 | 106 | 113 |
| Binary | 11011011 | 10010101 | 11101100 | 111 | 100101 | 0 | 111 | 100100000 | 1000110 | 1001011 |
Color Harmonies of #DB95EC
Complementary color
Monochromatic Colors of #DB95EC
Black with #DB95EC
Text Example
Text Example
White with #DB95EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB95EC; }
p { color: rgb(219,149,236); }
H1.HeaderClassName
{
color: #DB95EC;
}
.AnyTagClassName
{
color: #DB95EC;
}
</style>
background-color css
<style>
a { background-color: #DB95EC; }
a { background-color: rgb(219,149,236); }
div.DivClassName
{
background-color: #DB95EC;
}
.BgClassName
{
background-color: #DB95EC;
}
</style>
border-color css
<style>
span { border-color: #DB95EC; }
span { border-color: rgb(219,149,236); }
td.TdClassName
{
border-color: #DB95EC;
}
.TagClassName
{
border-color: #DB95EC;
}
</style>