Shades of Plum #DB90D5
Tints of Plum #DB90D5
RGB
CMYK
RGB Variations
Color information
#DB90D5 (or 0xDB90D5) is known color: Plum. HEX triplet: DB, 90 and D5. RGB value is (219,144,213). Sum of RGB (Red+Green+Blue) = 219+144+213=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 144 (56.64% from 255 or 25% from 576); Blue value is 213 (83.59% from 255 or 36.98% from 576); Max value from RGB is 219 - color contains mainly: red. Hex color #DB90D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB90D5 is #246F2A. Grayscale: #AEAEAE. Windows color (decimal): -2387755 or 13996251. OLE color: 13996251.
HSL color Cylindrical-coordinate representation of color #DB90D5: hue angle of 304.8º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DB90D5 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 213 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.14 |
| HSL | 304.8º | 0.51% | 0.71% | - |
| HSV(B) | 304.8º | 0.34% | 0.86% | - |
| XYZ | 51.2 | 39.81 | 67.94 | - |
| YUV | 174.29 | 149.85 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 213 | 0 | 0.34 | 0.03 | 0.14 | 304.8 | 0.51 | 0.71 |
| Hex | DB | 90 | D5 | 0 | 22 | 3 | E | 131 | 33 | 47 |
| Octal | 333 | 220 | 325 | 0 | 42 | 3 | 16 | 461 | 63 | 107 |
| Binary | 11011011 | 10010000 | 11010101 | 0 | 100010 | 11 | 1110 | 100110001 | 110011 | 1000111 |
Color Harmonies of #DB90D5
Complementary color
Monochromatic Colors of #DB90D5
Black with #DB90D5
Text Example
Text Example
White with #DB90D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB90D5; }
p { color: rgb(219,144,213); }
H1.HeaderClassName
{
color: #DB90D5;
}
.AnyTagClassName
{
color: #DB90D5;
}
</style>
background-color css
<style>
a { background-color: #DB90D5; }
a { background-color: rgb(219,144,213); }
div.DivClassName
{
background-color: #DB90D5;
}
.BgClassName
{
background-color: #DB90D5;
}
</style>
border-color css
<style>
span { border-color: #DB90D5; }
span { border-color: rgb(219,144,213); }
td.TdClassName
{
border-color: #DB90D5;
}
.TagClassName
{
border-color: #DB90D5;
}
</style>