Shades of Heliotrope #D664FA
Tints of Heliotrope #D664FA
RGB
CMYK
RGB Variations
Color information
#D664FA (or 0xD664FA) is known color: Heliotrope. HEX triplet: D6, 64 and FA. RGB value is (214,100,250). Sum of RGB (Red+Green+Blue) = 214+100+250=564 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.94% from 564); Green value is 100 (39.45% from 255 or 17.73% from 564); Blue value is 250 (98.05% from 255 or 44.33% from 564); Max value from RGB is 250 - color contains mainly: blue. Hex color #D664FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D664FA is #299B05. Grayscale: #969696. Windows color (decimal): -2726662 or 16409814. OLE color: 16409814.
HSL color Cylindrical-coordinate representation of color #D664FA: hue angle of 285.6º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D664FA is Cyan = 0.14, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 100 | 250 | - |
| CMYK | 0.14 | 0.6 | 0 | 0.02 |
| HSL | 285.6º | 0.94% | 0.69% | - |
| HSV(B) | 285.6º | 0.6% | 0.98% | - |
| XYZ | 49.54 | 30.31 | 93.68 | - |
| YUV | 151.19 | 183.77 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 100 | 250 | 0.14 | 0.6 | 0 | 0.02 | 285.6 | 0.94 | 0.69 |
| Hex | D6 | 64 | FA | E | 3C | 0 | 2 | 11E | 5E | 45 |
| Octal | 326 | 144 | 372 | 16 | 74 | 0 | 2 | 436 | 136 | 105 |
| Binary | 11010110 | 1100100 | 11111010 | 1110 | 111100 | 0 | 10 | 100011110 | 1011110 | 1000101 |
Color Harmonies of #D664FA
Complementary color
Monochromatic Colors of #D664FA
Black with #D664FA
Text Example
Text Example
White with #D664FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D664FA; }
p { color: rgb(214,100,250); }
H1.HeaderClassName
{
color: #D664FA;
}
.AnyTagClassName
{
color: #D664FA;
}
</style>
background-color css
<style>
a { background-color: #D664FA; }
a { background-color: rgb(214,100,250); }
div.DivClassName
{
background-color: #D664FA;
}
.BgClassName
{
background-color: #D664FA;
}
</style>
border-color css
<style>
span { border-color: #D664FA; }
span { border-color: rgb(214,100,250); }
td.TdClassName
{
border-color: #D664FA;
}
.TagClassName
{
border-color: #D664FA;
}
</style>