Shades of Plum #DB94D8
Tints of Plum #DB94D8
RGB
CMYK
RGB Variations
Color information
#DB94D8 (or 0xDB94D8) is known color: Plum. HEX triplet: DB, 94 and D8. RGB value is (219,148,216). Sum of RGB (Red+Green+Blue) = 219+148+216=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 148 (58.20% from 255 or 25.39% from 583); Blue value is 216 (84.77% from 255 or 37.05% from 583); Max value from RGB is 219 - color contains mainly: red. Hex color #DB94D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB94D8 is #246B27. Grayscale: #B0B0B0. Windows color (decimal): -2386728 or 14193883. OLE color: 14193883.
HSL color Cylindrical-coordinate representation of color #DB94D8: hue angle of 302.54º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DB94D8 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 148 | 216 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.14 |
| HSL | 302.54º | 0.5% | 0.72% | - |
| HSV(B) | 302.54º | 0.32% | 0.86% | - |
| XYZ | 52.2 | 41.2 | 70.17 | - |
| YUV | 176.98 | 150.02 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 216 | 0 | 0.32 | 0.01 | 0.14 | 302.54 | 0.5 | 0.72 |
| Hex | DB | 94 | D8 | 0 | 20 | 1 | E | 12F | 32 | 48 |
| Octal | 333 | 224 | 330 | 0 | 40 | 1 | 16 | 457 | 62 | 110 |
| Binary | 11011011 | 10010100 | 11011000 | 0 | 100000 | 1 | 1110 | 100101111 | 110010 | 1001000 |
Color Harmonies of #DB94D8
Complementary color
Monochromatic Colors of #DB94D8
Black with #DB94D8
Text Example
Text Example
White with #DB94D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB94D8; }
p { color: rgb(219,148,216); }
H1.HeaderClassName
{
color: #DB94D8;
}
.AnyTagClassName
{
color: #DB94D8;
}
</style>
background-color css
<style>
a { background-color: #DB94D8; }
a { background-color: rgb(219,148,216); }
div.DivClassName
{
background-color: #DB94D8;
}
.BgClassName
{
background-color: #DB94D8;
}
</style>
border-color css
<style>
span { border-color: #DB94D8; }
span { border-color: rgb(219,148,216); }
td.TdClassName
{
border-color: #DB94D8;
}
.TagClassName
{
border-color: #DB94D8;
}
</style>