Shades of Plum #DB90ED
Tints of Plum #DB90ED
RGB
CMYK
RGB Variations
Color information
#DB90ED (or 0xDB90ED) is known color: Plum. HEX triplet: DB, 90 and ED. RGB value is (219,144,237). Sum of RGB (Red+Green+Blue) = 219+144+237=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 144 (56.64% from 255 or 24% from 600); Blue value is 237 (92.97% from 255 or 39.5% from 600); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB90ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB90ED is #246F12. Grayscale: #B0B0B0. Windows color (decimal): -2387731 or 15569115. OLE color: 15569115.
HSL color Cylindrical-coordinate representation of color #DB90ED: hue angle of 288.39º degrees, saturation: 0.72, 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 #DB90ED is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 144 | 237 | - |
CMYK | 0.08 | 0.39 | 0 | 0.07 |
HSL | 288.39º | 0.72% | 0.75% | - |
HSV(B) | 288.39º | 0.39% | 0.93% | - |
XYZ | 54.47 | 41.12 | 85.19 | - |
YUV | 177.03 | 161.85 | 157.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 144 | 237 | 0.08 | 0.39 | 0 | 0.07 | 288.39 | 0.72 | 0.75 |
Hex | DB | 90 | ED | 8 | 27 | 0 | 7 | 120 | 48 | 4B |
Octal | 333 | 220 | 355 | 10 | 47 | 0 | 7 | 440 | 110 | 113 |
Binary | 11011011 | 10010000 | 11101101 | 1000 | 100111 | 0 | 111 | 100100000 | 1001000 | 1001011 |
Color Harmonies of #DB90ED
Complementary color
Monochromatic Colors of #DB90ED
Black with #DB90ED
Text Example
Text Example
White with #DB90ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB90ED; }
p { color: rgb(219,144,237); }
H1.HeaderClassName
{
color: #DB90ED;
}
.AnyTagClassName
{
color: #DB90ED;
}
</style>
background-color css
<style>
a { background-color: #DB90ED; }
a { background-color: rgb(219,144,237); }
div.DivClassName
{
background-color: #DB90ED;
}
.BgClassName
{
background-color: #DB90ED;
}
</style>
border-color css
<style>
span { border-color: #DB90ED; }
span { border-color: rgb(219,144,237); }
td.TdClassName
{
border-color: #DB90ED;
}
.TagClassName
{
border-color: #DB90ED;
}
</style>