Shades of Heliotrope #DA76FE
Tints of Heliotrope #DA76FE
RGB
CMYK
RGB Variations
Color information
#DA76FE (or 0xDA76FE) is known color: Heliotrope. HEX triplet: DA, 76 and FE. RGB value is (218,118,254). Sum of RGB (Red+Green+Blue) = 218+118+254=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 118 (46.48% from 255 or 20% from 590); Blue value is 254 (99.61% from 255 or 43.05% from 590); Max value from RGB is 254 - color contains mainly: blue. Hex color #DA76FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA76FE is #258901. Grayscale: #A2A2A2. Windows color (decimal): -2459906 or 16676570. OLE color: 16676570.
HSL color Cylindrical-coordinate representation of color #DA76FE: hue angle of 284.12º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA76FE is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 118 | 254 | - |
| CMYK | 0.14 | 0.54 | 0 | 0.00 |
| HSL | 284.12º | 0.99% | 0.73% | - |
| HSV(B) | 284.12º | 0.54% | 1% | - |
| XYZ | 53.28 | 35.02 | 97.72 | - |
| YUV | 163.4 | 179.13 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 118 | 254 | 0.14 | 0.54 | 0 | 0.00 | 284.12 | 0.99 | 0.73 |
| Hex | DA | 76 | FE | E | 36 | 0 | 0 | 11C | 63 | 49 |
| Octal | 332 | 166 | 376 | 16 | 66 | 0 | 0 | 434 | 143 | 111 |
| Binary | 11011010 | 1110110 | 11111110 | 1110 | 110110 | 0 | 0 | 100011100 | 1100011 | 1001001 |
Color Harmonies of #DA76FE
Complementary color
Monochromatic Colors of #DA76FE
Black with #DA76FE
Text Example
Text Example
White with #DA76FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA76FE; }
p { color: rgb(218,118,254); }
H1.HeaderClassName
{
color: #DA76FE;
}
.AnyTagClassName
{
color: #DA76FE;
}
</style>
background-color css
<style>
a { background-color: #DA76FE; }
a { background-color: rgb(218,118,254); }
div.DivClassName
{
background-color: #DA76FE;
}
.BgClassName
{
background-color: #DA76FE;
}
</style>
border-color css
<style>
span { border-color: #DA76FE; }
span { border-color: rgb(218,118,254); }
td.TdClassName
{
border-color: #DA76FE;
}
.TagClassName
{
border-color: #DA76FE;
}
</style>