Shades of Plum #DB98E8
Tints of Plum #DB98E8
RGB
CMYK
RGB Variations
Color information
#DB98E8 (or 0xDB98E8) is known color: Plum. HEX triplet: DB, 98 and E8. RGB value is (219,152,232). Sum of RGB (Red+Green+Blue) = 219+152+232=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 152 (59.77% from 255 or 25.21% from 603); Blue value is 232 (91.02% from 255 or 38.47% from 603); Max value from RGB is 232 - color contains mainly: blue. Hex color #DB98E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB98E8 is #246717. Grayscale: #B4B4B4. Windows color (decimal): -2385688 or 15243483. OLE color: 15243483.
HSL color Cylindrical-coordinate representation of color #DB98E8: hue angle of 290.25º 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 #DB98E8 is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 152 | 232 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.09 |
| HSL | 290.25º | 0.63% | 0.75% | - |
| HSV(B) | 290.25º | 0.34% | 0.91% | - |
| XYZ | 55.01 | 43.34 | 81.81 | - |
| YUV | 181.15 | 156.7 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 152 | 232 | 0.06 | 0.34 | 0 | 0.09 | 290.25 | 0.63 | 0.75 |
| Hex | DB | 98 | E8 | 6 | 22 | 0 | 9 | 122 | 3F | 4B |
| Octal | 333 | 230 | 350 | 6 | 42 | 0 | 11 | 442 | 77 | 113 |
| Binary | 11011011 | 10011000 | 11101000 | 110 | 100010 | 0 | 1001 | 100100010 | 111111 | 1001011 |
Color Harmonies of #DB98E8
Complementary color
Monochromatic Colors of #DB98E8
Black with #DB98E8
Text Example
Text Example
White with #DB98E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB98E8; }
p { color: rgb(219,152,232); }
H1.HeaderClassName
{
color: #DB98E8;
}
.AnyTagClassName
{
color: #DB98E8;
}
</style>
background-color css
<style>
a { background-color: #DB98E8; }
a { background-color: rgb(219,152,232); }
div.DivClassName
{
background-color: #DB98E8;
}
.BgClassName
{
background-color: #DB98E8;
}
</style>
border-color css
<style>
span { border-color: #DB98E8; }
span { border-color: rgb(219,152,232); }
td.TdClassName
{
border-color: #DB98E8;
}
.TagClassName
{
border-color: #DB98E8;
}
</style>