Shades of Heliotrope #D664FF
Tints of Heliotrope #D664FF
RGB
CMYK
RGB Variations
Color information
#D664FF (or 0xD664FF) is known color: Heliotrope. HEX triplet: D6, 64 and FF. RGB value is (214,100,255). Sum of RGB (Red+Green+Blue) = 214+100+255=569 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.61% from 569); Green value is 100 (39.45% from 255 or 17.57% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #D664FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D664FF is #299B00. Grayscale: #979797. Windows color (decimal): -2726657 or 16737494. OLE color: 16737494.
HSL color Cylindrical-coordinate representation of color #D664FF: hue angle of 284.13º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D664FF is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 100 | 255 | - |
| CMYK | 0.16 | 0.61 | 0 | 0 |
| HSL | 284.13º | 1% | 0.7% | - |
| HSV(B) | 284.13º | 0.61% | 1% | - |
| XYZ | 50.34 | 30.63 | 97.87 | - |
| YUV | 151.76 | 186.27 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 100 | 255 | 0.16 | 0.61 | 0 | 0 | 284.13 | 1 | 0.7 |
| Hex | D6 | 64 | FF | 10 | 3D | 0 | 0 | 11C | 64 | 46 |
| Octal | 326 | 144 | 377 | 20 | 75 | 0 | 0 | 434 | 144 | 106 |
| Binary | 11010110 | 1100100 | 11111111 | 10000 | 111101 | 0 | 0 | 100011100 | 1100100 | 1000110 |
Color Harmonies of #D664FF
Complementary color
Monochromatic Colors of #D664FF
Black with #D664FF
Text Example
Text Example
White with #D664FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D664FF; }
p { color: rgb(214,100,255); }
H1.HeaderClassName
{
color: #D664FF;
}
.AnyTagClassName
{
color: #D664FF;
}
</style>
background-color css
<style>
a { background-color: #D664FF; }
a { background-color: rgb(214,100,255); }
div.DivClassName
{
background-color: #D664FF;
}
.BgClassName
{
background-color: #D664FF;
}
</style>
border-color css
<style>
span { border-color: #D664FF; }
span { border-color: rgb(214,100,255); }
td.TdClassName
{
border-color: #D664FF;
}
.TagClassName
{
border-color: #D664FF;
}
</style>