Shades of Heliotrope #DA4DFC
Tints of Heliotrope #DA4DFC
RGB
CMYK
RGB Variations
Color information
#DA4DFC (or 0xDA4DFC) is known color: Heliotrope. HEX triplet: DA, 4D and FC. RGB value is (218,77,252). Sum of RGB (Red+Green+Blue) = 218+77+252=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 77 (30.47% from 255 or 14.08% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #DA4DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA4DFC is #25B203. Grayscale: #8A8A8A. Windows color (decimal): -2470404 or 16535002. OLE color: 16535002.
HSL color Cylindrical-coordinate representation of color #DA4DFC: hue angle of 288.34º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DA4DFC is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 77 | 252 | - |
| CMYK | 0.13 | 0.69 | 0 | 0.01 |
| HSL | 288.34º | 0.97% | 0.65% | - |
| HSV(B) | 288.34º | 0.69% | 0.99% | - |
| XYZ | 49.14 | 27.24 | 94.76 | - |
| YUV | 139.11 | 191.71 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 77 | 252 | 0.13 | 0.69 | 0 | 0.01 | 288.34 | 0.97 | 0.65 |
| Hex | DA | 4D | FC | D | 45 | 0 | 1 | 120 | 61 | 41 |
| Octal | 332 | 115 | 374 | 15 | 105 | 0 | 1 | 440 | 141 | 101 |
| Binary | 11011010 | 1001101 | 11111100 | 1101 | 1000101 | 0 | 1 | 100100000 | 1100001 | 1000001 |
Color Harmonies of #DA4DFC
Complementary color
Monochromatic Colors of #DA4DFC
Black with #DA4DFC
Text Example
Text Example
White with #DA4DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4DFC; }
p { color: rgb(218,77,252); }
H1.HeaderClassName
{
color: #DA4DFC;
}
.AnyTagClassName
{
color: #DA4DFC;
}
</style>
background-color css
<style>
a { background-color: #DA4DFC; }
a { background-color: rgb(218,77,252); }
div.DivClassName
{
background-color: #DA4DFC;
}
.BgClassName
{
background-color: #DA4DFC;
}
</style>
border-color css
<style>
span { border-color: #DA4DFC; }
span { border-color: rgb(218,77,252); }
td.TdClassName
{
border-color: #DA4DFC;
}
.TagClassName
{
border-color: #DA4DFC;
}
</style>