Shades of Plum #DB98E5
Tints of Plum #DB98E5
RGB
CMYK
RGB Variations
Color information
#DB98E5 (or 0xDB98E5) is known color: Plum. HEX triplet: DB, 98 and E5. RGB value is (219,152,229). Sum of RGB (Red+Green+Blue) = 219+152+229=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 152 (59.77% from 255 or 25.33% from 600); Blue value is 229 (89.84% from 255 or 38.17% from 600); Max value from RGB is 229 - color contains mainly: blue. Hex color #DB98E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB98E5 is #24671A. Grayscale: #B4B4B4. Windows color (decimal): -2385691 or 15046875. OLE color: 15046875.
HSL color Cylindrical-coordinate representation of color #DB98E5: hue angle of 292.21º degrees, saturation: 0.6, 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 #DB98E5 is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 219 | 152 | 229 | - |
CMYK | 0.04 | 0.34 | 0 | 0.10 |
HSL | 292.21º | 0.6% | 0.75% | - |
HSV(B) | 292.21º | 0.34% | 0.9% | - |
XYZ | 54.58 | 43.17 | 79.59 | - |
YUV | 180.81 | 155.2 | 155.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 152 | 229 | 0.04 | 0.34 | 0 | 0.10 | 292.21 | 0.6 | 0.75 |
Hex | DB | 98 | E5 | 4 | 22 | 0 | A | 124 | 3C | 4B |
Octal | 333 | 230 | 345 | 4 | 42 | 0 | 12 | 444 | 74 | 113 |
Binary | 11011011 | 10011000 | 11100101 | 100 | 100010 | 0 | 1010 | 100100100 | 111100 | 1001011 |
Color Harmonies of #DB98E5
Complementary color
Monochromatic Colors of #DB98E5
Black with #DB98E5
Text Example
Text Example
White with #DB98E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB98E5; }
p { color: rgb(219,152,229); }
H1.HeaderClassName
{
color: #DB98E5;
}
.AnyTagClassName
{
color: #DB98E5;
}
</style>
background-color css
<style>
a { background-color: #DB98E5; }
a { background-color: rgb(219,152,229); }
div.DivClassName
{
background-color: #DB98E5;
}
.BgClassName
{
background-color: #DB98E5;
}
</style>
border-color css
<style>
span { border-color: #DB98E5; }
span { border-color: rgb(219,152,229); }
td.TdClassName
{
border-color: #DB98E5;
}
.TagClassName
{
border-color: #DB98E5;
}
</style>