Shades of Plum #DB93CD
Tints of Plum #DB93CD
RGB
CMYK
RGB Variations
Color information
#DB93CD (or 0xDB93CD) is known color: Plum. HEX triplet: DB, 93 and CD. RGB value is (219,147,205). Sum of RGB (Red+Green+Blue) = 219+147+205=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 147 (57.81% from 255 or 25.74% from 571); Blue value is 205 (80.47% from 255 or 35.90% from 571); Max value from RGB is 219 - color contains mainly: red. Hex color #DB93CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB93CD is #246C32. Grayscale: #AEAEAE. Windows color (decimal): -2386995 or 13472731. OLE color: 13472731.
HSL color Cylindrical-coordinate representation of color #DB93CD: hue angle of 311.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 #DB93CD is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 147 | 205 | - |
| CMYK | 0 | 0.33 | 0.06 | 0.14 |
| HSL | 311.67º | 0.5% | 0.72% | - |
| HSV(B) | 311.67º | 0.33% | 0.86% | - |
| XYZ | 50.67 | 40.34 | 62.87 | - |
| YUV | 175.14 | 144.85 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 147 | 205 | 0 | 0.33 | 0.06 | 0.14 | 311.67 | 0.5 | 0.72 |
| Hex | DB | 93 | CD | 0 | 21 | 6 | E | 138 | 32 | 48 |
| Octal | 333 | 223 | 315 | 0 | 41 | 6 | 16 | 470 | 62 | 110 |
| Binary | 11011011 | 10010011 | 11001101 | 0 | 100001 | 110 | 1110 | 100111000 | 110010 | 1001000 |
Color Harmonies of #DB93CD
Complementary color
Monochromatic Colors of #DB93CD
Black with #DB93CD
Text Example
Text Example
White with #DB93CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB93CD; }
p { color: rgb(219,147,205); }
H1.HeaderClassName
{
color: #DB93CD;
}
.AnyTagClassName
{
color: #DB93CD;
}
</style>
background-color css
<style>
a { background-color: #DB93CD; }
a { background-color: rgb(219,147,205); }
div.DivClassName
{
background-color: #DB93CD;
}
.BgClassName
{
background-color: #DB93CD;
}
</style>
border-color css
<style>
span { border-color: #DB93CD; }
span { border-color: rgb(219,147,205); }
td.TdClassName
{
border-color: #DB93CD;
}
.TagClassName
{
border-color: #DB93CD;
}
</style>