Shades of Heliotrope #D44EFC
Tints of Heliotrope #D44EFC
RGB
CMYK
RGB Variations
Color information
#D44EFC (or 0xD44EFC) is known color: Heliotrope. HEX triplet: D4, 4E and FC. RGB value is (212,78,252). Sum of RGB (Red+Green+Blue) = 212+78+252=542 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.11% from 542); Green value is 78 (30.86% from 255 or 14.39% from 542); Blue value is 252 (98.83% from 255 or 46.49% from 542); Max value from RGB is 252 - color contains mainly: blue. Hex color #D44EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D44EFC is #2BB103. Grayscale: #898989. Windows color (decimal): -2863364 or 16535252. OLE color: 16535252.
HSL color Cylindrical-coordinate representation of color #D44EFC: hue angle of 286.21º 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 #D44EFC is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 78 | 252 | - |
| CMYK | 0.16 | 0.69 | 0 | 0.01 |
| HSL | 286.21º | 0.97% | 0.65% | - |
| HSV(B) | 286.21º | 0.69% | 0.99% | - |
| XYZ | 47.45 | 26.47 | 94.7 | - |
| YUV | 137.9 | 192.39 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 78 | 252 | 0.16 | 0.69 | 0 | 0.01 | 286.21 | 0.97 | 0.65 |
| Hex | D4 | 4E | FC | 10 | 45 | 0 | 1 | 11E | 61 | 41 |
| Octal | 324 | 116 | 374 | 20 | 105 | 0 | 1 | 436 | 141 | 101 |
| Binary | 11010100 | 1001110 | 11111100 | 10000 | 1000101 | 0 | 1 | 100011110 | 1100001 | 1000001 |
Color Harmonies of #D44EFC
Complementary color
Monochromatic Colors of #D44EFC
Black with #D44EFC
Text Example
Text Example
White with #D44EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44EFC; }
p { color: rgb(212,78,252); }
H1.HeaderClassName
{
color: #D44EFC;
}
.AnyTagClassName
{
color: #D44EFC;
}
</style>
background-color css
<style>
a { background-color: #D44EFC; }
a { background-color: rgb(212,78,252); }
div.DivClassName
{
background-color: #D44EFC;
}
.BgClassName
{
background-color: #D44EFC;
}
</style>
border-color css
<style>
span { border-color: #D44EFC; }
span { border-color: rgb(212,78,252); }
td.TdClassName
{
border-color: #D44EFC;
}
.TagClassName
{
border-color: #D44EFC;
}
</style>