Shades of Plum #DB94D2
Tints of Plum #DB94D2
RGB
CMYK
RGB Variations
Color information
#DB94D2 (or 0xDB94D2) is known color: Plum. HEX triplet: DB, 94 and D2. RGB value is (219,148,210). Sum of RGB (Red+Green+Blue) = 219+148+210=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 148 (58.20% from 255 or 25.65% from 577); Blue value is 210 (82.42% from 255 or 36.40% from 577); Max value from RGB is 219 - color contains mainly: red. Hex color #DB94D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB94D2 is #246B2D. Grayscale: #B0B0B0. Windows color (decimal): -2386734 or 13800667. OLE color: 13800667.
HSL color Cylindrical-coordinate representation of color #DB94D2: hue angle of 307.61º 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 #DB94D2 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 148 | 210 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.14 |
| HSL | 307.61º | 0.5% | 0.72% | - |
| HSV(B) | 307.61º | 0.32% | 0.86% | - |
| XYZ | 51.44 | 40.89 | 66.15 | - |
| YUV | 176.3 | 147.02 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 210 | 0 | 0.32 | 0.04 | 0.14 | 307.61 | 0.5 | 0.72 |
| Hex | DB | 94 | D2 | 0 | 20 | 4 | E | 134 | 32 | 48 |
| Octal | 333 | 224 | 322 | 0 | 40 | 4 | 16 | 464 | 62 | 110 |
| Binary | 11011011 | 10010100 | 11010010 | 0 | 100000 | 100 | 1110 | 100110100 | 110010 | 1001000 |
Color Harmonies of #DB94D2
Complementary color
Monochromatic Colors of #DB94D2
Black with #DB94D2
Text Example
Text Example
White with #DB94D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB94D2; }
p { color: rgb(219,148,210); }
H1.HeaderClassName
{
color: #DB94D2;
}
.AnyTagClassName
{
color: #DB94D2;
}
</style>
background-color css
<style>
a { background-color: #DB94D2; }
a { background-color: rgb(219,148,210); }
div.DivClassName
{
background-color: #DB94D2;
}
.BgClassName
{
background-color: #DB94D2;
}
</style>
border-color css
<style>
span { border-color: #DB94D2; }
span { border-color: rgb(219,148,210); }
td.TdClassName
{
border-color: #DB94D2;
}
.TagClassName
{
border-color: #DB94D2;
}
</style>