Shades of Plum #DB99EC
Tints of Plum #DB99EC
RGB
CMYK
RGB Variations
Color information
#DB99EC (or 0xDB99EC) is known color: Plum. HEX triplet: DB, 99 and EC. RGB value is (219,153,236). Sum of RGB (Red+Green+Blue) = 219+153+236=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 153 (60.16% from 255 or 25.16% from 608); Blue value is 236 (92.58% from 255 or 38.82% from 608); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB99EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB99EC is #246613. Grayscale: #B5B5B5. Windows color (decimal): -2385428 or 15505883. OLE color: 15505883.
HSL color Cylindrical-coordinate representation of color #DB99EC: hue angle of 287.71º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DB99EC is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 153 | 236 | - |
| CMYK | 0.07 | 0.35 | 0 | 0.07 |
| HSL | 287.71º | 0.69% | 0.76% | - |
| HSV(B) | 287.71º | 0.35% | 0.93% | - |
| XYZ | 55.74 | 43.9 | 84.89 | - |
| YUV | 182.2 | 158.37 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 236 | 0.07 | 0.35 | 0 | 0.07 | 287.71 | 0.69 | 0.76 |
| Hex | DB | 99 | EC | 7 | 23 | 0 | 7 | 120 | 45 | 4C |
| Octal | 333 | 231 | 354 | 7 | 43 | 0 | 7 | 440 | 105 | 114 |
| Binary | 11011011 | 10011001 | 11101100 | 111 | 100011 | 0 | 111 | 100100000 | 1000101 | 1001100 |
Color Harmonies of #DB99EC
Complementary color
Monochromatic Colors of #DB99EC
Black with #DB99EC
Text Example
Text Example
White with #DB99EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB99EC; }
p { color: rgb(219,153,236); }
H1.HeaderClassName
{
color: #DB99EC;
}
.AnyTagClassName
{
color: #DB99EC;
}
</style>
background-color css
<style>
a { background-color: #DB99EC; }
a { background-color: rgb(219,153,236); }
div.DivClassName
{
background-color: #DB99EC;
}
.BgClassName
{
background-color: #DB99EC;
}
</style>
border-color css
<style>
span { border-color: #DB99EC; }
span { border-color: rgb(219,153,236); }
td.TdClassName
{
border-color: #DB99EC;
}
.TagClassName
{
border-color: #DB99EC;
}
</style>