Shades of Plum #DB94D5
Tints of Plum #DB94D5
RGB
CMYK
RGB Variations
Color information
#DB94D5 (or 0xDB94D5) is known color: Plum. HEX triplet: DB, 94 and D5. RGB value is (219,148,213). Sum of RGB (Red+Green+Blue) = 219+148+213=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 148 (58.20% from 255 or 25.52% from 580); Blue value is 213 (83.59% from 255 or 36.72% from 580); Max value from RGB is 219 - color contains mainly: red. Hex color #DB94D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB94D5 is #246B2A. Grayscale: #B0B0B0. Windows color (decimal): -2386731 or 13997275. OLE color: 13997275.
HSL color Cylindrical-coordinate representation of color #DB94D5: hue angle of 305.07º 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 #DB94D5 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 148 | 213 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.14 |
| HSL | 305.07º | 0.5% | 0.72% | - |
| HSV(B) | 305.07º | 0.32% | 0.86% | - |
| XYZ | 51.81 | 41.04 | 68.14 | - |
| YUV | 176.64 | 148.52 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 213 | 0 | 0.32 | 0.03 | 0.14 | 305.07 | 0.5 | 0.72 |
| Hex | DB | 94 | D5 | 0 | 20 | 3 | E | 131 | 32 | 48 |
| Octal | 333 | 224 | 325 | 0 | 40 | 3 | 16 | 461 | 62 | 110 |
| Binary | 11011011 | 10010100 | 11010101 | 0 | 100000 | 11 | 1110 | 100110001 | 110010 | 1001000 |
Color Harmonies of #DB94D5
Complementary color
Monochromatic Colors of #DB94D5
Black with #DB94D5
Text Example
Text Example
White with #DB94D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB94D5; }
p { color: rgb(219,148,213); }
H1.HeaderClassName
{
color: #DB94D5;
}
.AnyTagClassName
{
color: #DB94D5;
}
</style>
background-color css
<style>
a { background-color: #DB94D5; }
a { background-color: rgb(219,148,213); }
div.DivClassName
{
background-color: #DB94D5;
}
.BgClassName
{
background-color: #DB94D5;
}
</style>
border-color css
<style>
span { border-color: #DB94D5; }
span { border-color: rgb(219,148,213); }
td.TdClassName
{
border-color: #DB94D5;
}
.TagClassName
{
border-color: #DB94D5;
}
</style>