Shades of Plum #DB94CE
Tints of Plum #DB94CE
RGB
CMYK
RGB Variations
Color information
#DB94CE (or 0xDB94CE) is known color: Plum. HEX triplet: DB, 94 and CE. RGB value is (219,148,206). Sum of RGB (Red+Green+Blue) = 219+148+206=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 148 (58.20% from 255 or 25.83% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 219 - color contains mainly: red. Hex color #DB94CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB94CE is #246B31. Grayscale: #AFAFAF. Windows color (decimal): -2386738 or 13538523. OLE color: 13538523.
HSL color Cylindrical-coordinate representation of color #DB94CE: hue angle of 310.99º 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 #DB94CE is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 148 | 206 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.14 |
| HSL | 310.99º | 0.5% | 0.72% | - |
| HSV(B) | 310.99º | 0.32% | 0.86% | - |
| XYZ | 50.94 | 40.7 | 63.56 | - |
| YUV | 175.84 | 145.02 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 206 | 0 | 0.32 | 0.06 | 0.14 | 310.99 | 0.5 | 0.72 |
| Hex | DB | 94 | CE | 0 | 20 | 6 | E | 137 | 32 | 48 |
| Octal | 333 | 224 | 316 | 0 | 40 | 6 | 16 | 467 | 62 | 110 |
| Binary | 11011011 | 10010100 | 11001110 | 0 | 100000 | 110 | 1110 | 100110111 | 110010 | 1001000 |
Color Harmonies of #DB94CE
Complementary color
Monochromatic Colors of #DB94CE
Black with #DB94CE
Text Example
Text Example
White with #DB94CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB94CE; }
p { color: rgb(219,148,206); }
H1.HeaderClassName
{
color: #DB94CE;
}
.AnyTagClassName
{
color: #DB94CE;
}
</style>
background-color css
<style>
a { background-color: #DB94CE; }
a { background-color: rgb(219,148,206); }
div.DivClassName
{
background-color: #DB94CE;
}
.BgClassName
{
background-color: #DB94CE;
}
</style>
border-color css
<style>
span { border-color: #DB94CE; }
span { border-color: rgb(219,148,206); }
td.TdClassName
{
border-color: #DB94CE;
}
.TagClassName
{
border-color: #DB94CE;
}
</style>