Shades of Heliotrope #D64AF6
Tints of Heliotrope #D64AF6
RGB
CMYK
RGB Variations
Color information
#D64AF6 (or 0xD64AF6) is known color: Heliotrope. HEX triplet: D6, 4A and F6. RGB value is (214,74,246). Sum of RGB (Red+Green+Blue) = 214+74+246=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 74 (29.30% from 255 or 13.86% from 534); Blue value is 246 (96.48% from 255 or 46.07% from 534); Max value from RGB is 246 - color contains mainly: blue. Hex color #D64AF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D64AF6 is #29B509. Grayscale: #868686. Windows color (decimal): -2733322 or 16141014. OLE color: 16141014.
HSL color Cylindrical-coordinate representation of color #D64AF6: hue angle of 288.84º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D64AF6 is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 74 | 246 | - |
| CMYK | 0.13 | 0.70 | 0 | 0.04 |
| HSL | 288.84º | 0.91% | 0.63% | - |
| HSV(B) | 288.84º | 0.7% | 0.96% | - |
| XYZ | 46.81 | 25.85 | 89.71 | - |
| YUV | 135.47 | 190.38 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 74 | 246 | 0.13 | 0.70 | 0 | 0.04 | 288.84 | 0.91 | 0.63 |
| Hex | D6 | 4A | F6 | D | 46 | 0 | 4 | 121 | 5B | 3F |
| Octal | 326 | 112 | 366 | 15 | 106 | 0 | 4 | 441 | 133 | 77 |
| Binary | 11010110 | 1001010 | 11110110 | 1101 | 1000110 | 0 | 100 | 100100001 | 1011011 | 111111 |
Color Harmonies of #D64AF6
Complementary color
Monochromatic Colors of #D64AF6
Black with #D64AF6
Text Example
Text Example
White with #D64AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64AF6; }
p { color: rgb(214,74,246); }
H1.HeaderClassName
{
color: #D64AF6;
}
.AnyTagClassName
{
color: #D64AF6;
}
</style>
background-color css
<style>
a { background-color: #D64AF6; }
a { background-color: rgb(214,74,246); }
div.DivClassName
{
background-color: #D64AF6;
}
.BgClassName
{
background-color: #D64AF6;
}
</style>
border-color css
<style>
span { border-color: #D64AF6; }
span { border-color: rgb(214,74,246); }
td.TdClassName
{
border-color: #D64AF6;
}
.TagClassName
{
border-color: #D64AF6;
}
</style>