Shades of Heliotrope #DA76F1
Tints of Heliotrope #DA76F1
RGB
CMYK
RGB Variations
Color information
#DA76F1 (or 0xDA76F1) is known color: Heliotrope. HEX triplet: DA, 76 and F1. RGB value is (218,118,241). Sum of RGB (Red+Green+Blue) = 218+118+241=577 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.78% from 577); Green value is 118 (46.48% from 255 or 20.45% from 577); Blue value is 241 (94.53% from 255 or 41.77% from 577); Max value from RGB is 241 - color contains mainly: blue. Hex color #DA76F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA76F1 is #25890E. Grayscale: #A1A1A1. Windows color (decimal): -2459919 or 15824602. OLE color: 15824602.
HSL color Cylindrical-coordinate representation of color #DA76F1: hue angle of 288.78º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA76F1 is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 118 | 241 | - |
| CMYK | 0.10 | 0.51 | 0 | 0.05 |
| HSL | 288.78º | 0.81% | 0.7% | - |
| HSV(B) | 288.78º | 0.51% | 0.95% | - |
| XYZ | 51.27 | 34.21 | 87.12 | - |
| YUV | 161.92 | 172.63 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 118 | 241 | 0.10 | 0.51 | 0 | 0.05 | 288.78 | 0.81 | 0.7 |
| Hex | DA | 76 | F1 | A | 33 | 0 | 5 | 121 | 51 | 46 |
| Octal | 332 | 166 | 361 | 12 | 63 | 0 | 5 | 441 | 121 | 106 |
| Binary | 11011010 | 1110110 | 11110001 | 1010 | 110011 | 0 | 101 | 100100001 | 1010001 | 1000110 |
Color Harmonies of #DA76F1
Complementary color
Monochromatic Colors of #DA76F1
Black with #DA76F1
Text Example
Text Example
White with #DA76F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA76F1; }
p { color: rgb(218,118,241); }
H1.HeaderClassName
{
color: #DA76F1;
}
.AnyTagClassName
{
color: #DA76F1;
}
</style>
background-color css
<style>
a { background-color: #DA76F1; }
a { background-color: rgb(218,118,241); }
div.DivClassName
{
background-color: #DA76F1;
}
.BgClassName
{
background-color: #DA76F1;
}
</style>
border-color css
<style>
span { border-color: #DA76F1; }
span { border-color: rgb(218,118,241); }
td.TdClassName
{
border-color: #DA76F1;
}
.TagClassName
{
border-color: #DA76F1;
}
</style>