Shades of Plum #DB90DD
Tints of Plum #DB90DD
RGB
CMYK
RGB Variations
Color information
#DB90DD (or 0xDB90DD) is known color: Plum. HEX triplet: DB, 90 and DD. RGB value is (219,144,221). Sum of RGB (Red+Green+Blue) = 219+144+221=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 144 (56.64% from 255 or 24.66% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB90DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB90DD is #246F22. Grayscale: #AEAEAE. Windows color (decimal): -2387747 or 14520539. OLE color: 14520539.
HSL color Cylindrical-coordinate representation of color #DB90DD: hue angle of 298.44º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DB90DD is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 144 | 221 | - |
| CMYK | 0.01 | 0.35 | 0 | 0.13 |
| HSL | 298.44º | 0.53% | 0.72% | - |
| HSV(B) | 298.44º | 0.35% | 0.87% | - |
| XYZ | 52.24 | 40.23 | 73.42 | - |
| YUV | 175.2 | 153.85 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 221 | 0.01 | 0.35 | 0 | 0.13 | 298.44 | 0.53 | 0.72 |
| Hex | DB | 90 | DD | 1 | 23 | 0 | D | 12A | 35 | 48 |
| Octal | 333 | 220 | 335 | 1 | 43 | 0 | 15 | 452 | 65 | 110 |
| Binary | 11011011 | 10010000 | 11011101 | 1 | 100011 | 0 | 1101 | 100101010 | 110101 | 1001000 |
Color Harmonies of #DB90DD
Complementary color
Monochromatic Colors of #DB90DD
Black with #DB90DD
Text Example
Text Example
White with #DB90DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB90DD; }
p { color: rgb(219,144,221); }
H1.HeaderClassName
{
color: #DB90DD;
}
.AnyTagClassName
{
color: #DB90DD;
}
</style>
background-color css
<style>
a { background-color: #DB90DD; }
a { background-color: rgb(219,144,221); }
div.DivClassName
{
background-color: #DB90DD;
}
.BgClassName
{
background-color: #DB90DD;
}
</style>
border-color css
<style>
span { border-color: #DB90DD; }
span { border-color: rgb(219,144,221); }
td.TdClassName
{
border-color: #DB90DD;
}
.TagClassName
{
border-color: #DB90DD;
}
</style>