Shades of Heliotrope #DB55FA
Tints of Heliotrope #DB55FA
RGB
CMYK
RGB Variations
Color information
#DB55FA (or 0xDB55FA) is known color: Heliotrope. HEX triplet: DB, 55 and FA. RGB value is (219,85,250). Sum of RGB (Red+Green+Blue) = 219+85+250=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 85 (33.59% from 255 or 15.34% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB55FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB55FA is #24AA05. Grayscale: #8F8F8F. Windows color (decimal): -2402822 or 16405979. OLE color: 16405979.
HSL color Cylindrical-coordinate representation of color #DB55FA: hue angle of 288.73º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB55FA is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 85 | 250 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.02 |
| HSL | 288.73º | 0.94% | 0.66% | - |
| HSV(B) | 288.73º | 0.66% | 0.98% | - |
| XYZ | 49.72 | 28.46 | 93.32 | - |
| YUV | 143.88 | 187.89 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 85 | 250 | 0.12 | 0.66 | 0 | 0.02 | 288.73 | 0.94 | 0.66 |
| Hex | DB | 55 | FA | C | 42 | 0 | 2 | 121 | 5E | 42 |
| Octal | 333 | 125 | 372 | 14 | 102 | 0 | 2 | 441 | 136 | 102 |
| Binary | 11011011 | 1010101 | 11111010 | 1100 | 1000010 | 0 | 10 | 100100001 | 1011110 | 1000010 |
Color Harmonies of #DB55FA
Complementary color
Monochromatic Colors of #DB55FA
Black with #DB55FA
Text Example
Text Example
White with #DB55FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB55FA; }
p { color: rgb(219,85,250); }
H1.HeaderClassName
{
color: #DB55FA;
}
.AnyTagClassName
{
color: #DB55FA;
}
</style>
background-color css
<style>
a { background-color: #DB55FA; }
a { background-color: rgb(219,85,250); }
div.DivClassName
{
background-color: #DB55FA;
}
.BgClassName
{
background-color: #DB55FA;
}
</style>
border-color css
<style>
span { border-color: #DB55FA; }
span { border-color: rgb(219,85,250); }
td.TdClassName
{
border-color: #DB55FA;
}
.TagClassName
{
border-color: #DB55FA;
}
</style>