Shades of Plum #DB9FE2
Tints of Plum #DB9FE2
RGB
CMYK
RGB Variations
Color information
#DB9FE2 (or 0xDB9FE2) is known color: Plum. HEX triplet: DB, 9F and E2. RGB value is (219,159,226). Sum of RGB (Red+Green+Blue) = 219+159+226=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 159 (62.5% from 255 or 26.32% from 604); Blue value is 226 (88.67% from 255 or 37.42% from 604); Max value from RGB is 226 - color contains mainly: blue. Hex color #DB9FE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9FE2 is #24601D. Grayscale: #B8B8B8. Windows color (decimal): -2383902 or 14852059. OLE color: 14852059.
HSL color Cylindrical-coordinate representation of color #DB9FE2: hue angle of 293.73º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DB9FE2 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 159 | 226 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.11 |
| HSL | 293.73º | 0.54% | 0.75% | - |
| HSV(B) | 293.73º | 0.3% | 0.89% | - |
| XYZ | 55.34 | 45.35 | 77.79 | - |
| YUV | 184.58 | 151.38 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 159 | 226 | 0.03 | 0.30 | 0 | 0.11 | 293.73 | 0.54 | 0.75 |
| Hex | DB | 9F | E2 | 3 | 1E | 0 | B | 126 | 36 | 4B |
| Octal | 333 | 237 | 342 | 3 | 36 | 0 | 13 | 446 | 66 | 113 |
| Binary | 11011011 | 10011111 | 11100010 | 11 | 11110 | 0 | 1011 | 100100110 | 110110 | 1001011 |
Color Harmonies of #DB9FE2
Complementary color
Monochromatic Colors of #DB9FE2
Black with #DB9FE2
Text Example
Text Example
White with #DB9FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9FE2; }
p { color: rgb(219,159,226); }
H1.HeaderClassName
{
color: #DB9FE2;
}
.AnyTagClassName
{
color: #DB9FE2;
}
</style>
background-color css
<style>
a { background-color: #DB9FE2; }
a { background-color: rgb(219,159,226); }
div.DivClassName
{
background-color: #DB9FE2;
}
.BgClassName
{
background-color: #DB9FE2;
}
</style>
border-color css
<style>
span { border-color: #DB9FE2; }
span { border-color: rgb(219,159,226); }
td.TdClassName
{
border-color: #DB9FE2;
}
.TagClassName
{
border-color: #DB9FE2;
}
</style>