Shades of Plum #DB94DF
Tints of Plum #DB94DF
RGB
CMYK
RGB Variations
Color information
#DB94DF (or 0xDB94DF) is known color: Plum. HEX triplet: DB, 94 and DF. RGB value is (219,148,223). Sum of RGB (Red+Green+Blue) = 219+148+223=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 148 (58.20% from 255 or 25.08% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB94DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB94DF is #246B20. Grayscale: #B1B1B1. Windows color (decimal): -2386721 or 14652635. OLE color: 14652635.
HSL color Cylindrical-coordinate representation of color #DB94DF: hue angle of 296.8º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DB94DF is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 148 | 223 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.13 |
| HSL | 296.8º | 0.54% | 0.73% | - |
| HSV(B) | 296.8º | 0.34% | 0.87% | - |
| XYZ | 53.12 | 41.57 | 75.04 | - |
| YUV | 177.78 | 153.52 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 223 | 0.02 | 0.34 | 0 | 0.13 | 296.8 | 0.54 | 0.73 |
| Hex | DB | 94 | DF | 2 | 22 | 0 | D | 129 | 36 | 49 |
| Octal | 333 | 224 | 337 | 2 | 42 | 0 | 15 | 451 | 66 | 111 |
| Binary | 11011011 | 10010100 | 11011111 | 10 | 100010 | 0 | 1101 | 100101001 | 110110 | 1001001 |
Color Harmonies of #DB94DF
Complementary color
Monochromatic Colors of #DB94DF
Black with #DB94DF
Text Example
Text Example
White with #DB94DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB94DF; }
p { color: rgb(219,148,223); }
H1.HeaderClassName
{
color: #DB94DF;
}
.AnyTagClassName
{
color: #DB94DF;
}
</style>
background-color css
<style>
a { background-color: #DB94DF; }
a { background-color: rgb(219,148,223); }
div.DivClassName
{
background-color: #DB94DF;
}
.BgClassName
{
background-color: #DB94DF;
}
</style>
border-color css
<style>
span { border-color: #DB94DF; }
span { border-color: rgb(219,148,223); }
td.TdClassName
{
border-color: #DB94DF;
}
.TagClassName
{
border-color: #DB94DF;
}
</style>