Shades of Heliotrope #D64AFA
Tints of Heliotrope #D64AFA
RGB
CMYK
RGB Variations
Color information
#D64AFA (or 0xD64AFA) is known color: Heliotrope. HEX triplet: D6, 4A and FA. RGB value is (214,74,250). Sum of RGB (Red+Green+Blue) = 214+74+250=538 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.78% from 538); Green value is 74 (29.30% from 255 or 13.75% from 538); Blue value is 250 (98.05% from 255 or 46.47% from 538); Max value from RGB is 250 - color contains mainly: blue. Hex color #D64AFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D64AFA is #29B505. Grayscale: #878787. Windows color (decimal): -2733318 or 16403158. OLE color: 16403158.
HSL color Cylindrical-coordinate representation of color #D64AFA: hue angle of 287.73º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D64AFA is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 74 | 250 | - |
| CMYK | 0.14 | 0.70 | 0 | 0.02 |
| HSL | 287.73º | 0.95% | 0.64% | - |
| HSV(B) | 287.73º | 0.7% | 0.98% | - |
| XYZ | 47.44 | 26.1 | 92.98 | - |
| YUV | 135.92 | 192.38 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 74 | 250 | 0.14 | 0.70 | 0 | 0.02 | 287.73 | 0.95 | 0.64 |
| Hex | D6 | 4A | FA | E | 46 | 0 | 2 | 120 | 5F | 40 |
| Octal | 326 | 112 | 372 | 16 | 106 | 0 | 2 | 440 | 137 | 100 |
| Binary | 11010110 | 1001010 | 11111010 | 1110 | 1000110 | 0 | 10 | 100100000 | 1011111 | 1000000 |
Color Harmonies of #D64AFA
Complementary color
Monochromatic Colors of #D64AFA
Black with #D64AFA
Text Example
Text Example
White with #D64AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64AFA; }
p { color: rgb(214,74,250); }
H1.HeaderClassName
{
color: #D64AFA;
}
.AnyTagClassName
{
color: #D64AFA;
}
</style>
background-color css
<style>
a { background-color: #D64AFA; }
a { background-color: rgb(214,74,250); }
div.DivClassName
{
background-color: #D64AFA;
}
.BgClassName
{
background-color: #D64AFA;
}
</style>
border-color css
<style>
span { border-color: #D64AFA; }
span { border-color: rgb(214,74,250); }
td.TdClassName
{
border-color: #D64AFA;
}
.TagClassName
{
border-color: #D64AFA;
}
</style>