Shades of Heliotrope #DB78FF
Tints of Heliotrope #DB78FF
RGB
CMYK
RGB Variations
Color information
#DB78FF (or 0xDB78FF) is known color: Heliotrope. HEX triplet: DB, 78 and FF. RGB value is (219,120,255). Sum of RGB (Red+Green+Blue) = 219+120+255=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 120 (47.27% from 255 or 20.20% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB78FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB78FF is #248700. Grayscale: #A4A4A4. Windows color (decimal): -2393857 or 16742619. OLE color: 16742619.
HSL color Cylindrical-coordinate representation of color #DB78FF: hue angle of 284º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB78FF is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 120 | 255 | - |
| CMYK | 0.14 | 0.53 | 0 | 0 |
| HSL | 284º | 1% | 0.74% | - |
| HSV(B) | 284º | 0.53% | 1% | - |
| XYZ | 53.98 | 35.71 | 98.66 | - |
| YUV | 164.99 | 178.8 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 120 | 255 | 0.14 | 0.53 | 0 | 0 | 284 | 1 | 0.74 |
| Hex | DB | 78 | FF | E | 35 | 0 | 0 | 11C | 64 | 4A |
| Octal | 333 | 170 | 377 | 16 | 65 | 0 | 0 | 434 | 144 | 112 |
| Binary | 11011011 | 1111000 | 11111111 | 1110 | 110101 | 0 | 0 | 100011100 | 1100100 | 1001010 |
Color Harmonies of #DB78FF
Complementary color
Monochromatic Colors of #DB78FF
Black with #DB78FF
Text Example
Text Example
White with #DB78FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB78FF; }
p { color: rgb(219,120,255); }
H1.HeaderClassName
{
color: #DB78FF;
}
.AnyTagClassName
{
color: #DB78FF;
}
</style>
background-color css
<style>
a { background-color: #DB78FF; }
a { background-color: rgb(219,120,255); }
div.DivClassName
{
background-color: #DB78FF;
}
.BgClassName
{
background-color: #DB78FF;
}
</style>
border-color css
<style>
span { border-color: #DB78FF; }
span { border-color: rgb(219,120,255); }
td.TdClassName
{
border-color: #DB78FF;
}
.TagClassName
{
border-color: #DB78FF;
}
</style>