Shades of Plum #DB90E0
Tints of Plum #DB90E0
RGB
CMYK
RGB Variations
Color information
#DB90E0 (or 0xDB90E0) is known color: Plum. HEX triplet: DB, 90 and E0. RGB value is (219,144,224). Sum of RGB (Red+Green+Blue) = 219+144+224=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 144 (56.64% from 255 or 24.53% from 587); Blue value is 224 (87.89% from 255 or 38.16% from 587); Max value from RGB is 224 - color contains mainly: blue. Hex color #DB90E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB90E0 is #246F1F. Grayscale: #AFAFAF. Windows color (decimal): -2387744 or 14717147. OLE color: 14717147.
HSL color Cylindrical-coordinate representation of color #DB90E0: hue angle of 296.25º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB90E0 is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 144 | 224 | - |
| CMYK | 0.02 | 0.36 | 0 | 0.12 |
| HSL | 296.25º | 0.56% | 0.72% | - |
| HSV(B) | 296.25º | 0.36% | 0.88% | - |
| XYZ | 52.64 | 40.39 | 75.54 | - |
| YUV | 175.55 | 155.35 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 224 | 0.02 | 0.36 | 0 | 0.12 | 296.25 | 0.56 | 0.72 |
| Hex | DB | 90 | E0 | 2 | 24 | 0 | C | 128 | 38 | 48 |
| Octal | 333 | 220 | 340 | 2 | 44 | 0 | 14 | 450 | 70 | 110 |
| Binary | 11011011 | 10010000 | 11100000 | 10 | 100100 | 0 | 1100 | 100101000 | 111000 | 1001000 |
Color Harmonies of #DB90E0
Complementary color
Monochromatic Colors of #DB90E0
Black with #DB90E0
Text Example
Text Example
White with #DB90E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB90E0; }
p { color: rgb(219,144,224); }
H1.HeaderClassName
{
color: #DB90E0;
}
.AnyTagClassName
{
color: #DB90E0;
}
</style>
background-color css
<style>
a { background-color: #DB90E0; }
a { background-color: rgb(219,144,224); }
div.DivClassName
{
background-color: #DB90E0;
}
.BgClassName
{
background-color: #DB90E0;
}
</style>
border-color css
<style>
span { border-color: #DB90E0; }
span { border-color: rgb(219,144,224); }
td.TdClassName
{
border-color: #DB90E0;
}
.TagClassName
{
border-color: #DB90E0;
}
</style>