Shades of Plum #DB9EED
Tints of Plum #DB9EED
RGB
CMYK
RGB Variations
Color information
#DB9EED (or 0xDB9EED) is known color: Plum. HEX triplet: DB, 9E and ED. RGB value is (219,158,237). Sum of RGB (Red+Green+Blue) = 219+158+237=614 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.67% from 614); Green value is 158 (62.11% from 255 or 25.73% from 614); Blue value is 237 (92.97% from 255 or 38.60% from 614); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB9EED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9EED is #246112. Grayscale: #B8B8B8. Windows color (decimal): -2384147 or 15572699. OLE color: 15572699.
HSL color Cylindrical-coordinate representation of color #DB9EED: hue angle of 286.33º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DB9EED is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 158 | 237 | - |
CMYK | 0.08 | 0.33 | 0 | 0.07 |
HSL | 286.33º | 0.69% | 0.77% | - |
HSV(B) | 286.33º | 0.33% | 0.93% | - |
XYZ | 56.73 | 45.63 | 85.94 | - |
YUV | 185.25 | 157.21 | 152.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 158 | 237 | 0.08 | 0.33 | 0 | 0.07 | 286.33 | 0.69 | 0.77 |
Hex | DB | 9E | ED | 8 | 21 | 0 | 7 | 11E | 45 | 4D |
Octal | 333 | 236 | 355 | 10 | 41 | 0 | 7 | 436 | 105 | 115 |
Binary | 11011011 | 10011110 | 11101101 | 1000 | 100001 | 0 | 111 | 100011110 | 1000101 | 1001101 |
Color Harmonies of #DB9EED
Complementary color
Monochromatic Colors of #DB9EED
Black with #DB9EED
Text Example
Text Example
White with #DB9EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9EED; }
p { color: rgb(219,158,237); }
H1.HeaderClassName
{
color: #DB9EED;
}
.AnyTagClassName
{
color: #DB9EED;
}
</style>
background-color css
<style>
a { background-color: #DB9EED; }
a { background-color: rgb(219,158,237); }
div.DivClassName
{
background-color: #DB9EED;
}
.BgClassName
{
background-color: #DB9EED;
}
</style>
border-color css
<style>
span { border-color: #DB9EED; }
span { border-color: rgb(219,158,237); }
td.TdClassName
{
border-color: #DB9EED;
}
.TagClassName
{
border-color: #DB9EED;
}
</style>