Shades of Plum #DB93D1
Tints of Plum #DB93D1
RGB
CMYK
RGB Variations
Color information
#DB93D1 (or 0xDB93D1) is known color: Plum. HEX triplet: DB, 93 and D1. RGB value is (219,147,209). Sum of RGB (Red+Green+Blue) = 219+147+209=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 147 (57.81% from 255 or 25.57% from 575); Blue value is 209 (82.03% from 255 or 36.35% from 575); Max value from RGB is 219 - color contains mainly: red. Hex color #DB93D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB93D1 is #246C2E. Grayscale: #AFAFAF. Windows color (decimal): -2386991 or 13734875. OLE color: 13734875.
HSL color Cylindrical-coordinate representation of color #DB93D1: hue angle of 308.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 #DB93D1 is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 147 | 209 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.14 |
| HSL | 308.33º | 0.5% | 0.72% | - |
| HSV(B) | 308.33º | 0.33% | 0.86% | - |
| XYZ | 51.16 | 40.53 | 65.45 | - |
| YUV | 175.6 | 146.85 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 147 | 209 | 0 | 0.33 | 0.05 | 0.14 | 308.33 | 0.5 | 0.72 |
| Hex | DB | 93 | D1 | 0 | 21 | 5 | E | 134 | 32 | 48 |
| Octal | 333 | 223 | 321 | 0 | 41 | 5 | 16 | 464 | 62 | 110 |
| Binary | 11011011 | 10010011 | 11010001 | 0 | 100001 | 101 | 1110 | 100110100 | 110010 | 1001000 |
Color Harmonies of #DB93D1
Complementary color
Monochromatic Colors of #DB93D1
Black with #DB93D1
Text Example
Text Example
White with #DB93D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB93D1; }
p { color: rgb(219,147,209); }
H1.HeaderClassName
{
color: #DB93D1;
}
.AnyTagClassName
{
color: #DB93D1;
}
</style>
background-color css
<style>
a { background-color: #DB93D1; }
a { background-color: rgb(219,147,209); }
div.DivClassName
{
background-color: #DB93D1;
}
.BgClassName
{
background-color: #DB93D1;
}
</style>
border-color css
<style>
span { border-color: #DB93D1; }
span { border-color: rgb(219,147,209); }
td.TdClassName
{
border-color: #DB93D1;
}
.TagClassName
{
border-color: #DB93D1;
}
</style>