Shades of Heliotrope #D44DF4
Tints of Heliotrope #D44DF4
RGB
CMYK
RGB Variations
Color information
#D44DF4 (or 0xD44DF4) is known color: Heliotrope. HEX triplet: D4, 4D and F4. RGB value is (212,77,244). Sum of RGB (Red+Green+Blue) = 212+77+244=533 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.77% from 533); Green value is 77 (30.47% from 255 or 14.45% 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 #D44DF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D44DF4 is #2BB20B. Grayscale: #878787. Windows color (decimal): -2863628 or 16010708. OLE color: 16010708.
HSL color Cylindrical-coordinate representation of color #D44DF4: hue angle of 288.5º 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 #D44DF4 is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 212 | 77 | 244 | - |
| CMYK | 0.13 | 0.68 | 0 | 0.04 |
| HSL | 288.5º | 0.88% | 0.63% | - |
| HSV(B) | 288.5º | 0.68% | 0.96% | - |
| XYZ | 46.13 | 25.84 | 88.14 | - |
| YUV | 136.4 | 188.73 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 77 | 244 | 0.13 | 0.68 | 0 | 0.04 | 288.5 | 0.88 | 0.63 |
| Hex | D4 | 4D | F4 | D | 44 | 0 | 4 | 121 | 58 | 3F |
| Octal | 324 | 115 | 364 | 15 | 104 | 0 | 4 | 441 | 130 | 77 |
| Binary | 11010100 | 1001101 | 11110100 | 1101 | 1000100 | 0 | 100 | 100100001 | 1011000 | 111111 |
Color Harmonies of #D44DF4
Complementary color
Monochromatic Colors of #D44DF4
Black with #D44DF4
Text Example
Text Example
White with #D44DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44DF4; }
p { color: rgb(212,77,244); }
H1.HeaderClassName
{
color: #D44DF4;
}
.AnyTagClassName
{
color: #D44DF4;
}
</style>
background-color css
<style>
a { background-color: #D44DF4; }
a { background-color: rgb(212,77,244); }
div.DivClassName
{
background-color: #D44DF4;
}
.BgClassName
{
background-color: #D44DF4;
}
</style>
border-color css
<style>
span { border-color: #D44DF4; }
span { border-color: rgb(212,77,244); }
td.TdClassName
{
border-color: #D44DF4;
}
.TagClassName
{
border-color: #D44DF4;
}
</style>