Shades of Plum #DB94DA
Tints of Plum #DB94DA
RGB
CMYK
RGB Variations
Color information
#DB94DA (or 0xDB94DA) is known color: Plum. HEX triplet: DB, 94 and DA. RGB value is (219,148,218). Sum of RGB (Red+Green+Blue) = 219+148+218=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 148 (58.20% from 255 or 25.30% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 219 - color contains mainly: red. Hex color #DB94DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB94DA is #246B25. Grayscale: #B0B0B0. Windows color (decimal): -2386726 or 14324955. OLE color: 14324955.
HSL color Cylindrical-coordinate representation of color #DB94DA: hue angle of 300.85º 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 #DB94DA is Cyan = 0, Magento = 0.32, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 148 | 218 | - |
| CMYK | 0 | 0.32 | 0.00 | 0.14 |
| HSL | 300.85º | 0.5% | 0.72% | - |
| HSV(B) | 300.85º | 0.32% | 0.86% | - |
| XYZ | 52.46 | 41.3 | 71.54 | - |
| YUV | 177.21 | 151.02 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 218 | 0 | 0.32 | 0.00 | 0.14 | 300.85 | 0.5 | 0.72 |
| Hex | DB | 94 | DA | 0 | 20 | 0 | E | 12D | 32 | 48 |
| Octal | 333 | 224 | 332 | 0 | 40 | 0 | 16 | 455 | 62 | 110 |
| Binary | 11011011 | 10010100 | 11011010 | 0 | 100000 | 0 | 1110 | 100101101 | 110010 | 1001000 |
Color Harmonies of #DB94DA
Complementary color
Monochromatic Colors of #DB94DA
Black with #DB94DA
Text Example
Text Example
White with #DB94DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB94DA; }
p { color: rgb(219,148,218); }
H1.HeaderClassName
{
color: #DB94DA;
}
.AnyTagClassName
{
color: #DB94DA;
}
</style>
background-color css
<style>
a { background-color: #DB94DA; }
a { background-color: rgb(219,148,218); }
div.DivClassName
{
background-color: #DB94DA;
}
.BgClassName
{
background-color: #DB94DA;
}
</style>
border-color css
<style>
span { border-color: #DB94DA; }
span { border-color: rgb(219,148,218); }
td.TdClassName
{
border-color: #DB94DA;
}
.TagClassName
{
border-color: #DB94DA;
}
</style>