Shades of Plum #DB94D0
Tints of Plum #DB94D0
RGB
CMYK
RGB Variations
Color information
#DB94D0 (or 0xDB94D0) is known color: Plum. HEX triplet: DB, 94 and D0. RGB value is (219,148,208). Sum of RGB (Red+Green+Blue) = 219+148+208=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 148 (58.20% from 255 or 25.74% from 575); Blue value is 208 (81.64% from 255 or 36.17% from 575); Max value from RGB is 219 - color contains mainly: red. Hex color #DB94D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB94D0 is #246B2F. Grayscale: #AFAFAF. Windows color (decimal): -2386736 or 13669595. OLE color: 13669595.
HSL color Cylindrical-coordinate representation of color #DB94D0: hue angle of 309.3º 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 #DB94D0 is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 148 | 208 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.14 |
| HSL | 309.3º | 0.5% | 0.72% | - |
| HSV(B) | 309.3º | 0.32% | 0.86% | - |
| XYZ | 51.19 | 40.79 | 64.85 | - |
| YUV | 176.07 | 146.02 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 208 | 0 | 0.32 | 0.05 | 0.14 | 309.3 | 0.5 | 0.72 |
| Hex | DB | 94 | D0 | 0 | 20 | 5 | E | 135 | 32 | 48 |
| Octal | 333 | 224 | 320 | 0 | 40 | 5 | 16 | 465 | 62 | 110 |
| Binary | 11011011 | 10010100 | 11010000 | 0 | 100000 | 101 | 1110 | 100110101 | 110010 | 1001000 |
Color Harmonies of #DB94D0
Complementary color
Monochromatic Colors of #DB94D0
Black with #DB94D0
Text Example
Text Example
White with #DB94D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB94D0; }
p { color: rgb(219,148,208); }
H1.HeaderClassName
{
color: #DB94D0;
}
.AnyTagClassName
{
color: #DB94D0;
}
</style>
background-color css
<style>
a { background-color: #DB94D0; }
a { background-color: rgb(219,148,208); }
div.DivClassName
{
background-color: #DB94D0;
}
.BgClassName
{
background-color: #DB94D0;
}
</style>
border-color css
<style>
span { border-color: #DB94D0; }
span { border-color: rgb(219,148,208); }
td.TdClassName
{
border-color: #DB94D0;
}
.TagClassName
{
border-color: #DB94D0;
}
</style>