Shades of Plum #DB98E0
Tints of Plum #DB98E0
RGB
CMYK
RGB Variations
Color information
#DB98E0 (or 0xDB98E0) is known color: Plum. HEX triplet: DB, 98 and E0. RGB value is (219,152,224). Sum of RGB (Red+Green+Blue) = 219+152+224=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 152 (59.77% from 255 or 25.55% from 595); Blue value is 224 (87.89% from 255 or 37.65% from 595); Max value from RGB is 224 - color contains mainly: blue. Hex color #DB98E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB98E0 is #24671F. Grayscale: #B4B4B4. Windows color (decimal): -2385696 or 14719195. OLE color: 14719195.
HSL color Cylindrical-coordinate representation of color #DB98E0: hue angle of 295.83º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DB98E0 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 152 | 224 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.12 |
| HSL | 295.83º | 0.54% | 0.74% | - |
| HSV(B) | 295.83º | 0.32% | 0.88% | - |
| XYZ | 53.9 | 42.9 | 75.96 | - |
| YUV | 180.24 | 152.7 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 152 | 224 | 0.02 | 0.32 | 0 | 0.12 | 295.83 | 0.54 | 0.74 |
| Hex | DB | 98 | E0 | 2 | 20 | 0 | C | 128 | 36 | 4A |
| Octal | 333 | 230 | 340 | 2 | 40 | 0 | 14 | 450 | 66 | 112 |
| Binary | 11011011 | 10011000 | 11100000 | 10 | 100000 | 0 | 1100 | 100101000 | 110110 | 1001010 |
Color Harmonies of #DB98E0
Complementary color
Monochromatic Colors of #DB98E0
Black with #DB98E0
Text Example
Text Example
White with #DB98E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB98E0; }
p { color: rgb(219,152,224); }
H1.HeaderClassName
{
color: #DB98E0;
}
.AnyTagClassName
{
color: #DB98E0;
}
</style>
background-color css
<style>
a { background-color: #DB98E0; }
a { background-color: rgb(219,152,224); }
div.DivClassName
{
background-color: #DB98E0;
}
.BgClassName
{
background-color: #DB98E0;
}
</style>
border-color css
<style>
span { border-color: #DB98E0; }
span { border-color: rgb(219,152,224); }
td.TdClassName
{
border-color: #DB98E0;
}
.TagClassName
{
border-color: #DB98E0;
}
</style>