Shades of Heliotrope #DB90F8
Tints of Heliotrope #DB90F8
RGB
CMYK
RGB Variations
Color information
#DB90F8 (or 0xDB90F8) is known color: Heliotrope. HEX triplet: DB, 90 and F8. RGB value is (219,144,248). Sum of RGB (Red+Green+Blue) = 219+144+248=611 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.84% from 611); Green value is 144 (56.64% from 255 or 23.57% from 611); Blue value is 248 (97.27% from 255 or 40.59% from 611); Max value from RGB is 248 - color contains mainly: blue. Hex color #DB90F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB90F8 is #246F07. Grayscale: #B1B1B1. Windows color (decimal): -2387720 or 16290011. OLE color: 16290011.
HSL color Cylindrical-coordinate representation of color #DB90F8: hue angle of 283.27º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB90F8 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 144 | 248 | - |
| CMYK | 0.12 | 0.42 | 0 | 0.03 |
| HSL | 283.27º | 0.88% | 0.77% | - |
| HSV(B) | 283.27º | 0.42% | 0.97% | - |
| XYZ | 56.13 | 41.78 | 93.91 | - |
| YUV | 178.28 | 167.35 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 248 | 0.12 | 0.42 | 0 | 0.03 | 283.27 | 0.88 | 0.77 |
| Hex | DB | 90 | F8 | C | 2A | 0 | 3 | 11B | 58 | 4D |
| Octal | 333 | 220 | 370 | 14 | 52 | 0 | 3 | 433 | 130 | 115 |
| Binary | 11011011 | 10010000 | 11111000 | 1100 | 101010 | 0 | 11 | 100011011 | 1011000 | 1001101 |
Color Harmonies of #DB90F8
Complementary color
Monochromatic Colors of #DB90F8
Black with #DB90F8
Text Example
Text Example
White with #DB90F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB90F8; }
p { color: rgb(219,144,248); }
H1.HeaderClassName
{
color: #DB90F8;
}
.AnyTagClassName
{
color: #DB90F8;
}
</style>
background-color css
<style>
a { background-color: #DB90F8; }
a { background-color: rgb(219,144,248); }
div.DivClassName
{
background-color: #DB90F8;
}
.BgClassName
{
background-color: #DB90F8;
}
</style>
border-color css
<style>
span { border-color: #DB90F8; }
span { border-color: rgb(219,144,248); }
td.TdClassName
{
border-color: #DB90F8;
}
.TagClassName
{
border-color: #DB90F8;
}
</style>