Shades of Heliotrope #DA4AF8
Tints of Heliotrope #DA4AF8
RGB
CMYK
RGB Variations
Color information
#DA4AF8 (or 0xDA4AF8) is known color: Heliotrope. HEX triplet: DA, 4A and F8. RGB value is (218,74,248). Sum of RGB (Red+Green+Blue) = 218+74+248=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 74 (29.30% from 255 or 13.70% from 540); Blue value is 248 (97.27% from 255 or 45.93% from 540); Max value from RGB is 248 - color contains mainly: blue. Hex color #DA4AF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA4AF8 is #25B507. Grayscale: #888888. Windows color (decimal): -2471176 or 16272090. OLE color: 16272090.
HSL color Cylindrical-coordinate representation of color #DA4AF8: hue angle of 289.66º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA4AF8 is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 74 | 248 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.03 |
| HSL | 289.66º | 0.93% | 0.63% | - |
| HSV(B) | 289.66º | 0.7% | 0.97% | - |
| XYZ | 48.31 | 26.58 | 91.39 | - |
| YUV | 136.89 | 190.71 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 74 | 248 | 0.12 | 0.70 | 0 | 0.03 | 289.66 | 0.93 | 0.63 |
| Hex | DA | 4A | F8 | C | 46 | 0 | 3 | 122 | 5D | 3F |
| Octal | 332 | 112 | 370 | 14 | 106 | 0 | 3 | 442 | 135 | 77 |
| Binary | 11011010 | 1001010 | 11111000 | 1100 | 1000110 | 0 | 11 | 100100010 | 1011101 | 111111 |
Color Harmonies of #DA4AF8
Complementary color
Monochromatic Colors of #DA4AF8
Black with #DA4AF8
Text Example
Text Example
White with #DA4AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4AF8; }
p { color: rgb(218,74,248); }
H1.HeaderClassName
{
color: #DA4AF8;
}
.AnyTagClassName
{
color: #DA4AF8;
}
</style>
background-color css
<style>
a { background-color: #DA4AF8; }
a { background-color: rgb(218,74,248); }
div.DivClassName
{
background-color: #DA4AF8;
}
.BgClassName
{
background-color: #DA4AF8;
}
</style>
border-color css
<style>
span { border-color: #DA4AF8; }
span { border-color: rgb(218,74,248); }
td.TdClassName
{
border-color: #DA4AF8;
}
.TagClassName
{
border-color: #DA4AF8;
}
</style>