Shades of Heliotrope #DB90FF
Tints of Heliotrope #DB90FF
RGB
CMYK
RGB Variations
Color information
#DB90FF (or 0xDB90FF) is known color: Heliotrope. HEX triplet: DB, 90 and FF. RGB value is (219,144,255). Sum of RGB (Red+Green+Blue) = 219+144+255=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 144 (56.64% from 255 or 23.30% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB90FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB90FF is #246F00. Grayscale: #B2B2B2. Windows color (decimal): -2387713 or 16748763. OLE color: 16748763.
HSL color Cylindrical-coordinate representation of color #DB90FF: hue angle of 280.54º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB90FF is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 144 | 255 | - |
| CMYK | 0.14 | 0.44 | 0 | 0 |
| HSL | 280.54º | 1% | 0.78% | - |
| HSV(B) | 280.54º | 0.44% | 1% | - |
| XYZ | 57.24 | 42.23 | 99.74 | - |
| YUV | 179.08 | 170.85 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 255 | 0.14 | 0.44 | 0 | 0 | 280.54 | 1 | 0.78 |
| Hex | DB | 90 | FF | E | 2C | 0 | 0 | 119 | 64 | 4E |
| Octal | 333 | 220 | 377 | 16 | 54 | 0 | 0 | 431 | 144 | 116 |
| Binary | 11011011 | 10010000 | 11111111 | 1110 | 101100 | 0 | 0 | 100011001 | 1100100 | 1001110 |
Color Harmonies of #DB90FF
Complementary color
Monochromatic Colors of #DB90FF
Black with #DB90FF
Text Example
Text Example
White with #DB90FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB90FF; }
p { color: rgb(219,144,255); }
H1.HeaderClassName
{
color: #DB90FF;
}
.AnyTagClassName
{
color: #DB90FF;
}
</style>
background-color css
<style>
a { background-color: #DB90FF; }
a { background-color: rgb(219,144,255); }
div.DivClassName
{
background-color: #DB90FF;
}
.BgClassName
{
background-color: #DB90FF;
}
</style>
border-color css
<style>
span { border-color: #DB90FF; }
span { border-color: rgb(219,144,255); }
td.TdClassName
{
border-color: #DB90FF;
}
.TagClassName
{
border-color: #DB90FF;
}
</style>