Shades of Plum #DB90DA
Tints of Plum #DB90DA
RGB
CMYK
RGB Variations
Color information
#DB90DA (or 0xDB90DA) is known color: Plum. HEX triplet: DB, 90 and DA. RGB value is (219,144,218). Sum of RGB (Red+Green+Blue) = 219+144+218=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 144 (56.64% from 255 or 24.78% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 219 - color contains mainly: red. Hex color #DB90DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB90DA is #246F25. Grayscale: #AEAEAE. Windows color (decimal): -2387750 or 14323931. OLE color: 14323931.
HSL color Cylindrical-coordinate representation of color #DB90DA: hue angle of 300.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 #DB90DA is Cyan = 0, Magento = 0.34, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 218 | - |
| CMYK | 0 | 0.34 | 0.00 | 0.14 |
| HSL | 300.8º | 0.51% | 0.71% | - |
| HSV(B) | 300.8º | 0.34% | 0.86% | - |
| XYZ | 51.84 | 40.07 | 71.33 | - |
| YUV | 174.86 | 152.35 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 218 | 0 | 0.34 | 0.00 | 0.14 | 300.8 | 0.51 | 0.71 |
| Hex | DB | 90 | DA | 0 | 22 | 0 | E | 12D | 33 | 47 |
| Octal | 333 | 220 | 332 | 0 | 42 | 0 | 16 | 455 | 63 | 107 |
| Binary | 11011011 | 10010000 | 11011010 | 0 | 100010 | 0 | 1110 | 100101101 | 110011 | 1000111 |
Color Harmonies of #DB90DA
Complementary color
Monochromatic Colors of #DB90DA
Black with #DB90DA
Text Example
Text Example
White with #DB90DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB90DA; }
p { color: rgb(219,144,218); }
H1.HeaderClassName
{
color: #DB90DA;
}
.AnyTagClassName
{
color: #DB90DA;
}
</style>
background-color css
<style>
a { background-color: #DB90DA; }
a { background-color: rgb(219,144,218); }
div.DivClassName
{
background-color: #DB90DA;
}
.BgClassName
{
background-color: #DB90DA;
}
</style>
border-color css
<style>
span { border-color: #DB90DA; }
span { border-color: rgb(219,144,218); }
td.TdClassName
{
border-color: #DB90DA;
}
.TagClassName
{
border-color: #DB90DA;
}
</style>