Shades of Plum #DB99E8
Tints of Plum #DB99E8
RGB
CMYK
RGB Variations
Color information
#DB99E8 (or 0xDB99E8) is known color: Plum. HEX triplet: DB, 99 and E8. RGB value is (219,153,232). Sum of RGB (Red+Green+Blue) = 219+153+232=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 153 (60.16% from 255 or 25.33% from 604); Blue value is 232 (91.02% from 255 or 38.41% from 604); Max value from RGB is 232 - color contains mainly: blue. Hex color #DB99E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB99E8 is #246617. Grayscale: #B5B5B5. Windows color (decimal): -2385432 or 15243739. OLE color: 15243739.
HSL color Cylindrical-coordinate representation of color #DB99E8: hue angle of 290.13º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DB99E8 is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 153 | 232 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.09 |
| HSL | 290.13º | 0.63% | 0.75% | - |
| HSV(B) | 290.13º | 0.34% | 0.91% | - |
| XYZ | 55.17 | 43.67 | 81.87 | - |
| YUV | 181.74 | 156.37 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 232 | 0.06 | 0.34 | 0 | 0.09 | 290.13 | 0.63 | 0.75 |
| Hex | DB | 99 | E8 | 6 | 22 | 0 | 9 | 122 | 3F | 4B |
| Octal | 333 | 231 | 350 | 6 | 42 | 0 | 11 | 442 | 77 | 113 |
| Binary | 11011011 | 10011001 | 11101000 | 110 | 100010 | 0 | 1001 | 100100010 | 111111 | 1001011 |
Color Harmonies of #DB99E8
Complementary color
Monochromatic Colors of #DB99E8
Black with #DB99E8
Text Example
Text Example
White with #DB99E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB99E8; }
p { color: rgb(219,153,232); }
H1.HeaderClassName
{
color: #DB99E8;
}
.AnyTagClassName
{
color: #DB99E8;
}
</style>
background-color css
<style>
a { background-color: #DB99E8; }
a { background-color: rgb(219,153,232); }
div.DivClassName
{
background-color: #DB99E8;
}
.BgClassName
{
background-color: #DB99E8;
}
</style>
border-color css
<style>
span { border-color: #DB99E8; }
span { border-color: rgb(219,153,232); }
td.TdClassName
{
border-color: #DB99E8;
}
.TagClassName
{
border-color: #DB99E8;
}
</style>