Shades of Heliotrope #D64DFA
Tints of Heliotrope #D64DFA
RGB
CMYK
RGB Variations
Color information
#D64DFA (or 0xD64DFA) is known color: Heliotrope. HEX triplet: D6, 4D and FA. RGB value is (214,77,250). Sum of RGB (Red+Green+Blue) = 214+77+250=541 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.56% from 541); Green value is 77 (30.47% from 255 or 14.23% from 541); Blue value is 250 (98.05% from 255 or 46.21% from 541); Max value from RGB is 250 - color contains mainly: blue. Hex color #D64DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D64DFA is #29B205. Grayscale: #898989. Windows color (decimal): -2732550 or 16403926. OLE color: 16403926.
HSL color Cylindrical-coordinate representation of color #D64DFA: hue angle of 287.51º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D64DFA is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 77 | 250 | - |
| CMYK | 0.14 | 0.69 | 0 | 0.02 |
| HSL | 287.51º | 0.95% | 0.64% | - |
| HSV(B) | 287.51º | 0.69% | 0.98% | - |
| XYZ | 47.64 | 26.51 | 93.05 | - |
| YUV | 137.69 | 191.39 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 77 | 250 | 0.14 | 0.69 | 0 | 0.02 | 287.51 | 0.95 | 0.64 |
| Hex | D6 | 4D | FA | E | 45 | 0 | 2 | 120 | 5F | 40 |
| Octal | 326 | 115 | 372 | 16 | 105 | 0 | 2 | 440 | 137 | 100 |
| Binary | 11010110 | 1001101 | 11111010 | 1110 | 1000101 | 0 | 10 | 100100000 | 1011111 | 1000000 |
Color Harmonies of #D64DFA
Complementary color
Monochromatic Colors of #D64DFA
Black with #D64DFA
Text Example
Text Example
White with #D64DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64DFA; }
p { color: rgb(214,77,250); }
H1.HeaderClassName
{
color: #D64DFA;
}
.AnyTagClassName
{
color: #D64DFA;
}
</style>
background-color css
<style>
a { background-color: #D64DFA; }
a { background-color: rgb(214,77,250); }
div.DivClassName
{
background-color: #D64DFA;
}
.BgClassName
{
background-color: #D64DFA;
}
</style>
border-color css
<style>
span { border-color: #D64DFA; }
span { border-color: rgb(214,77,250); }
td.TdClassName
{
border-color: #D64DFA;
}
.TagClassName
{
border-color: #D64DFA;
}
</style>