Shades of Plum #DB94D4
Tints of Plum #DB94D4
RGB
CMYK
RGB Variations
Color information
#DB94D4 (or 0xDB94D4) is known color: Plum. HEX triplet: DB, 94 and D4. RGB value is (219,148,212). Sum of RGB (Red+Green+Blue) = 219+148+212=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 148 (58.20% from 255 or 25.56% from 579); Blue value is 212 (83.20% from 255 or 36.61% from 579); Max value from RGB is 219 - color contains mainly: red. Hex color #DB94D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB94D4 is #246B2B. Grayscale: #B0B0B0. Windows color (decimal): -2386732 or 13931739. OLE color: 13931739.
HSL color Cylindrical-coordinate representation of color #DB94D4: hue angle of 305.92º 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 #DB94D4 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 148 | 212 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.14 |
| HSL | 305.92º | 0.5% | 0.72% | - |
| HSV(B) | 305.92º | 0.32% | 0.86% | - |
| XYZ | 51.69 | 40.99 | 67.48 | - |
| YUV | 176.53 | 148.02 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 212 | 0 | 0.32 | 0.03 | 0.14 | 305.92 | 0.5 | 0.72 |
| Hex | DB | 94 | D4 | 0 | 20 | 3 | E | 132 | 32 | 48 |
| Octal | 333 | 224 | 324 | 0 | 40 | 3 | 16 | 462 | 62 | 110 |
| Binary | 11011011 | 10010100 | 11010100 | 0 | 100000 | 11 | 1110 | 100110010 | 110010 | 1001000 |
Color Harmonies of #DB94D4
Complementary color
Monochromatic Colors of #DB94D4
Black with #DB94D4
Text Example
Text Example
White with #DB94D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB94D4; }
p { color: rgb(219,148,212); }
H1.HeaderClassName
{
color: #DB94D4;
}
.AnyTagClassName
{
color: #DB94D4;
}
</style>
background-color css
<style>
a { background-color: #DB94D4; }
a { background-color: rgb(219,148,212); }
div.DivClassName
{
background-color: #DB94D4;
}
.BgClassName
{
background-color: #DB94D4;
}
</style>
border-color css
<style>
span { border-color: #DB94D4; }
span { border-color: rgb(219,148,212); }
td.TdClassName
{
border-color: #DB94D4;
}
.TagClassName
{
border-color: #DB94D4;
}
</style>