Shades of Heliotrope #DB80F0
Tints of Heliotrope #DB80F0
RGB
CMYK
RGB Variations
Color information
#DB80F0 (or 0xDB80F0) is known color: Heliotrope. HEX triplet: DB, 80 and F0. RGB value is (219,128,240). Sum of RGB (Red+Green+Blue) = 219+128+240=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 128 (50.39% from 255 or 21.81% from 587); Blue value is 240 (94.14% from 255 or 40.89% from 587); Max value from RGB is 240 - color contains mainly: blue. Hex color #DB80F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB80F0 is #247F0F. Grayscale: #A7A7A7. Windows color (decimal): -2391824 or 15761627. OLE color: 15761627.
HSL color Cylindrical-coordinate representation of color #DB80F0: hue angle of 288.75º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB80F0 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 128 | 240 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.06 |
| HSL | 288.75º | 0.79% | 0.72% | - |
| HSV(B) | 288.75º | 0.47% | 0.94% | - |
| XYZ | 52.66 | 36.79 | 86.76 | - |
| YUV | 167.98 | 168.65 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 240 | 0.09 | 0.47 | 0 | 0.06 | 288.75 | 0.79 | 0.72 |
| Hex | DB | 80 | F0 | 9 | 2F | 0 | 6 | 121 | 4F | 48 |
| Octal | 333 | 200 | 360 | 11 | 57 | 0 | 6 | 441 | 117 | 110 |
| Binary | 11011011 | 10000000 | 11110000 | 1001 | 101111 | 0 | 110 | 100100001 | 1001111 | 1001000 |
Color Harmonies of #DB80F0
Complementary color
Monochromatic Colors of #DB80F0
Black with #DB80F0
Text Example
Text Example
White with #DB80F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB80F0; }
p { color: rgb(219,128,240); }
H1.HeaderClassName
{
color: #DB80F0;
}
.AnyTagClassName
{
color: #DB80F0;
}
</style>
background-color css
<style>
a { background-color: #DB80F0; }
a { background-color: rgb(219,128,240); }
div.DivClassName
{
background-color: #DB80F0;
}
.BgClassName
{
background-color: #DB80F0;
}
</style>
border-color css
<style>
span { border-color: #DB80F0; }
span { border-color: rgb(219,128,240); }
td.TdClassName
{
border-color: #DB80F0;
}
.TagClassName
{
border-color: #DB80F0;
}
</style>