Shades of Heliotrope #D464EF
Tints of Heliotrope #D464EF
RGB
CMYK
RGB Variations
Color information
#D464EF (or 0xD464EF) is known color: Heliotrope. HEX triplet: D4, 64 and EF. RGB value is (212,100,239). Sum of RGB (Red+Green+Blue) = 212+100+239=551 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.48% from 551); Green value is 100 (39.45% from 255 or 18.15% from 551); Blue value is 239 (93.75% from 255 or 43.38% from 551); Max value from RGB is 239 - color contains mainly: blue. Hex color #D464EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D464EF is #2B9B10. Grayscale: #949494. Windows color (decimal): -2857745 or 15688916. OLE color: 15688916.
HSL color Cylindrical-coordinate representation of color #D464EF: hue angle of 288.35º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D464EF is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 100 | 239 | - |
| CMYK | 0.11 | 0.58 | 0 | 0.06 |
| HSL | 288.35º | 0.81% | 0.66% | - |
| HSV(B) | 288.35º | 0.58% | 0.94% | - |
| XYZ | 47.29 | 29.34 | 84.83 | - |
| YUV | 149.33 | 178.61 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 100 | 239 | 0.11 | 0.58 | 0 | 0.06 | 288.35 | 0.81 | 0.66 |
| Hex | D4 | 64 | EF | B | 3A | 0 | 6 | 120 | 51 | 42 |
| Octal | 324 | 144 | 357 | 13 | 72 | 0 | 6 | 440 | 121 | 102 |
| Binary | 11010100 | 1100100 | 11101111 | 1011 | 111010 | 0 | 110 | 100100000 | 1010001 | 1000010 |
Color Harmonies of #D464EF
Complementary color
Monochromatic Colors of #D464EF
Black with #D464EF
Text Example
Text Example
White with #D464EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D464EF; }
p { color: rgb(212,100,239); }
H1.HeaderClassName
{
color: #D464EF;
}
.AnyTagClassName
{
color: #D464EF;
}
</style>
background-color css
<style>
a { background-color: #D464EF; }
a { background-color: rgb(212,100,239); }
div.DivClassName
{
background-color: #D464EF;
}
.BgClassName
{
background-color: #D464EF;
}
</style>
border-color css
<style>
span { border-color: #D464EF; }
span { border-color: rgb(212,100,239); }
td.TdClassName
{
border-color: #D464EF;
}
.TagClassName
{
border-color: #D464EF;
}
</style>