Shades of Plum #DB98E6
Tints of Plum #DB98E6
RGB
CMYK
RGB Variations
Color information
#DB98E6 (or 0xDB98E6) is known color: Plum. HEX triplet: DB, 98 and E6. RGB value is (219,152,230). Sum of RGB (Red+Green+Blue) = 219+152+230=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 152 (59.77% from 255 or 25.29% from 601); Blue value is 230 (90.23% from 255 or 38.27% from 601); Max value from RGB is 230 - color contains mainly: blue. Hex color #DB98E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB98E6 is #246719. Grayscale: #B4B4B4. Windows color (decimal): -2385690 or 15112411. OLE color: 15112411.
HSL color Cylindrical-coordinate representation of color #DB98E6: hue angle of 291.54º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DB98E6 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 152 | 230 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.10 |
| HSL | 291.54º | 0.61% | 0.75% | - |
| HSV(B) | 291.54º | 0.34% | 0.9% | - |
| XYZ | 54.72 | 43.23 | 80.32 | - |
| YUV | 180.93 | 155.7 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 152 | 230 | 0.05 | 0.34 | 0 | 0.10 | 291.54 | 0.61 | 0.75 |
| Hex | DB | 98 | E6 | 5 | 22 | 0 | A | 124 | 3D | 4B |
| Octal | 333 | 230 | 346 | 5 | 42 | 0 | 12 | 444 | 75 | 113 |
| Binary | 11011011 | 10011000 | 11100110 | 101 | 100010 | 0 | 1010 | 100100100 | 111101 | 1001011 |
Color Harmonies of #DB98E6
Complementary color
Monochromatic Colors of #DB98E6
Black with #DB98E6
Text Example
Text Example
White with #DB98E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB98E6; }
p { color: rgb(219,152,230); }
H1.HeaderClassName
{
color: #DB98E6;
}
.AnyTagClassName
{
color: #DB98E6;
}
</style>
background-color css
<style>
a { background-color: #DB98E6; }
a { background-color: rgb(219,152,230); }
div.DivClassName
{
background-color: #DB98E6;
}
.BgClassName
{
background-color: #DB98E6;
}
</style>
border-color css
<style>
span { border-color: #DB98E6; }
span { border-color: rgb(219,152,230); }
td.TdClassName
{
border-color: #DB98E6;
}
.TagClassName
{
border-color: #DB98E6;
}
</style>