Shades of Plum #DB94E4
Tints of Plum #DB94E4
RGB
CMYK
RGB Variations
Color information
#DB94E4 (or 0xDB94E4) is known color: Plum. HEX triplet: DB, 94 and E4. RGB value is (219,148,228). Sum of RGB (Red+Green+Blue) = 219+148+228=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 148 (58.20% from 255 or 24.87% from 595); Blue value is 228 (89.45% from 255 or 38.32% from 595); Max value from RGB is 228 - color contains mainly: blue. Hex color #DB94E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB94E4 is #246B1B. Grayscale: #B2B2B2. Windows color (decimal): -2386716 or 14980315. OLE color: 14980315.
HSL color Cylindrical-coordinate representation of color #DB94E4: hue angle of 293.25º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DB94E4 is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 148 | 228 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.11 |
| HSL | 293.25º | 0.6% | 0.74% | - |
| HSV(B) | 293.25º | 0.35% | 0.89% | - |
| XYZ | 53.81 | 41.84 | 78.64 | - |
| YUV | 178.35 | 156.02 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 228 | 0.04 | 0.35 | 0 | 0.11 | 293.25 | 0.6 | 0.74 |
| Hex | DB | 94 | E4 | 4 | 23 | 0 | B | 125 | 3C | 4A |
| Octal | 333 | 224 | 344 | 4 | 43 | 0 | 13 | 445 | 74 | 112 |
| Binary | 11011011 | 10010100 | 11100100 | 100 | 100011 | 0 | 1011 | 100100101 | 111100 | 1001010 |
Color Harmonies of #DB94E4
Complementary color
Monochromatic Colors of #DB94E4
Black with #DB94E4
Text Example
Text Example
White with #DB94E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB94E4; }
p { color: rgb(219,148,228); }
H1.HeaderClassName
{
color: #DB94E4;
}
.AnyTagClassName
{
color: #DB94E4;
}
</style>
background-color css
<style>
a { background-color: #DB94E4; }
a { background-color: rgb(219,148,228); }
div.DivClassName
{
background-color: #DB94E4;
}
.BgClassName
{
background-color: #DB94E4;
}
</style>
border-color css
<style>
span { border-color: #DB94E4; }
span { border-color: rgb(219,148,228); }
td.TdClassName
{
border-color: #DB94E4;
}
.TagClassName
{
border-color: #DB94E4;
}
</style>