Shades of Heliotrope #D64AFE
Tints of Heliotrope #D64AFE
RGB
CMYK
RGB Variations
Color information
#D64AFE (or 0xD64AFE) is known color: Heliotrope. HEX triplet: D6, 4A and FE. RGB value is (214,74,254). Sum of RGB (Red+Green+Blue) = 214+74+254=542 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.48% from 542); Green value is 74 (29.30% from 255 or 13.65% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #D64AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D64AFE is #29B501. Grayscale: #878787. Windows color (decimal): -2733314 or 16665302. OLE color: 16665302.
HSL color Cylindrical-coordinate representation of color #D64AFE: hue angle of 286.67º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D64AFE is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 214 | 74 | 254 | - |
| CMYK | 0.16 | 0.71 | 0 | 0.00 |
| HSL | 286.67º | 0.99% | 0.64% | - |
| HSV(B) | 286.67º | 0.71% | 1% | - |
| XYZ | 48.07 | 26.35 | 96.32 | - |
| YUV | 136.38 | 194.38 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 74 | 254 | 0.16 | 0.71 | 0 | 0.00 | 286.67 | 0.99 | 0.64 |
| Hex | D6 | 4A | FE | 10 | 47 | 0 | 0 | 11F | 63 | 40 |
| Octal | 326 | 112 | 376 | 20 | 107 | 0 | 0 | 437 | 143 | 100 |
| Binary | 11010110 | 1001010 | 11111110 | 10000 | 1000111 | 0 | 0 | 100011111 | 1100011 | 1000000 |
Color Harmonies of #D64AFE
Complementary color
Monochromatic Colors of #D64AFE
Black with #D64AFE
Text Example
Text Example
White with #D64AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64AFE; }
p { color: rgb(214,74,254); }
H1.HeaderClassName
{
color: #D64AFE;
}
.AnyTagClassName
{
color: #D64AFE;
}
</style>
background-color css
<style>
a { background-color: #D64AFE; }
a { background-color: rgb(214,74,254); }
div.DivClassName
{
background-color: #D64AFE;
}
.BgClassName
{
background-color: #D64AFE;
}
</style>
border-color css
<style>
span { border-color: #D64AFE; }
span { border-color: rgb(214,74,254); }
td.TdClassName
{
border-color: #D64AFE;
}
.TagClassName
{
border-color: #D64AFE;
}
</style>