Shades of Plum #DB93D7
Tints of Plum #DB93D7
RGB
CMYK
RGB Variations
Color information
#DB93D7 (or 0xDB93D7) is known color: Plum. HEX triplet: DB, 93 and D7. RGB value is (219,147,215). Sum of RGB (Red+Green+Blue) = 219+147+215=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 147 (57.81% from 255 or 25.30% from 581); Blue value is 215 (84.38% from 255 or 37.01% from 581); Max value from RGB is 219 - color contains mainly: red. Hex color #DB93D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB93D7 is #246C28. Grayscale: #B0B0B0. Windows color (decimal): -2386985 or 14128091. OLE color: 14128091.
HSL color Cylindrical-coordinate representation of color #DB93D7: hue angle of 303.33º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DB93D7 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 147 | 215 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.14 |
| HSL | 303.33º | 0.5% | 0.72% | - |
| HSV(B) | 303.33º | 0.33% | 0.86% | - |
| XYZ | 51.91 | 40.83 | 69.44 | - |
| YUV | 176.28 | 149.85 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 147 | 215 | 0 | 0.33 | 0.02 | 0.14 | 303.33 | 0.5 | 0.72 |
| Hex | DB | 93 | D7 | 0 | 21 | 2 | E | 12F | 32 | 48 |
| Octal | 333 | 223 | 327 | 0 | 41 | 2 | 16 | 457 | 62 | 110 |
| Binary | 11011011 | 10010011 | 11010111 | 0 | 100001 | 10 | 1110 | 100101111 | 110010 | 1001000 |
Color Harmonies of #DB93D7
Complementary color
Monochromatic Colors of #DB93D7
Black with #DB93D7
Text Example
Text Example
White with #DB93D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB93D7; }
p { color: rgb(219,147,215); }
H1.HeaderClassName
{
color: #DB93D7;
}
.AnyTagClassName
{
color: #DB93D7;
}
</style>
background-color css
<style>
a { background-color: #DB93D7; }
a { background-color: rgb(219,147,215); }
div.DivClassName
{
background-color: #DB93D7;
}
.BgClassName
{
background-color: #DB93D7;
}
</style>
border-color css
<style>
span { border-color: #DB93D7; }
span { border-color: rgb(219,147,215); }
td.TdClassName
{
border-color: #DB93D7;
}
.TagClassName
{
border-color: #DB93D7;
}
</style>