Shades of Plum #DB9CEE
Tints of Plum #DB9CEE
RGB
CMYK
RGB Variations
Color information
#DB9CEE (or 0xDB9CEE) is known color: Plum. HEX triplet: DB, 9C and EE. RGB value is (219,156,238). Sum of RGB (Red+Green+Blue) = 219+156+238=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 156 (61.33% from 255 or 25.45% from 613); Blue value is 238 (93.36% from 255 or 38.83% from 613); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB9CEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9CEE is #246311. Grayscale: #B7B7B7. Windows color (decimal): -2384658 or 15637723. OLE color: 15637723.
HSL color Cylindrical-coordinate representation of color #DB9CEE: hue angle of 286.1º degrees, saturation: 0.71, 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 #DB9CEE is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 156 | 238 | - |
| CMYK | 0.08 | 0.34 | 0 | 0.07 |
| HSL | 286.1º | 0.71% | 0.77% | - |
| HSV(B) | 286.1º | 0.34% | 0.93% | - |
| XYZ | 56.53 | 45.01 | 86.6 | - |
| YUV | 184.19 | 158.37 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 238 | 0.08 | 0.34 | 0 | 0.07 | 286.1 | 0.71 | 0.77 |
| Hex | DB | 9C | EE | 8 | 22 | 0 | 7 | 11E | 47 | 4D |
| Octal | 333 | 234 | 356 | 10 | 42 | 0 | 7 | 436 | 107 | 115 |
| Binary | 11011011 | 10011100 | 11101110 | 1000 | 100010 | 0 | 111 | 100011110 | 1000111 | 1001101 |
Color Harmonies of #DB9CEE
Complementary color
Monochromatic Colors of #DB9CEE
Black with #DB9CEE
Text Example
Text Example
White with #DB9CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9CEE; }
p { color: rgb(219,156,238); }
H1.HeaderClassName
{
color: #DB9CEE;
}
.AnyTagClassName
{
color: #DB9CEE;
}
</style>
background-color css
<style>
a { background-color: #DB9CEE; }
a { background-color: rgb(219,156,238); }
div.DivClassName
{
background-color: #DB9CEE;
}
.BgClassName
{
background-color: #DB9CEE;
}
</style>
border-color css
<style>
span { border-color: #DB9CEE; }
span { border-color: rgb(219,156,238); }
td.TdClassName
{
border-color: #DB9CEE;
}
.TagClassName
{
border-color: #DB9CEE;
}
</style>