Shades of Plum #DB93D3
Tints of Plum #DB93D3
RGB
CMYK
RGB Variations
Color information
#DB93D3 (or 0xDB93D3) is known color: Plum. HEX triplet: DB, 93 and D3. RGB value is (219,147,211). Sum of RGB (Red+Green+Blue) = 219+147+211=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 147 (57.81% from 255 or 25.48% from 577); Blue value is 211 (82.81% from 255 or 36.57% from 577); Max value from RGB is 219 - color contains mainly: red. Hex color #DB93D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB93D3 is #246C2C. Grayscale: #AFAFAF. Windows color (decimal): -2386989 or 13865947. OLE color: 13865947.
HSL color Cylindrical-coordinate representation of color #DB93D3: hue angle of 306.67º 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 #DB93D3 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 147 | 211 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.14 |
| HSL | 306.67º | 0.5% | 0.72% | - |
| HSV(B) | 306.67º | 0.33% | 0.86% | - |
| XYZ | 51.41 | 40.63 | 66.76 | - |
| YUV | 175.82 | 147.85 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 147 | 211 | 0 | 0.33 | 0.04 | 0.14 | 306.67 | 0.5 | 0.72 |
| Hex | DB | 93 | D3 | 0 | 21 | 4 | E | 133 | 32 | 48 |
| Octal | 333 | 223 | 323 | 0 | 41 | 4 | 16 | 463 | 62 | 110 |
| Binary | 11011011 | 10010011 | 11010011 | 0 | 100001 | 100 | 1110 | 100110011 | 110010 | 1001000 |
Color Harmonies of #DB93D3
Complementary color
Monochromatic Colors of #DB93D3
Black with #DB93D3
Text Example
Text Example
White with #DB93D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB93D3; }
p { color: rgb(219,147,211); }
H1.HeaderClassName
{
color: #DB93D3;
}
.AnyTagClassName
{
color: #DB93D3;
}
</style>
background-color css
<style>
a { background-color: #DB93D3; }
a { background-color: rgb(219,147,211); }
div.DivClassName
{
background-color: #DB93D3;
}
.BgClassName
{
background-color: #DB93D3;
}
</style>
border-color css
<style>
span { border-color: #DB93D3; }
span { border-color: rgb(219,147,211); }
td.TdClassName
{
border-color: #DB93D3;
}
.TagClassName
{
border-color: #DB93D3;
}
</style>