Shades of Heliotrope #D64FFF
Tints of Heliotrope #D64FFF
RGB
CMYK
RGB Variations
Color information
#D64FFF (or 0xD64FFF) is known color: Heliotrope. HEX triplet: D6, 4F and FF. RGB value is (214,79,255). Sum of RGB (Red+Green+Blue) = 214+79+255=548 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.05% from 548); Green value is 79 (31.25% from 255 or 14.42% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #D64FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D64FFF is #29B000. Grayscale: #8A8A8A. Windows color (decimal): -2732033 or 16732118. OLE color: 16732118.
HSL color Cylindrical-coordinate representation of color #D64FFF: hue angle of 286.02º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D64FFF is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 79 | 255 | - |
| CMYK | 0.16 | 0.69 | 0 | 0 |
| HSL | 286.02º | 1% | 0.65% | - |
| HSV(B) | 286.02º | 0.69% | 1% | - |
| XYZ | 48.58 | 27.11 | 97.28 | - |
| YUV | 139.43 | 193.23 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 79 | 255 | 0.16 | 0.69 | 0 | 0 | 286.02 | 1 | 0.65 |
| Hex | D6 | 4F | FF | 10 | 45 | 0 | 0 | 11E | 64 | 41 |
| Octal | 326 | 117 | 377 | 20 | 105 | 0 | 0 | 436 | 144 | 101 |
| Binary | 11010110 | 1001111 | 11111111 | 10000 | 1000101 | 0 | 0 | 100011110 | 1100100 | 1000001 |
Color Harmonies of #D64FFF
Complementary color
Monochromatic Colors of #D64FFF
Black with #D64FFF
Text Example
Text Example
White with #D64FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64FFF; }
p { color: rgb(214,79,255); }
H1.HeaderClassName
{
color: #D64FFF;
}
.AnyTagClassName
{
color: #D64FFF;
}
</style>
background-color css
<style>
a { background-color: #D64FFF; }
a { background-color: rgb(214,79,255); }
div.DivClassName
{
background-color: #D64FFF;
}
.BgClassName
{
background-color: #D64FFF;
}
</style>
border-color css
<style>
span { border-color: #D64FFF; }
span { border-color: rgb(214,79,255); }
td.TdClassName
{
border-color: #D64FFF;
}
.TagClassName
{
border-color: #D64FFF;
}
</style>