Shades of Heliotrope #DB78FA
Tints of Heliotrope #DB78FA
RGB
CMYK
RGB Variations
Color information
#DB78FA (or 0xDB78FA) is known color: Heliotrope. HEX triplet: DB, 78 and FA. RGB value is (219,120,250). Sum of RGB (Red+Green+Blue) = 219+120+250=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 120 (47.27% from 255 or 20.37% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB78FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB78FA is #248705. Grayscale: #A4A4A4. Windows color (decimal): -2393862 or 16414939. OLE color: 16414939.
HSL color Cylindrical-coordinate representation of color #DB78FA: hue angle of 285.69º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB78FA is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 120 | 250 | - |
| CMYK | 0.12 | 0.52 | 0 | 0.02 |
| HSL | 285.69º | 0.93% | 0.73% | - |
| HSV(B) | 285.69º | 0.52% | 0.98% | - |
| XYZ | 53.19 | 35.4 | 94.47 | - |
| YUV | 164.42 | 176.3 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 120 | 250 | 0.12 | 0.52 | 0 | 0.02 | 285.69 | 0.93 | 0.73 |
| Hex | DB | 78 | FA | C | 34 | 0 | 2 | 11E | 5D | 49 |
| Octal | 333 | 170 | 372 | 14 | 64 | 0 | 2 | 436 | 135 | 111 |
| Binary | 11011011 | 1111000 | 11111010 | 1100 | 110100 | 0 | 10 | 100011110 | 1011101 | 1001001 |
Color Harmonies of #DB78FA
Complementary color
Monochromatic Colors of #DB78FA
Black with #DB78FA
Text Example
Text Example
White with #DB78FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB78FA; }
p { color: rgb(219,120,250); }
H1.HeaderClassName
{
color: #DB78FA;
}
.AnyTagClassName
{
color: #DB78FA;
}
</style>
background-color css
<style>
a { background-color: #DB78FA; }
a { background-color: rgb(219,120,250); }
div.DivClassName
{
background-color: #DB78FA;
}
.BgClassName
{
background-color: #DB78FA;
}
</style>
border-color css
<style>
span { border-color: #DB78FA; }
span { border-color: rgb(219,120,250); }
td.TdClassName
{
border-color: #DB78FA;
}
.TagClassName
{
border-color: #DB78FA;
}
</style>