Shades of Heliotrope #DB80F9
Tints of Heliotrope #DB80F9
RGB
CMYK
RGB Variations
Color information
#DB80F9 (or 0xDB80F9) is known color: Heliotrope. HEX triplet: DB, 80 and F9. RGB value is (219,128,249). Sum of RGB (Red+Green+Blue) = 219+128+249=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 128 (50.39% from 255 or 21.48% from 596); Blue value is 249 (97.66% from 255 or 41.78% from 596); Max value from RGB is 249 - color contains mainly: blue. Hex color #DB80F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB80F9 is #247F06. Grayscale: #A8A8A8. Windows color (decimal): -2391815 or 16351451. OLE color: 16351451.
HSL color Cylindrical-coordinate representation of color #DB80F9: hue angle of 285.12º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB80F9 is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 128 | 249 | - |
| CMYK | 0.12 | 0.49 | 0 | 0.02 |
| HSL | 285.12º | 0.91% | 0.74% | - |
| HSV(B) | 285.12º | 0.49% | 0.98% | - |
| XYZ | 54.03 | 37.34 | 93.98 | - |
| YUV | 169 | 173.15 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 249 | 0.12 | 0.49 | 0 | 0.02 | 285.12 | 0.91 | 0.74 |
| Hex | DB | 80 | F9 | C | 31 | 0 | 2 | 11D | 5B | 4A |
| Octal | 333 | 200 | 371 | 14 | 61 | 0 | 2 | 435 | 133 | 112 |
| Binary | 11011011 | 10000000 | 11111001 | 1100 | 110001 | 0 | 10 | 100011101 | 1011011 | 1001010 |
Color Harmonies of #DB80F9
Complementary color
Monochromatic Colors of #DB80F9
Black with #DB80F9
Text Example
Text Example
White with #DB80F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB80F9; }
p { color: rgb(219,128,249); }
H1.HeaderClassName
{
color: #DB80F9;
}
.AnyTagClassName
{
color: #DB80F9;
}
</style>
background-color css
<style>
a { background-color: #DB80F9; }
a { background-color: rgb(219,128,249); }
div.DivClassName
{
background-color: #DB80F9;
}
.BgClassName
{
background-color: #DB80F9;
}
</style>
border-color css
<style>
span { border-color: #DB80F9; }
span { border-color: rgb(219,128,249); }
td.TdClassName
{
border-color: #DB80F9;
}
.TagClassName
{
border-color: #DB80F9;
}
</style>