Shades of Heliotrope #DB80FB
Tints of Heliotrope #DB80FB
RGB
CMYK
RGB Variations
Color information
#DB80FB (or 0xDB80FB) is known color: Heliotrope. HEX triplet: DB, 80 and FB. RGB value is (219,128,251). Sum of RGB (Red+Green+Blue) = 219+128+251=598 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.62% from 598); Green value is 128 (50.39% from 255 or 21.40% from 598); Blue value is 251 (98.44% from 255 or 41.97% from 598); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB80FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB80FB is #247F04. Grayscale: #A8A8A8. Windows color (decimal): -2391813 or 16482523. OLE color: 16482523.
HSL color Cylindrical-coordinate representation of color #DB80FB: hue angle of 284.39º degrees, saturation: 0.94, 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 #DB80FB is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 128 | 251 | - |
| CMYK | 0.13 | 0.49 | 0 | 0.02 |
| HSL | 284.39º | 0.94% | 0.74% | - |
| HSV(B) | 284.39º | 0.49% | 0.98% | - |
| XYZ | 54.35 | 37.46 | 95.63 | - |
| YUV | 169.23 | 174.15 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 251 | 0.13 | 0.49 | 0 | 0.02 | 284.39 | 0.94 | 0.74 |
| Hex | DB | 80 | FB | D | 31 | 0 | 2 | 11C | 5E | 4A |
| Octal | 333 | 200 | 373 | 15 | 61 | 0 | 2 | 434 | 136 | 112 |
| Binary | 11011011 | 10000000 | 11111011 | 1101 | 110001 | 0 | 10 | 100011100 | 1011110 | 1001010 |
Color Harmonies of #DB80FB
Complementary color
Monochromatic Colors of #DB80FB
Black with #DB80FB
Text Example
Text Example
White with #DB80FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB80FB; }
p { color: rgb(219,128,251); }
H1.HeaderClassName
{
color: #DB80FB;
}
.AnyTagClassName
{
color: #DB80FB;
}
</style>
background-color css
<style>
a { background-color: #DB80FB; }
a { background-color: rgb(219,128,251); }
div.DivClassName
{
background-color: #DB80FB;
}
.BgClassName
{
background-color: #DB80FB;
}
</style>
border-color css
<style>
span { border-color: #DB80FB; }
span { border-color: rgb(219,128,251); }
td.TdClassName
{
border-color: #DB80FB;
}
.TagClassName
{
border-color: #DB80FB;
}
</style>