Shades of Heliotrope #D64DF9
Tints of Heliotrope #D64DF9
RGB
CMYK
RGB Variations
Color information
#D64DF9 (or 0xD64DF9) is known color: Heliotrope. HEX triplet: D6, 4D and F9. RGB value is (214,77,249). Sum of RGB (Red+Green+Blue) = 214+77+249=540 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.63% from 540); Green value is 77 (30.47% from 255 or 14.26% from 540); Blue value is 249 (97.66% from 255 or 46.11% from 540); Max value from RGB is 249 - color contains mainly: blue. Hex color #D64DF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D64DF9 is #29B206. Grayscale: #898989. Windows color (decimal): -2732551 or 16338390. OLE color: 16338390.
HSL color Cylindrical-coordinate representation of color #D64DF9: hue angle of 287.79º degrees, saturation: 0.93, 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 #D64DF9 is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 77 | 249 | - |
| CMYK | 0.14 | 0.69 | 0 | 0.02 |
| HSL | 287.79º | 0.93% | 0.64% | - |
| HSV(B) | 287.79º | 0.69% | 0.98% | - |
| XYZ | 47.48 | 26.44 | 92.22 | - |
| YUV | 137.57 | 190.89 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 77 | 249 | 0.14 | 0.69 | 0 | 0.02 | 287.79 | 0.93 | 0.64 |
| Hex | D6 | 4D | F9 | E | 45 | 0 | 2 | 120 | 5D | 40 |
| Octal | 326 | 115 | 371 | 16 | 105 | 0 | 2 | 440 | 135 | 100 |
| Binary | 11010110 | 1001101 | 11111001 | 1110 | 1000101 | 0 | 10 | 100100000 | 1011101 | 1000000 |
Color Harmonies of #D64DF9
Complementary color
Monochromatic Colors of #D64DF9
Black with #D64DF9
Text Example
Text Example
White with #D64DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64DF9; }
p { color: rgb(214,77,249); }
H1.HeaderClassName
{
color: #D64DF9;
}
.AnyTagClassName
{
color: #D64DF9;
}
</style>
background-color css
<style>
a { background-color: #D64DF9; }
a { background-color: rgb(214,77,249); }
div.DivClassName
{
background-color: #D64DF9;
}
.BgClassName
{
background-color: #D64DF9;
}
</style>
border-color css
<style>
span { border-color: #D64DF9; }
span { border-color: rgb(214,77,249); }
td.TdClassName
{
border-color: #D64DF9;
}
.TagClassName
{
border-color: #D64DF9;
}
</style>