Shades of Plum #DB9FEB
Tints of Plum #DB9FEB
RGB
CMYK
RGB Variations
Color information
#DB9FEB (or 0xDB9FEB) is known color: Plum. HEX triplet: DB, 9F and EB. RGB value is (219,159,235). Sum of RGB (Red+Green+Blue) = 219+159+235=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 159 (62.5% from 255 or 25.94% from 613); Blue value is 235 (92.19% from 255 or 38.34% from 613); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB9FEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9FEB is #246014. Grayscale: #B9B9B9. Windows color (decimal): -2383893 or 15441883. OLE color: 15441883.
HSL color Cylindrical-coordinate representation of color #DB9FEB: hue angle of 287.37º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DB9FEB is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 219 | 159 | 235 | - |
CMYK | 0.07 | 0.32 | 0 | 0.08 |
HSL | 287.37º | 0.66% | 0.77% | - |
HSV(B) | 287.37º | 0.32% | 0.92% | - |
XYZ | 56.61 | 45.85 | 84.46 | - |
YUV | 185.6 | 155.88 | 151.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 159 | 235 | 0.07 | 0.32 | 0 | 0.08 | 287.37 | 0.66 | 0.77 |
Hex | DB | 9F | EB | 7 | 20 | 0 | 8 | 11F | 42 | 4D |
Octal | 333 | 237 | 353 | 7 | 40 | 0 | 10 | 437 | 102 | 115 |
Binary | 11011011 | 10011111 | 11101011 | 111 | 100000 | 0 | 1000 | 100011111 | 1000010 | 1001101 |
Color Harmonies of #DB9FEB
Complementary color
Monochromatic Colors of #DB9FEB
Black with #DB9FEB
Text Example
Text Example
White with #DB9FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9FEB; }
p { color: rgb(219,159,235); }
H1.HeaderClassName
{
color: #DB9FEB;
}
.AnyTagClassName
{
color: #DB9FEB;
}
</style>
background-color css
<style>
a { background-color: #DB9FEB; }
a { background-color: rgb(219,159,235); }
div.DivClassName
{
background-color: #DB9FEB;
}
.BgClassName
{
background-color: #DB9FEB;
}
</style>
border-color css
<style>
span { border-color: #DB9FEB; }
span { border-color: rgb(219,159,235); }
td.TdClassName
{
border-color: #DB9FEB;
}
.TagClassName
{
border-color: #DB9FEB;
}
</style>