Shades of Heliotrope #D34EF4
Tints of Heliotrope #D34EF4
RGB
CMYK
RGB Variations
Color information
#D34EF4 (or 0xD34EF4) is known color: Heliotrope. HEX triplet: D3, 4E and F4. RGB value is (211,78,244). Sum of RGB (Red+Green+Blue) = 211+78+244=533 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.59% from 533); Green value is 78 (30.86% from 255 or 14.63% from 533); Blue value is 244 (95.70% from 255 or 45.78% from 533); Max value from RGB is 244 - color contains mainly: blue. Hex color #D34EF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D34EF4 is #2CB10B. Grayscale: #888888. Windows color (decimal): -2928908 or 16010963. OLE color: 16010963.
HSL color Cylindrical-coordinate representation of color #D34EF4: hue angle of 288.07º 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 #D34EF4 is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 78 | 244 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.04 |
| HSL | 288.07º | 0.88% | 0.63% | - |
| HSV(B) | 288.07º | 0.68% | 0.96% | - |
| XYZ | 45.92 | 25.83 | 88.15 | - |
| YUV | 136.69 | 188.56 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 78 | 244 | 0.14 | 0.68 | 0 | 0.04 | 288.07 | 0.88 | 0.63 |
| Hex | D3 | 4E | F4 | E | 44 | 0 | 4 | 120 | 58 | 3F |
| Octal | 323 | 116 | 364 | 16 | 104 | 0 | 4 | 440 | 130 | 77 |
| Binary | 11010011 | 1001110 | 11110100 | 1110 | 1000100 | 0 | 100 | 100100000 | 1011000 | 111111 |
Color Harmonies of #D34EF4
Complementary color
Monochromatic Colors of #D34EF4
Black with #D34EF4
Text Example
Text Example
White with #D34EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34EF4; }
p { color: rgb(211,78,244); }
H1.HeaderClassName
{
color: #D34EF4;
}
.AnyTagClassName
{
color: #D34EF4;
}
</style>
background-color css
<style>
a { background-color: #D34EF4; }
a { background-color: rgb(211,78,244); }
div.DivClassName
{
background-color: #D34EF4;
}
.BgClassName
{
background-color: #D34EF4;
}
</style>
border-color css
<style>
span { border-color: #D34EF4; }
span { border-color: rgb(211,78,244); }
td.TdClassName
{
border-color: #D34EF4;
}
.TagClassName
{
border-color: #D34EF4;
}
</style>