Shades of Plum #DB90D7
Tints of Plum #DB90D7
RGB
CMYK
RGB Variations
Color information
#DB90D7 (or 0xDB90D7) is known color: Plum. HEX triplet: DB, 90 and D7. RGB value is (219,144,215). Sum of RGB (Red+Green+Blue) = 219+144+215=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 144 (56.64% from 255 or 24.91% from 578); Blue value is 215 (84.38% from 255 or 37.20% from 578); Max value from RGB is 219 - color contains mainly: red. Hex color #DB90D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB90D7 is #246F28. Grayscale: #AEAEAE. Windows color (decimal): -2387753 or 14127323. OLE color: 14127323.
HSL color Cylindrical-coordinate representation of color #DB90D7: hue angle of 303.2º 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 #DB90D7 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 215 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.14 |
| HSL | 303.2º | 0.51% | 0.71% | - |
| HSV(B) | 303.2º | 0.34% | 0.86% | - |
| XYZ | 51.45 | 39.91 | 69.28 | - |
| YUV | 174.52 | 150.85 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 215 | 0 | 0.34 | 0.02 | 0.14 | 303.2 | 0.51 | 0.71 |
| Hex | DB | 90 | D7 | 0 | 22 | 2 | E | 12F | 33 | 47 |
| Octal | 333 | 220 | 327 | 0 | 42 | 2 | 16 | 457 | 63 | 107 |
| Binary | 11011011 | 10010000 | 11010111 | 0 | 100010 | 10 | 1110 | 100101111 | 110011 | 1000111 |
Color Harmonies of #DB90D7
Complementary color
Monochromatic Colors of #DB90D7
Black with #DB90D7
Text Example
Text Example
White with #DB90D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB90D7; }
p { color: rgb(219,144,215); }
H1.HeaderClassName
{
color: #DB90D7;
}
.AnyTagClassName
{
color: #DB90D7;
}
</style>
background-color css
<style>
a { background-color: #DB90D7; }
a { background-color: rgb(219,144,215); }
div.DivClassName
{
background-color: #DB90D7;
}
.BgClassName
{
background-color: #DB90D7;
}
</style>
border-color css
<style>
span { border-color: #DB90D7; }
span { border-color: rgb(219,144,215); }
td.TdClassName
{
border-color: #DB90D7;
}
.TagClassName
{
border-color: #DB90D7;
}
</style>