Shades of Plum #DB93DD
Tints of Plum #DB93DD
RGB
CMYK
RGB Variations
Color information
#DB93DD (or 0xDB93DD) is known color: Plum. HEX triplet: DB, 93 and DD. RGB value is (219,147,221). Sum of RGB (Red+Green+Blue) = 219+147+221=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 147 (57.81% from 255 or 25.04% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB93DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB93DD is #246C22. Grayscale: #B0B0B0. Windows color (decimal): -2386979 or 14521307. OLE color: 14521307.
HSL color Cylindrical-coordinate representation of color #DB93DD: hue angle of 298.38º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DB93DD is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 147 | 221 | - |
| CMYK | 0.01 | 0.33 | 0 | 0.13 |
| HSL | 298.38º | 0.52% | 0.72% | - |
| HSV(B) | 298.38º | 0.33% | 0.87% | - |
| XYZ | 52.7 | 41.15 | 73.57 | - |
| YUV | 176.96 | 152.85 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 147 | 221 | 0.01 | 0.33 | 0 | 0.13 | 298.38 | 0.52 | 0.72 |
| Hex | DB | 93 | DD | 1 | 21 | 0 | D | 12A | 34 | 48 |
| Octal | 333 | 223 | 335 | 1 | 41 | 0 | 15 | 452 | 64 | 110 |
| Binary | 11011011 | 10010011 | 11011101 | 1 | 100001 | 0 | 1101 | 100101010 | 110100 | 1001000 |
Color Harmonies of #DB93DD
Complementary color
Monochromatic Colors of #DB93DD
Black with #DB93DD
Text Example
Text Example
White with #DB93DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB93DD; }
p { color: rgb(219,147,221); }
H1.HeaderClassName
{
color: #DB93DD;
}
.AnyTagClassName
{
color: #DB93DD;
}
</style>
background-color css
<style>
a { background-color: #DB93DD; }
a { background-color: rgb(219,147,221); }
div.DivClassName
{
background-color: #DB93DD;
}
.BgClassName
{
background-color: #DB93DD;
}
</style>
border-color css
<style>
span { border-color: #DB93DD; }
span { border-color: rgb(219,147,221); }
td.TdClassName
{
border-color: #DB93DD;
}
.TagClassName
{
border-color: #DB93DD;
}
</style>