Shades of Heliotrope #DA4AFF
Tints of Heliotrope #DA4AFF
RGB
CMYK
RGB Variations
Color information
#DA4AFF (or 0xDA4AFF) is known color: Heliotrope. HEX triplet: DA, 4A and FF. RGB value is (218,74,255). Sum of RGB (Red+Green+Blue) = 218+74+255=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 74 (29.30% from 255 or 13.53% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA4AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA4AFF is #25B500. Grayscale: #898989. Windows color (decimal): -2471169 or 16730842. OLE color: 16730842.
HSL color Cylindrical-coordinate representation of color #DA4AFF: hue angle of 287.73º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA4AFF is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 74 | 255 | - |
| CMYK | 0.15 | 0.71 | 0 | 0 |
| HSL | 287.73º | 1% | 0.65% | - |
| HSV(B) | 287.73º | 0.71% | 1% | - |
| XYZ | 49.41 | 27.02 | 97.22 | - |
| YUV | 137.69 | 194.21 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 74 | 255 | 0.15 | 0.71 | 0 | 0 | 287.73 | 1 | 0.65 |
| Hex | DA | 4A | FF | F | 47 | 0 | 0 | 120 | 64 | 41 |
| Octal | 332 | 112 | 377 | 17 | 107 | 0 | 0 | 440 | 144 | 101 |
| Binary | 11011010 | 1001010 | 11111111 | 1111 | 1000111 | 0 | 0 | 100100000 | 1100100 | 1000001 |
Color Harmonies of #DA4AFF
Complementary color
Monochromatic Colors of #DA4AFF
Black with #DA4AFF
Text Example
Text Example
White with #DA4AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4AFF; }
p { color: rgb(218,74,255); }
H1.HeaderClassName
{
color: #DA4AFF;
}
.AnyTagClassName
{
color: #DA4AFF;
}
</style>
background-color css
<style>
a { background-color: #DA4AFF; }
a { background-color: rgb(218,74,255); }
div.DivClassName
{
background-color: #DA4AFF;
}
.BgClassName
{
background-color: #DA4AFF;
}
</style>
border-color css
<style>
span { border-color: #DA4AFF; }
span { border-color: rgb(218,74,255); }
td.TdClassName
{
border-color: #DA4AFF;
}
.TagClassName
{
border-color: #DA4AFF;
}
</style>