Shades of Plum #DB9DEE
Tints of Plum #DB9DEE
RGB
CMYK
RGB Variations
Color information
#DB9DEE (or 0xDB9DEE) is known color: Plum. HEX triplet: DB, 9D and EE. RGB value is (219,157,238). Sum of RGB (Red+Green+Blue) = 219+157+238=614 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.67% from 614); Green value is 157 (61.72% from 255 or 25.57% from 614); Blue value is 238 (93.36% from 255 or 38.76% from 614); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB9DEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9DEE is #246211. Grayscale: #B8B8B8. Windows color (decimal): -2384402 or 15637979. OLE color: 15637979.
HSL color Cylindrical-coordinate representation of color #DB9DEE: hue angle of 285.93º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DB9DEE is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 157 | 238 | - |
| CMYK | 0.08 | 0.34 | 0 | 0.07 |
| HSL | 285.93º | 0.7% | 0.77% | - |
| HSV(B) | 285.93º | 0.34% | 0.93% | - |
| XYZ | 56.7 | 45.35 | 86.65 | - |
| YUV | 184.77 | 158.04 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 157 | 238 | 0.08 | 0.34 | 0 | 0.07 | 285.93 | 0.7 | 0.77 |
| Hex | DB | 9D | EE | 8 | 22 | 0 | 7 | 11E | 46 | 4D |
| Octal | 333 | 235 | 356 | 10 | 42 | 0 | 7 | 436 | 106 | 115 |
| Binary | 11011011 | 10011101 | 11101110 | 1000 | 100010 | 0 | 111 | 100011110 | 1000110 | 1001101 |
Color Harmonies of #DB9DEE
Complementary color
Monochromatic Colors of #DB9DEE
Black with #DB9DEE
Text Example
Text Example
White with #DB9DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9DEE; }
p { color: rgb(219,157,238); }
H1.HeaderClassName
{
color: #DB9DEE;
}
.AnyTagClassName
{
color: #DB9DEE;
}
</style>
background-color css
<style>
a { background-color: #DB9DEE; }
a { background-color: rgb(219,157,238); }
div.DivClassName
{
background-color: #DB9DEE;
}
.BgClassName
{
background-color: #DB9DEE;
}
</style>
border-color css
<style>
span { border-color: #DB9DEE; }
span { border-color: rgb(219,157,238); }
td.TdClassName
{
border-color: #DB9DEE;
}
.TagClassName
{
border-color: #DB9DEE;
}
</style>