Shades of Plum #DB94EF
Tints of Plum #DB94EF
RGB
CMYK
RGB Variations
Color information
#DB94EF (or 0xDB94EF) is known color: Plum. HEX triplet: DB, 94 and EF. RGB value is (219,148,239). Sum of RGB (Red+Green+Blue) = 219+148+239=606 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.14% from 606); Green value is 148 (58.20% from 255 or 24.42% from 606); Blue value is 239 (93.75% from 255 or 39.44% from 606); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB94EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB94EF is #246B10. Grayscale: #B3B3B3. Windows color (decimal): -2386705 or 15701211. OLE color: 15701211.
HSL color Cylindrical-coordinate representation of color #DB94EF: hue angle of 286.81º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB94EF is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 148 | 239 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.06 |
| HSL | 286.81º | 0.74% | 0.76% | - |
| HSV(B) | 286.81º | 0.38% | 0.94% | - |
| XYZ | 55.38 | 42.47 | 86.94 | - |
| YUV | 179.6 | 161.52 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 239 | 0.08 | 0.38 | 0 | 0.06 | 286.81 | 0.74 | 0.76 |
| Hex | DB | 94 | EF | 8 | 26 | 0 | 6 | 11F | 4A | 4C |
| Octal | 333 | 224 | 357 | 10 | 46 | 0 | 6 | 437 | 112 | 114 |
| Binary | 11011011 | 10010100 | 11101111 | 1000 | 100110 | 0 | 110 | 100011111 | 1001010 | 1001100 |
Color Harmonies of #DB94EF
Complementary color
Monochromatic Colors of #DB94EF
Black with #DB94EF
Text Example
Text Example
White with #DB94EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB94EF; }
p { color: rgb(219,148,239); }
H1.HeaderClassName
{
color: #DB94EF;
}
.AnyTagClassName
{
color: #DB94EF;
}
</style>
background-color css
<style>
a { background-color: #DB94EF; }
a { background-color: rgb(219,148,239); }
div.DivClassName
{
background-color: #DB94EF;
}
.BgClassName
{
background-color: #DB94EF;
}
</style>
border-color css
<style>
span { border-color: #DB94EF; }
span { border-color: rgb(219,148,239); }
td.TdClassName
{
border-color: #DB94EF;
}
.TagClassName
{
border-color: #DB94EF;
}
</style>