Shades of Heliotrope #DB80F1
Tints of Heliotrope #DB80F1
RGB
CMYK
RGB Variations
Color information
#DB80F1 (or 0xDB80F1) is known color: Heliotrope. HEX triplet: DB, 80 and F1. RGB value is (219,128,241). Sum of RGB (Red+Green+Blue) = 219+128+241=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 128 (50.39% from 255 or 21.77% from 588); Blue value is 241 (94.53% from 255 or 40.99% from 588); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB80F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB80F1 is #247F0E. Grayscale: #A7A7A7. Windows color (decimal): -2391823 or 15827163. OLE color: 15827163.
HSL color Cylindrical-coordinate representation of color #DB80F1: hue angle of 288.32º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB80F1 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 128 | 241 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.05 |
| HSL | 288.32º | 0.8% | 0.72% | - |
| HSV(B) | 288.32º | 0.47% | 0.95% | - |
| XYZ | 52.81 | 36.85 | 87.55 | - |
| YUV | 168.09 | 169.15 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 241 | 0.09 | 0.47 | 0 | 0.05 | 288.32 | 0.8 | 0.72 |
| Hex | DB | 80 | F1 | 9 | 2F | 0 | 5 | 120 | 50 | 48 |
| Octal | 333 | 200 | 361 | 11 | 57 | 0 | 5 | 440 | 120 | 110 |
| Binary | 11011011 | 10000000 | 11110001 | 1001 | 101111 | 0 | 101 | 100100000 | 1010000 | 1001000 |
Color Harmonies of #DB80F1
Complementary color
Monochromatic Colors of #DB80F1
Black with #DB80F1
Text Example
Text Example
White with #DB80F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB80F1; }
p { color: rgb(219,128,241); }
H1.HeaderClassName
{
color: #DB80F1;
}
.AnyTagClassName
{
color: #DB80F1;
}
</style>
background-color css
<style>
a { background-color: #DB80F1; }
a { background-color: rgb(219,128,241); }
div.DivClassName
{
background-color: #DB80F1;
}
.BgClassName
{
background-color: #DB80F1;
}
</style>
border-color css
<style>
span { border-color: #DB80F1; }
span { border-color: rgb(219,128,241); }
td.TdClassName
{
border-color: #DB80F1;
}
.TagClassName
{
border-color: #DB80F1;
}
</style>