Shades of Heliotrope #D64EF4
Tints of Heliotrope #D64EF4
RGB
CMYK
RGB Variations
Color information
#D64EF4 (or 0xD64EF4) is known color: Heliotrope. HEX triplet: D6, 4E and F4. RGB value is (214,78,244). Sum of RGB (Red+Green+Blue) = 214+78+244=536 (70% of max value = 765). Red value is 214 (83.98% from 255 or 39.93% from 536); Green value is 78 (30.86% from 255 or 14.55% from 536); Blue value is 244 (95.70% from 255 or 45.52% from 536); Max value from RGB is 244 - color contains mainly: blue. Hex color #D64EF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D64EF4 is #29B10B. Grayscale: #898989. Windows color (decimal): -2732300 or 16010966. OLE color: 16010966.
HSL color Cylindrical-coordinate representation of color #D64EF4: hue angle of 289.16º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D64EF4 is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 78 | 244 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.04 |
| HSL | 289.16º | 0.88% | 0.63% | - |
| HSV(B) | 289.16º | 0.68% | 0.96% | - |
| XYZ | 46.79 | 26.28 | 88.19 | - |
| YUV | 137.59 | 188.06 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 78 | 244 | 0.12 | 0.68 | 0 | 0.04 | 289.16 | 0.88 | 0.63 |
| Hex | D6 | 4E | F4 | C | 44 | 0 | 4 | 121 | 58 | 3F |
| Octal | 326 | 116 | 364 | 14 | 104 | 0 | 4 | 441 | 130 | 77 |
| Binary | 11010110 | 1001110 | 11110100 | 1100 | 1000100 | 0 | 100 | 100100001 | 1011000 | 111111 |
Color Harmonies of #D64EF4
Complementary color
Monochromatic Colors of #D64EF4
Black with #D64EF4
Text Example
Text Example
White with #D64EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64EF4; }
p { color: rgb(214,78,244); }
H1.HeaderClassName
{
color: #D64EF4;
}
.AnyTagClassName
{
color: #D64EF4;
}
</style>
background-color css
<style>
a { background-color: #D64EF4; }
a { background-color: rgb(214,78,244); }
div.DivClassName
{
background-color: #D64EF4;
}
.BgClassName
{
background-color: #D64EF4;
}
</style>
border-color css
<style>
span { border-color: #D64EF4; }
span { border-color: rgb(214,78,244); }
td.TdClassName
{
border-color: #D64EF4;
}
.TagClassName
{
border-color: #D64EF4;
}
</style>