Shades of Heliotrope #DA4CFF
Tints of Heliotrope #DA4CFF
RGB
CMYK
RGB Variations
Color information
#DA4CFF (or 0xDA4CFF) is known color: Heliotrope. HEX triplet: DA, 4C and FF. RGB value is (218,76,255). Sum of RGB (Red+Green+Blue) = 218+76+255=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 76 (30.08% from 255 or 13.84% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA4CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA4CFF is #25B300. Grayscale: #8A8A8A. Windows color (decimal): -2470657 or 16731354. OLE color: 16731354.
HSL color Cylindrical-coordinate representation of color #DA4CFF: hue angle of 287.6º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA4CFF is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 76 | 255 | - |
| CMYK | 0.15 | 0.70 | 0 | 0 |
| HSL | 287.6º | 1% | 0.65% | - |
| HSV(B) | 287.6º | 0.7% | 1% | - |
| XYZ | 49.55 | 27.29 | 97.26 | - |
| YUV | 138.86 | 193.54 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 76 | 255 | 0.15 | 0.70 | 0 | 0 | 287.6 | 1 | 0.65 |
| Hex | DA | 4C | FF | F | 46 | 0 | 0 | 120 | 64 | 41 |
| Octal | 332 | 114 | 377 | 17 | 106 | 0 | 0 | 440 | 144 | 101 |
| Binary | 11011010 | 1001100 | 11111111 | 1111 | 1000110 | 0 | 0 | 100100000 | 1100100 | 1000001 |
Color Harmonies of #DA4CFF
Complementary color
Monochromatic Colors of #DA4CFF
Black with #DA4CFF
Text Example
Text Example
White with #DA4CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4CFF; }
p { color: rgb(218,76,255); }
H1.HeaderClassName
{
color: #DA4CFF;
}
.AnyTagClassName
{
color: #DA4CFF;
}
</style>
background-color css
<style>
a { background-color: #DA4CFF; }
a { background-color: rgb(218,76,255); }
div.DivClassName
{
background-color: #DA4CFF;
}
.BgClassName
{
background-color: #DA4CFF;
}
</style>
border-color css
<style>
span { border-color: #DA4CFF; }
span { border-color: rgb(218,76,255); }
td.TdClassName
{
border-color: #DA4CFF;
}
.TagClassName
{
border-color: #DA4CFF;
}
</style>