Shades of Plum #DB90D4
Tints of Plum #DB90D4
RGB
CMYK
RGB Variations
Color information
#DB90D4 (or 0xDB90D4) is known color: Plum. HEX triplet: DB, 90 and D4. RGB value is (219,144,212). Sum of RGB (Red+Green+Blue) = 219+144+212=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 144 (56.64% from 255 or 25.04% from 575); Blue value is 212 (83.20% from 255 or 36.87% from 575); Max value from RGB is 219 - color contains mainly: red. Hex color #DB90D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB90D4 is #246F2B. Grayscale: #ADADAD. Windows color (decimal): -2387756 or 13930715. OLE color: 13930715.
HSL color Cylindrical-coordinate representation of color #DB90D4: hue angle of 305.6º 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 #DB90D4 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 212 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.14 |
| HSL | 305.6º | 0.51% | 0.71% | - |
| HSV(B) | 305.6º | 0.34% | 0.86% | - |
| XYZ | 51.07 | 39.76 | 67.27 | - |
| YUV | 174.18 | 149.35 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 212 | 0 | 0.34 | 0.03 | 0.14 | 305.6 | 0.51 | 0.71 |
| Hex | DB | 90 | D4 | 0 | 22 | 3 | E | 132 | 33 | 47 |
| Octal | 333 | 220 | 324 | 0 | 42 | 3 | 16 | 462 | 63 | 107 |
| Binary | 11011011 | 10010000 | 11010100 | 0 | 100010 | 11 | 1110 | 100110010 | 110011 | 1000111 |
Color Harmonies of #DB90D4
Complementary color
Monochromatic Colors of #DB90D4
Black with #DB90D4
Text Example
Text Example
White with #DB90D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB90D4; }
p { color: rgb(219,144,212); }
H1.HeaderClassName
{
color: #DB90D4;
}
.AnyTagClassName
{
color: #DB90D4;
}
</style>
background-color css
<style>
a { background-color: #DB90D4; }
a { background-color: rgb(219,144,212); }
div.DivClassName
{
background-color: #DB90D4;
}
.BgClassName
{
background-color: #DB90D4;
}
</style>
border-color css
<style>
span { border-color: #DB90D4; }
span { border-color: rgb(219,144,212); }
td.TdClassName
{
border-color: #DB90D4;
}
.TagClassName
{
border-color: #DB90D4;
}
</style>