Shades of Heliotrope #DB79F1
Tints of Heliotrope #DB79F1
RGB
CMYK
RGB Variations
Color information
#DB79F1 (or 0xDB79F1) is known color: Heliotrope. HEX triplet: DB, 79 and F1. RGB value is (219,121,241). Sum of RGB (Red+Green+Blue) = 219+121+241=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 121 (47.66% from 255 or 20.83% from 581); Blue value is 241 (94.53% from 255 or 41.48% from 581); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB79F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB79F1 is #24860E. Grayscale: #A3A3A3. Windows color (decimal): -2393615 or 15825371. OLE color: 15825371.
HSL color Cylindrical-coordinate representation of color #DB79F1: hue angle of 289º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB79F1 is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 121 | 241 | - |
| CMYK | 0.09 | 0.50 | 0 | 0.05 |
| HSL | 289º | 0.81% | 0.71% | - |
| HSV(B) | 289º | 0.5% | 0.95% | - |
| XYZ | 51.93 | 35.09 | 87.25 | - |
| YUV | 163.98 | 171.47 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 121 | 241 | 0.09 | 0.50 | 0 | 0.05 | 289 | 0.81 | 0.71 |
| Hex | DB | 79 | F1 | 9 | 32 | 0 | 5 | 121 | 51 | 47 |
| Octal | 333 | 171 | 361 | 11 | 62 | 0 | 5 | 441 | 121 | 107 |
| Binary | 11011011 | 1111001 | 11110001 | 1001 | 110010 | 0 | 101 | 100100001 | 1010001 | 1000111 |
Color Harmonies of #DB79F1
Complementary color
Monochromatic Colors of #DB79F1
Black with #DB79F1
Text Example
Text Example
White with #DB79F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB79F1; }
p { color: rgb(219,121,241); }
H1.HeaderClassName
{
color: #DB79F1;
}
.AnyTagClassName
{
color: #DB79F1;
}
</style>
background-color css
<style>
a { background-color: #DB79F1; }
a { background-color: rgb(219,121,241); }
div.DivClassName
{
background-color: #DB79F1;
}
.BgClassName
{
background-color: #DB79F1;
}
</style>
border-color css
<style>
span { border-color: #DB79F1; }
span { border-color: rgb(219,121,241); }
td.TdClassName
{
border-color: #DB79F1;
}
.TagClassName
{
border-color: #DB79F1;
}
</style>