Shades of Violet #DB90F0
Tints of Violet #DB90F0
RGB
CMYK
RGB Variations
Color information
#DB90F0 (or 0xDB90F0) is known color: Violet. HEX triplet: DB, 90 and F0. RGB value is (219,144,240). Sum of RGB (Red+Green+Blue) = 219+144+240=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 144 (56.64% from 255 or 23.88% from 603); Blue value is 240 (94.14% from 255 or 39.80% from 603); Max value from RGB is 240 - color contains mainly: blue. Hex color #DB90F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB90F0 is #246F0F. Grayscale: #B1B1B1. Windows color (decimal): -2387728 or 15765723. OLE color: 15765723.
HSL color Cylindrical-coordinate representation of color #DB90F0: hue angle of 286.88º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB90F0 is Cyan = 0.09, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 144 | 240 | - |
| CMYK | 0.09 | 0.4 | 0 | 0.06 |
| HSL | 286.88º | 0.76% | 0.75% | - |
| HSV(B) | 286.88º | 0.4% | 0.94% | - |
| XYZ | 54.91 | 41.3 | 87.52 | - |
| YUV | 177.37 | 163.35 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 240 | 0.09 | 0.4 | 0 | 0.06 | 286.88 | 0.76 | 0.75 |
| Hex | DB | 90 | F0 | 9 | 28 | 0 | 6 | 11F | 4C | 4B |
| Octal | 333 | 220 | 360 | 11 | 50 | 0 | 6 | 437 | 114 | 113 |
| Binary | 11011011 | 10010000 | 11110000 | 1001 | 101000 | 0 | 110 | 100011111 | 1001100 | 1001011 |
Color Harmonies of #DB90F0
Complementary color
Monochromatic Colors of #DB90F0
Black with #DB90F0
Text Example
Text Example
White with #DB90F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB90F0; }
p { color: rgb(219,144,240); }
H1.HeaderClassName
{
color: #DB90F0;
}
.AnyTagClassName
{
color: #DB90F0;
}
</style>
background-color css
<style>
a { background-color: #DB90F0; }
a { background-color: rgb(219,144,240); }
div.DivClassName
{
background-color: #DB90F0;
}
.BgClassName
{
background-color: #DB90F0;
}
</style>
border-color css
<style>
span { border-color: #DB90F0; }
span { border-color: rgb(219,144,240); }
td.TdClassName
{
border-color: #DB90F0;
}
.TagClassName
{
border-color: #DB90F0;
}
</style>