Shades of Plum #DB90EE
Tints of Plum #DB90EE
RGB
CMYK
RGB Variations
Color information
#DB90EE (or 0xDB90EE) is known color: Plum. HEX triplet: DB, 90 and EE. RGB value is (219,144,238). Sum of RGB (Red+Green+Blue) = 219+144+238=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 144 (56.64% from 255 or 23.96% from 601); Blue value is 238 (93.36% from 255 or 39.60% from 601); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB90EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB90EE is #246F11. Grayscale: #B0B0B0. Windows color (decimal): -2387730 or 15634651. OLE color: 15634651.
HSL color Cylindrical-coordinate representation of color #DB90EE: hue angle of 287.87º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB90EE is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 144 | 238 | - |
| CMYK | 0.08 | 0.39 | 0 | 0.07 |
| HSL | 287.87º | 0.73% | 0.75% | - |
| HSV(B) | 287.87º | 0.39% | 0.93% | - |
| XYZ | 54.62 | 41.18 | 85.96 | - |
| YUV | 177.14 | 162.35 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 238 | 0.08 | 0.39 | 0 | 0.07 | 287.87 | 0.73 | 0.75 |
| Hex | DB | 90 | EE | 8 | 27 | 0 | 7 | 120 | 49 | 4B |
| Octal | 333 | 220 | 356 | 10 | 47 | 0 | 7 | 440 | 111 | 113 |
| Binary | 11011011 | 10010000 | 11101110 | 1000 | 100111 | 0 | 111 | 100100000 | 1001001 | 1001011 |
Color Harmonies of #DB90EE
Complementary color
Monochromatic Colors of #DB90EE
Black with #DB90EE
Text Example
Text Example
White with #DB90EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB90EE; }
p { color: rgb(219,144,238); }
H1.HeaderClassName
{
color: #DB90EE;
}
.AnyTagClassName
{
color: #DB90EE;
}
</style>
background-color css
<style>
a { background-color: #DB90EE; }
a { background-color: rgb(219,144,238); }
div.DivClassName
{
background-color: #DB90EE;
}
.BgClassName
{
background-color: #DB90EE;
}
</style>
border-color css
<style>
span { border-color: #DB90EE; }
span { border-color: rgb(219,144,238); }
td.TdClassName
{
border-color: #DB90EE;
}
.TagClassName
{
border-color: #DB90EE;
}
</style>