Shades of Heliotrope #DA76F8
Tints of Heliotrope #DA76F8
RGB
CMYK
RGB Variations
Color information
#DA76F8 (or 0xDA76F8) is known color: Heliotrope. HEX triplet: DA, 76 and F8. RGB value is (218,118,248). Sum of RGB (Red+Green+Blue) = 218+118+248=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 118 (46.48% from 255 or 20.21% from 584); Blue value is 248 (97.27% from 255 or 42.47% from 584); Max value from RGB is 248 - color contains mainly: blue. Hex color #DA76F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA76F8 is #258907. Grayscale: #A2A2A2. Windows color (decimal): -2459912 or 16283354. OLE color: 16283354.
HSL color Cylindrical-coordinate representation of color #DA76F8: hue angle of 286.15º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA76F8 is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 118 | 248 | - |
| CMYK | 0.12 | 0.52 | 0 | 0.03 |
| HSL | 286.15º | 0.9% | 0.72% | - |
| HSV(B) | 286.15º | 0.52% | 0.97% | - |
| XYZ | 52.34 | 34.64 | 92.73 | - |
| YUV | 162.72 | 176.13 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 118 | 248 | 0.12 | 0.52 | 0 | 0.03 | 286.15 | 0.9 | 0.72 |
| Hex | DA | 76 | F8 | C | 34 | 0 | 3 | 11E | 5A | 48 |
| Octal | 332 | 166 | 370 | 14 | 64 | 0 | 3 | 436 | 132 | 110 |
| Binary | 11011010 | 1110110 | 11111000 | 1100 | 110100 | 0 | 11 | 100011110 | 1011010 | 1001000 |
Color Harmonies of #DA76F8
Complementary color
Monochromatic Colors of #DA76F8
Black with #DA76F8
Text Example
Text Example
White with #DA76F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA76F8; }
p { color: rgb(218,118,248); }
H1.HeaderClassName
{
color: #DA76F8;
}
.AnyTagClassName
{
color: #DA76F8;
}
</style>
background-color css
<style>
a { background-color: #DA76F8; }
a { background-color: rgb(218,118,248); }
div.DivClassName
{
background-color: #DA76F8;
}
.BgClassName
{
background-color: #DA76F8;
}
</style>
border-color css
<style>
span { border-color: #DA76F8; }
span { border-color: rgb(218,118,248); }
td.TdClassName
{
border-color: #DA76F8;
}
.TagClassName
{
border-color: #DA76F8;
}
</style>