Shades of Plum #DB94E1
Tints of Plum #DB94E1
RGB
CMYK
RGB Variations
Color information
#DB94E1 (or 0xDB94E1) is known color: Plum. HEX triplet: DB, 94 and E1. RGB value is (219,148,225). Sum of RGB (Red+Green+Blue) = 219+148+225=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 148 (58.20% from 255 or 25% from 592); Blue value is 225 (88.28% from 255 or 38.01% from 592); Max value from RGB is 225 - color contains mainly: blue. Hex color #DB94E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB94E1 is #246B1E. Grayscale: #B1B1B1. Windows color (decimal): -2386719 or 14783707. OLE color: 14783707.
HSL color Cylindrical-coordinate representation of color #DB94E1: hue angle of 295.32º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DB94E1 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 148 | 225 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.12 |
| HSL | 295.32º | 0.56% | 0.73% | - |
| HSV(B) | 295.32º | 0.34% | 0.88% | - |
| XYZ | 53.39 | 41.68 | 76.46 | - |
| YUV | 178.01 | 154.52 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 225 | 0.03 | 0.34 | 0 | 0.12 | 295.32 | 0.56 | 0.73 |
| Hex | DB | 94 | E1 | 3 | 22 | 0 | C | 127 | 38 | 49 |
| Octal | 333 | 224 | 341 | 3 | 42 | 0 | 14 | 447 | 70 | 111 |
| Binary | 11011011 | 10010100 | 11100001 | 11 | 100010 | 0 | 1100 | 100100111 | 111000 | 1001001 |
Color Harmonies of #DB94E1
Complementary color
Monochromatic Colors of #DB94E1
Black with #DB94E1
Text Example
Text Example
White with #DB94E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB94E1; }
p { color: rgb(219,148,225); }
H1.HeaderClassName
{
color: #DB94E1;
}
.AnyTagClassName
{
color: #DB94E1;
}
</style>
background-color css
<style>
a { background-color: #DB94E1; }
a { background-color: rgb(219,148,225); }
div.DivClassName
{
background-color: #DB94E1;
}
.BgClassName
{
background-color: #DB94E1;
}
</style>
border-color css
<style>
span { border-color: #DB94E1; }
span { border-color: rgb(219,148,225); }
td.TdClassName
{
border-color: #DB94E1;
}
.TagClassName
{
border-color: #DB94E1;
}
</style>