Shades of Heliotrope #DB80FA
Tints of Heliotrope #DB80FA
RGB
CMYK
RGB Variations
Color information
#DB80FA (or 0xDB80FA) is known color: Heliotrope. HEX triplet: DB, 80 and FA. RGB value is (219,128,250). Sum of RGB (Red+Green+Blue) = 219+128+250=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 128 (50.39% from 255 or 21.44% from 597); Blue value is 250 (98.05% from 255 or 41.88% from 597); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB80FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB80FA is #247F05. Grayscale: #A8A8A8. Windows color (decimal): -2391814 or 16416987. OLE color: 16416987.
HSL color Cylindrical-coordinate representation of color #DB80FA: hue angle of 284.75º degrees, saturation: 0.92, 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 #DB80FA is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 128 | 250 | - |
| CMYK | 0.12 | 0.49 | 0 | 0.02 |
| HSL | 284.75º | 0.92% | 0.74% | - |
| HSV(B) | 284.75º | 0.49% | 0.98% | - |
| XYZ | 54.19 | 37.4 | 94.81 | - |
| YUV | 169.12 | 173.65 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 250 | 0.12 | 0.49 | 0 | 0.02 | 284.75 | 0.92 | 0.74 |
| Hex | DB | 80 | FA | C | 31 | 0 | 2 | 11D | 5C | 4A |
| Octal | 333 | 200 | 372 | 14 | 61 | 0 | 2 | 435 | 134 | 112 |
| Binary | 11011011 | 10000000 | 11111010 | 1100 | 110001 | 0 | 10 | 100011101 | 1011100 | 1001010 |
Color Harmonies of #DB80FA
Complementary color
Monochromatic Colors of #DB80FA
Black with #DB80FA
Text Example
Text Example
White with #DB80FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB80FA; }
p { color: rgb(219,128,250); }
H1.HeaderClassName
{
color: #DB80FA;
}
.AnyTagClassName
{
color: #DB80FA;
}
</style>
background-color css
<style>
a { background-color: #DB80FA; }
a { background-color: rgb(219,128,250); }
div.DivClassName
{
background-color: #DB80FA;
}
.BgClassName
{
background-color: #DB80FA;
}
</style>
border-color css
<style>
span { border-color: #DB80FA; }
span { border-color: rgb(219,128,250); }
td.TdClassName
{
border-color: #DB80FA;
}
.TagClassName
{
border-color: #DB80FA;
}
</style>