Shades of Heliotrope #D664EF
Tints of Heliotrope #D664EF
RGB
CMYK
RGB Variations
Color information
#D664EF (or 0xD664EF) is known color: Heliotrope. HEX triplet: D6, 64 and EF. RGB value is (214,100,239). Sum of RGB (Red+Green+Blue) = 214+100+239=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 100 (39.45% from 255 or 18.08% from 553); Blue value is 239 (93.75% from 255 or 43.22% from 553); Max value from RGB is 239 - color contains mainly: blue. Hex color #D664EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D664EF is #299B10. Grayscale: #959595. Windows color (decimal): -2726673 or 15688918. OLE color: 15688918.
HSL color Cylindrical-coordinate representation of color #D664EF: hue angle of 289.21º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D664EF is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 100 | 239 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.06 |
| HSL | 289.21º | 0.81% | 0.66% | - |
| HSV(B) | 289.21º | 0.58% | 0.94% | - |
| XYZ | 47.87 | 29.64 | 84.86 | - |
| YUV | 149.93 | 178.27 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 100 | 239 | 0.10 | 0.58 | 0 | 0.06 | 289.21 | 0.81 | 0.66 |
| Hex | D6 | 64 | EF | A | 3A | 0 | 6 | 121 | 51 | 42 |
| Octal | 326 | 144 | 357 | 12 | 72 | 0 | 6 | 441 | 121 | 102 |
| Binary | 11010110 | 1100100 | 11101111 | 1010 | 111010 | 0 | 110 | 100100001 | 1010001 | 1000010 |
Color Harmonies of #D664EF
Complementary color
Monochromatic Colors of #D664EF
Black with #D664EF
Text Example
Text Example
White with #D664EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D664EF; }
p { color: rgb(214,100,239); }
H1.HeaderClassName
{
color: #D664EF;
}
.AnyTagClassName
{
color: #D664EF;
}
</style>
background-color css
<style>
a { background-color: #D664EF; }
a { background-color: rgb(214,100,239); }
div.DivClassName
{
background-color: #D664EF;
}
.BgClassName
{
background-color: #D664EF;
}
</style>
border-color css
<style>
span { border-color: #D664EF; }
span { border-color: rgb(214,100,239); }
td.TdClassName
{
border-color: #D664EF;
}
.TagClassName
{
border-color: #D664EF;
}
</style>