Shades of Heliotrope #D64FFA
Tints of Heliotrope #D64FFA
RGB
CMYK
RGB Variations
Color information
#D64FFA (or 0xD64FFA) is known color: Heliotrope. HEX triplet: D6, 4F and FA. RGB value is (214,79,250). Sum of RGB (Red+Green+Blue) = 214+79+250=543 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.41% from 543); Green value is 79 (31.25% from 255 or 14.55% from 543); Blue value is 250 (98.05% from 255 or 46.04% from 543); Max value from RGB is 250 - color contains mainly: blue. Hex color #D64FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D64FFA is #29B005. Grayscale: #8A8A8A. Windows color (decimal): -2732038 or 16404438. OLE color: 16404438.
HSL color Cylindrical-coordinate representation of color #D64FFA: hue angle of 287.37º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D64FFA is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 79 | 250 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.02 |
| HSL | 287.37º | 0.94% | 0.65% | - |
| HSV(B) | 287.37º | 0.68% | 0.98% | - |
| XYZ | 47.78 | 26.79 | 93.1 | - |
| YUV | 138.86 | 190.73 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 79 | 250 | 0.14 | 0.68 | 0 | 0.02 | 287.37 | 0.94 | 0.65 |
| Hex | D6 | 4F | FA | E | 44 | 0 | 2 | 11F | 5E | 41 |
| Octal | 326 | 117 | 372 | 16 | 104 | 0 | 2 | 437 | 136 | 101 |
| Binary | 11010110 | 1001111 | 11111010 | 1110 | 1000100 | 0 | 10 | 100011111 | 1011110 | 1000001 |
Color Harmonies of #D64FFA
Complementary color
Monochromatic Colors of #D64FFA
Black with #D64FFA
Text Example
Text Example
White with #D64FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64FFA; }
p { color: rgb(214,79,250); }
H1.HeaderClassName
{
color: #D64FFA;
}
.AnyTagClassName
{
color: #D64FFA;
}
</style>
background-color css
<style>
a { background-color: #D64FFA; }
a { background-color: rgb(214,79,250); }
div.DivClassName
{
background-color: #D64FFA;
}
.BgClassName
{
background-color: #D64FFA;
}
</style>
border-color css
<style>
span { border-color: #D64FFA; }
span { border-color: rgb(214,79,250); }
td.TdClassName
{
border-color: #D64FFA;
}
.TagClassName
{
border-color: #D64FFA;
}
</style>