Shades of Plum #DB93D0
Tints of Plum #DB93D0
RGB
CMYK
RGB Variations
Color information
#DB93D0 (or 0xDB93D0) is known color: Plum. HEX triplet: DB, 93 and D0. RGB value is (219,147,208). Sum of RGB (Red+Green+Blue) = 219+147+208=574 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.15% from 574); Green value is 147 (57.81% from 255 or 25.61% from 574); Blue value is 208 (81.64% from 255 or 36.24% from 574); Max value from RGB is 219 - color contains mainly: red. Hex color #DB93D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB93D0 is #246C2F. Grayscale: #AFAFAF. Windows color (decimal): -2386992 or 13669339. OLE color: 13669339.
HSL color Cylindrical-coordinate representation of color #DB93D0: hue angle of 309.17º 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 #DB93D0 is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 147 | 208 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.14 |
| HSL | 309.17º | 0.5% | 0.72% | - |
| HSV(B) | 309.17º | 0.33% | 0.86% | - |
| XYZ | 51.03 | 40.48 | 64.8 | - |
| YUV | 175.48 | 146.35 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 147 | 208 | 0 | 0.33 | 0.05 | 0.14 | 309.17 | 0.5 | 0.72 |
| Hex | DB | 93 | D0 | 0 | 21 | 5 | E | 135 | 32 | 48 |
| Octal | 333 | 223 | 320 | 0 | 41 | 5 | 16 | 465 | 62 | 110 |
| Binary | 11011011 | 10010011 | 11010000 | 0 | 100001 | 101 | 1110 | 100110101 | 110010 | 1001000 |
Color Harmonies of #DB93D0
Complementary color
Monochromatic Colors of #DB93D0
Black with #DB93D0
Text Example
Text Example
White with #DB93D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB93D0; }
p { color: rgb(219,147,208); }
H1.HeaderClassName
{
color: #DB93D0;
}
.AnyTagClassName
{
color: #DB93D0;
}
</style>
background-color css
<style>
a { background-color: #DB93D0; }
a { background-color: rgb(219,147,208); }
div.DivClassName
{
background-color: #DB93D0;
}
.BgClassName
{
background-color: #DB93D0;
}
</style>
border-color css
<style>
span { border-color: #DB93D0; }
span { border-color: rgb(219,147,208); }
td.TdClassName
{
border-color: #DB93D0;
}
.TagClassName
{
border-color: #DB93D0;
}
</style>