Shades of Plum #DB94DE
Tints of Plum #DB94DE
RGB
CMYK
RGB Variations
Color information
#DB94DE (or 0xDB94DE) is known color: Plum. HEX triplet: DB, 94 and DE. RGB value is (219,148,222). Sum of RGB (Red+Green+Blue) = 219+148+222=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 148 (58.20% from 255 or 25.13% from 589); Blue value is 222 (87.11% from 255 or 37.69% from 589); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB94DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB94DE is #246B21. Grayscale: #B1B1B1. Windows color (decimal): -2386722 or 14587099. OLE color: 14587099.
HSL color Cylindrical-coordinate representation of color #DB94DE: hue angle of 297.57º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DB94DE is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 148 | 222 | - |
| CMYK | 0.01 | 0.33 | 0 | 0.13 |
| HSL | 297.57º | 0.53% | 0.73% | - |
| HSV(B) | 297.57º | 0.33% | 0.87% | - |
| XYZ | 52.99 | 41.51 | 74.33 | - |
| YUV | 177.67 | 153.02 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 222 | 0.01 | 0.33 | 0 | 0.13 | 297.57 | 0.53 | 0.73 |
| Hex | DB | 94 | DE | 1 | 21 | 0 | D | 12A | 35 | 49 |
| Octal | 333 | 224 | 336 | 1 | 41 | 0 | 15 | 452 | 65 | 111 |
| Binary | 11011011 | 10010100 | 11011110 | 1 | 100001 | 0 | 1101 | 100101010 | 110101 | 1001001 |
Color Harmonies of #DB94DE
Complementary color
Monochromatic Colors of #DB94DE
Black with #DB94DE
Text Example
Text Example
White with #DB94DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB94DE; }
p { color: rgb(219,148,222); }
H1.HeaderClassName
{
color: #DB94DE;
}
.AnyTagClassName
{
color: #DB94DE;
}
</style>
background-color css
<style>
a { background-color: #DB94DE; }
a { background-color: rgb(219,148,222); }
div.DivClassName
{
background-color: #DB94DE;
}
.BgClassName
{
background-color: #DB94DE;
}
</style>
border-color css
<style>
span { border-color: #DB94DE; }
span { border-color: rgb(219,148,222); }
td.TdClassName
{
border-color: #DB94DE;
}
.TagClassName
{
border-color: #DB94DE;
}
</style>