Shades of Heliotrope #DB80F4
Tints of Heliotrope #DB80F4
RGB
CMYK
RGB Variations
Color information
#DB80F4 (or 0xDB80F4) is known color: Heliotrope. HEX triplet: DB, 80 and F4. RGB value is (219,128,244). Sum of RGB (Red+Green+Blue) = 219+128+244=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 128 (50.39% from 255 or 21.66% from 591); Blue value is 244 (95.70% from 255 or 41.29% from 591); Max value from RGB is 244 - color contains mainly: blue. Hex color #DB80F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB80F4 is #247F0B. Grayscale: #A8A8A8. Windows color (decimal): -2391820 or 16023771. OLE color: 16023771.
HSL color Cylindrical-coordinate representation of color #DB80F4: hue angle of 287.07º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB80F4 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 128 | 244 | - |
| CMYK | 0.10 | 0.48 | 0 | 0.04 |
| HSL | 287.07º | 0.84% | 0.73% | - |
| HSV(B) | 287.07º | 0.48% | 0.96% | - |
| XYZ | 53.26 | 37.03 | 89.93 | - |
| YUV | 168.43 | 170.65 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 244 | 0.10 | 0.48 | 0 | 0.04 | 287.07 | 0.84 | 0.73 |
| Hex | DB | 80 | F4 | A | 30 | 0 | 4 | 11F | 54 | 49 |
| Octal | 333 | 200 | 364 | 12 | 60 | 0 | 4 | 437 | 124 | 111 |
| Binary | 11011011 | 10000000 | 11110100 | 1010 | 110000 | 0 | 100 | 100011111 | 1010100 | 1001001 |
Color Harmonies of #DB80F4
Complementary color
Monochromatic Colors of #DB80F4
Black with #DB80F4
Text Example
Text Example
White with #DB80F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB80F4; }
p { color: rgb(219,128,244); }
H1.HeaderClassName
{
color: #DB80F4;
}
.AnyTagClassName
{
color: #DB80F4;
}
</style>
background-color css
<style>
a { background-color: #DB80F4; }
a { background-color: rgb(219,128,244); }
div.DivClassName
{
background-color: #DB80F4;
}
.BgClassName
{
background-color: #DB80F4;
}
</style>
border-color css
<style>
span { border-color: #DB80F4; }
span { border-color: rgb(219,128,244); }
td.TdClassName
{
border-color: #DB80F4;
}
.TagClassName
{
border-color: #DB80F4;
}
</style>