Shades of Heliotrope #D64FFC
Tints of Heliotrope #D64FFC
RGB
CMYK
RGB Variations
Color information
#D64FFC (or 0xD64FFC) is known color: Heliotrope. HEX triplet: D6, 4F and FC. RGB value is (214,79,252). Sum of RGB (Red+Green+Blue) = 214+79+252=545 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.27% from 545); Green value is 79 (31.25% from 255 or 14.50% from 545); Blue value is 252 (98.83% from 255 or 46.24% from 545); Max value from RGB is 252 - color contains mainly: blue. Hex color #D64FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D64FFC is #29B003. Grayscale: #8A8A8A. Windows color (decimal): -2732036 or 16535510. OLE color: 16535510.
HSL color Cylindrical-coordinate representation of color #D64FFC: hue angle of 286.82º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D64FFC is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 79 | 252 | - |
| CMYK | 0.15 | 0.69 | 0 | 0.01 |
| HSL | 286.82º | 0.97% | 0.65% | - |
| HSV(B) | 286.82º | 0.69% | 0.99% | - |
| XYZ | 48.1 | 26.92 | 94.76 | - |
| YUV | 139.09 | 191.73 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 79 | 252 | 0.15 | 0.69 | 0 | 0.01 | 286.82 | 0.97 | 0.65 |
| Hex | D6 | 4F | FC | F | 45 | 0 | 1 | 11F | 61 | 41 |
| Octal | 326 | 117 | 374 | 17 | 105 | 0 | 1 | 437 | 141 | 101 |
| Binary | 11010110 | 1001111 | 11111100 | 1111 | 1000101 | 0 | 1 | 100011111 | 1100001 | 1000001 |
Color Harmonies of #D64FFC
Complementary color
Monochromatic Colors of #D64FFC
Black with #D64FFC
Text Example
Text Example
White with #D64FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64FFC; }
p { color: rgb(214,79,252); }
H1.HeaderClassName
{
color: #D64FFC;
}
.AnyTagClassName
{
color: #D64FFC;
}
</style>
background-color css
<style>
a { background-color: #D64FFC; }
a { background-color: rgb(214,79,252); }
div.DivClassName
{
background-color: #D64FFC;
}
.BgClassName
{
background-color: #D64FFC;
}
</style>
border-color css
<style>
span { border-color: #D64FFC; }
span { border-color: rgb(214,79,252); }
td.TdClassName
{
border-color: #D64FFC;
}
.TagClassName
{
border-color: #D64FFC;
}
</style>