Shades of Plum #DB9FED
Tints of Plum #DB9FED
RGB
CMYK
RGB Variations
Color information
#DB9FED (or 0xDB9FED) is known color: Plum. HEX triplet: DB, 9F and ED. RGB value is (219,159,237). Sum of RGB (Red+Green+Blue) = 219+159+237=615 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.61% from 615); Green value is 159 (62.5% from 255 or 25.85% from 615); Blue value is 237 (92.97% from 255 or 38.54% from 615); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB9FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9FED is #246012. Grayscale: #B9B9B9. Windows color (decimal): -2383891 or 15572955. OLE color: 15572955.
HSL color Cylindrical-coordinate representation of color #DB9FED: hue angle of 286.15º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DB9FED is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 159 | 237 | - |
| CMYK | 0.08 | 0.33 | 0 | 0.07 |
| HSL | 286.15º | 0.68% | 0.78% | - |
| HSV(B) | 286.15º | 0.33% | 0.93% | - |
| XYZ | 56.9 | 45.97 | 86 | - |
| YUV | 185.83 | 156.88 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 159 | 237 | 0.08 | 0.33 | 0 | 0.07 | 286.15 | 0.68 | 0.78 |
| Hex | DB | 9F | ED | 8 | 21 | 0 | 7 | 11E | 44 | 4E |
| Octal | 333 | 237 | 355 | 10 | 41 | 0 | 7 | 436 | 104 | 116 |
| Binary | 11011011 | 10011111 | 11101101 | 1000 | 100001 | 0 | 111 | 100011110 | 1000100 | 1001110 |
Color Harmonies of #DB9FED
Complementary color
Monochromatic Colors of #DB9FED
Black with #DB9FED
Text Example
Text Example
White with #DB9FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9FED; }
p { color: rgb(219,159,237); }
H1.HeaderClassName
{
color: #DB9FED;
}
.AnyTagClassName
{
color: #DB9FED;
}
</style>
background-color css
<style>
a { background-color: #DB9FED; }
a { background-color: rgb(219,159,237); }
div.DivClassName
{
background-color: #DB9FED;
}
.BgClassName
{
background-color: #DB9FED;
}
</style>
border-color css
<style>
span { border-color: #DB9FED; }
span { border-color: rgb(219,159,237); }
td.TdClassName
{
border-color: #DB9FED;
}
.TagClassName
{
border-color: #DB9FED;
}
</style>