Shades of Heliotrope #DB79FC
Tints of Heliotrope #DB79FC
RGB
CMYK
RGB Variations
Color information
#DB79FC (or 0xDB79FC) is known color: Heliotrope. HEX triplet: DB, 79 and FC. RGB value is (219,121,252). Sum of RGB (Red+Green+Blue) = 219+121+252=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 121 (47.66% from 255 or 20.44% from 592); Blue value is 252 (98.83% from 255 or 42.57% from 592); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB79FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB79FC is #248603. Grayscale: #A4A4A4. Windows color (decimal): -2393604 or 16546267. OLE color: 16546267.
HSL color Cylindrical-coordinate representation of color #DB79FC: hue angle of 284.89º 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 #DB79FC is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 121 | 252 | - |
| CMYK | 0.13 | 0.52 | 0 | 0.01 |
| HSL | 284.89º | 0.96% | 0.73% | - |
| HSV(B) | 284.89º | 0.52% | 0.99% | - |
| XYZ | 53.62 | 35.76 | 96.17 | - |
| YUV | 165.24 | 176.97 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 121 | 252 | 0.13 | 0.52 | 0 | 0.01 | 284.89 | 0.96 | 0.73 |
| Hex | DB | 79 | FC | D | 34 | 0 | 1 | 11D | 60 | 49 |
| Octal | 333 | 171 | 374 | 15 | 64 | 0 | 1 | 435 | 140 | 111 |
| Binary | 11011011 | 1111001 | 11111100 | 1101 | 110100 | 0 | 1 | 100011101 | 1100000 | 1001001 |
Color Harmonies of #DB79FC
Complementary color
Monochromatic Colors of #DB79FC
Black with #DB79FC
Text Example
Text Example
White with #DB79FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB79FC; }
p { color: rgb(219,121,252); }
H1.HeaderClassName
{
color: #DB79FC;
}
.AnyTagClassName
{
color: #DB79FC;
}
</style>
background-color css
<style>
a { background-color: #DB79FC; }
a { background-color: rgb(219,121,252); }
div.DivClassName
{
background-color: #DB79FC;
}
.BgClassName
{
background-color: #DB79FC;
}
</style>
border-color css
<style>
span { border-color: #DB79FC; }
span { border-color: rgb(219,121,252); }
td.TdClassName
{
border-color: #DB79FC;
}
.TagClassName
{
border-color: #DB79FC;
}
</style>