Shades of Plum #DB93DE
Tints of Plum #DB93DE
RGB
CMYK
RGB Variations
Color information
#DB93DE (or 0xDB93DE) is known color: Plum. HEX triplet: DB, 93 and DE. RGB value is (219,147,222). Sum of RGB (Red+Green+Blue) = 219+147+222=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 147 (57.81% from 255 or 25% from 588); Blue value is 222 (87.11% from 255 or 37.76% from 588); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB93DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB93DE is #246C21. Grayscale: #B0B0B0. Windows color (decimal): -2386978 or 14586843. OLE color: 14586843.
HSL color Cylindrical-coordinate representation of color #DB93DE: hue angle of 297.6º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DB93DE is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 147 | 222 | - |
| CMYK | 0.01 | 0.34 | 0 | 0.13 |
| HSL | 297.6º | 0.53% | 0.72% | - |
| HSV(B) | 297.6º | 0.34% | 0.87% | - |
| XYZ | 52.83 | 41.2 | 74.28 | - |
| YUV | 177.08 | 153.35 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 147 | 222 | 0.01 | 0.34 | 0 | 0.13 | 297.6 | 0.53 | 0.72 |
| Hex | DB | 93 | DE | 1 | 22 | 0 | D | 12A | 35 | 48 |
| Octal | 333 | 223 | 336 | 1 | 42 | 0 | 15 | 452 | 65 | 110 |
| Binary | 11011011 | 10010011 | 11011110 | 1 | 100010 | 0 | 1101 | 100101010 | 110101 | 1001000 |
Color Harmonies of #DB93DE
Complementary color
Monochromatic Colors of #DB93DE
Black with #DB93DE
Text Example
Text Example
White with #DB93DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB93DE; }
p { color: rgb(219,147,222); }
H1.HeaderClassName
{
color: #DB93DE;
}
.AnyTagClassName
{
color: #DB93DE;
}
</style>
background-color css
<style>
a { background-color: #DB93DE; }
a { background-color: rgb(219,147,222); }
div.DivClassName
{
background-color: #DB93DE;
}
.BgClassName
{
background-color: #DB93DE;
}
</style>
border-color css
<style>
span { border-color: #DB93DE; }
span { border-color: rgb(219,147,222); }
td.TdClassName
{
border-color: #DB93DE;
}
.TagClassName
{
border-color: #DB93DE;
}
</style>