Shades of Heliotrope #D64CF9
Tints of Heliotrope #D64CF9
RGB
CMYK
RGB Variations
Color information
#D64CF9 (or 0xD64CF9) is known color: Heliotrope. HEX triplet: D6, 4C and F9. RGB value is (214,76,249). Sum of RGB (Red+Green+Blue) = 214+76+249=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 76 (30.08% from 255 or 14.10% from 539); Blue value is 249 (97.66% from 255 or 46.20% from 539); Max value from RGB is 249 - color contains mainly: blue. Hex color #D64CF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D64CF9 is #29B306. Grayscale: #888888. Windows color (decimal): -2732807 or 16338134. OLE color: 16338134.
HSL color Cylindrical-coordinate representation of color #D64CF9: hue angle of 287.86º degrees, saturation: 0.94, 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 #D64CF9 is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 76 | 249 | - |
| CMYK | 0.14 | 0.69 | 0 | 0.02 |
| HSL | 287.86º | 0.94% | 0.64% | - |
| HSV(B) | 287.86º | 0.69% | 0.98% | - |
| XYZ | 47.41 | 26.3 | 92.2 | - |
| YUV | 136.98 | 191.22 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 76 | 249 | 0.14 | 0.69 | 0 | 0.02 | 287.86 | 0.94 | 0.64 |
| Hex | D6 | 4C | F9 | E | 45 | 0 | 2 | 120 | 5E | 40 |
| Octal | 326 | 114 | 371 | 16 | 105 | 0 | 2 | 440 | 136 | 100 |
| Binary | 11010110 | 1001100 | 11111001 | 1110 | 1000101 | 0 | 10 | 100100000 | 1011110 | 1000000 |
Color Harmonies of #D64CF9
Complementary color
Monochromatic Colors of #D64CF9
Black with #D64CF9
Text Example
Text Example
White with #D64CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64CF9; }
p { color: rgb(214,76,249); }
H1.HeaderClassName
{
color: #D64CF9;
}
.AnyTagClassName
{
color: #D64CF9;
}
</style>
background-color css
<style>
a { background-color: #D64CF9; }
a { background-color: rgb(214,76,249); }
div.DivClassName
{
background-color: #D64CF9;
}
.BgClassName
{
background-color: #D64CF9;
}
</style>
border-color css
<style>
span { border-color: #D64CF9; }
span { border-color: rgb(214,76,249); }
td.TdClassName
{
border-color: #D64CF9;
}
.TagClassName
{
border-color: #D64CF9;
}
</style>