Shades of Heliotrope #DB78FC
Tints of Heliotrope #DB78FC
RGB
CMYK
RGB Variations
Color information
#DB78FC (or 0xDB78FC) is known color: Heliotrope. HEX triplet: DB, 78 and FC. RGB value is (219,120,252). Sum of RGB (Red+Green+Blue) = 219+120+252=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 120 (47.27% from 255 or 20.30% from 591); Blue value is 252 (98.83% from 255 or 42.64% from 591); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB78FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB78FC is #248703. Grayscale: #A4A4A4. Windows color (decimal): -2393860 or 16546011. OLE color: 16546011.
HSL color Cylindrical-coordinate representation of color #DB78FC: hue angle of 285º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB78FC is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 120 | 252 | - |
| CMYK | 0.13 | 0.52 | 0 | 0.01 |
| HSL | 285º | 0.96% | 0.73% | - |
| HSV(B) | 285º | 0.52% | 0.99% | - |
| XYZ | 53.5 | 35.52 | 96.13 | - |
| YUV | 164.65 | 177.3 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 120 | 252 | 0.13 | 0.52 | 0 | 0.01 | 285 | 0.96 | 0.73 |
| Hex | DB | 78 | FC | D | 34 | 0 | 1 | 11D | 60 | 49 |
| Octal | 333 | 170 | 374 | 15 | 64 | 0 | 1 | 435 | 140 | 111 |
| Binary | 11011011 | 1111000 | 11111100 | 1101 | 110100 | 0 | 1 | 100011101 | 1100000 | 1001001 |
Color Harmonies of #DB78FC
Complementary color
Monochromatic Colors of #DB78FC
Black with #DB78FC
Text Example
Text Example
White with #DB78FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB78FC; }
p { color: rgb(219,120,252); }
H1.HeaderClassName
{
color: #DB78FC;
}
.AnyTagClassName
{
color: #DB78FC;
}
</style>
background-color css
<style>
a { background-color: #DB78FC; }
a { background-color: rgb(219,120,252); }
div.DivClassName
{
background-color: #DB78FC;
}
.BgClassName
{
background-color: #DB78FC;
}
</style>
border-color css
<style>
span { border-color: #DB78FC; }
span { border-color: rgb(219,120,252); }
td.TdClassName
{
border-color: #DB78FC;
}
.TagClassName
{
border-color: #DB78FC;
}
</style>