Shades of Heliotrope #DB80FE
Tints of Heliotrope #DB80FE
RGB
CMYK
RGB Variations
Color information
#DB80FE (or 0xDB80FE) is known color: Heliotrope. HEX triplet: DB, 80 and FE. RGB value is (219,128,254). Sum of RGB (Red+Green+Blue) = 219+128+254=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 128 (50.39% from 255 or 21.30% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB80FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB80FE is #247F01. Grayscale: #A9A9A9. Windows color (decimal): -2391810 or 16679131. OLE color: 16679131.
HSL color Cylindrical-coordinate representation of color #DB80FE: hue angle of 283.33º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB80FE is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 128 | 254 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.00 |
| HSL | 283.33º | 0.98% | 0.75% | - |
| HSV(B) | 283.33º | 0.5% | 1% | - |
| XYZ | 54.82 | 37.65 | 98.14 | - |
| YUV | 169.57 | 175.65 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 254 | 0.14 | 0.50 | 0 | 0.00 | 283.33 | 0.98 | 0.75 |
| Hex | DB | 80 | FE | E | 32 | 0 | 0 | 11B | 62 | 4B |
| Octal | 333 | 200 | 376 | 16 | 62 | 0 | 0 | 433 | 142 | 113 |
| Binary | 11011011 | 10000000 | 11111110 | 1110 | 110010 | 0 | 0 | 100011011 | 1100010 | 1001011 |
Color Harmonies of #DB80FE
Complementary color
Monochromatic Colors of #DB80FE
Black with #DB80FE
Text Example
Text Example
White with #DB80FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB80FE; }
p { color: rgb(219,128,254); }
H1.HeaderClassName
{
color: #DB80FE;
}
.AnyTagClassName
{
color: #DB80FE;
}
</style>
background-color css
<style>
a { background-color: #DB80FE; }
a { background-color: rgb(219,128,254); }
div.DivClassName
{
background-color: #DB80FE;
}
.BgClassName
{
background-color: #DB80FE;
}
</style>
border-color css
<style>
span { border-color: #DB80FE; }
span { border-color: rgb(219,128,254); }
td.TdClassName
{
border-color: #DB80FE;
}
.TagClassName
{
border-color: #DB80FE;
}
</style>