Shades of Heliotrope #D666F7
Tints of Heliotrope #D666F7
RGB
CMYK
RGB Variations
Color information
#D666F7 (or 0xD666F7) is known color: Heliotrope. HEX triplet: D6, 66 and F7. RGB value is (214,102,247). Sum of RGB (Red+Green+Blue) = 214+102+247=563 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.01% from 563); Green value is 102 (40.23% from 255 or 18.12% from 563); Blue value is 247 (96.88% from 255 or 43.87% from 563); Max value from RGB is 247 - color contains mainly: blue. Hex color #D666F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D666F7 is #299908. Grayscale: #979797. Windows color (decimal): -2726153 or 16213718. OLE color: 16213718.
HSL color Cylindrical-coordinate representation of color #D666F7: hue angle of 286.34º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D666F7 is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 214 | 102 | 247 | - |
| CMYK | 0.13 | 0.59 | 0 | 0.03 |
| HSL | 286.34º | 0.9% | 0.68% | - |
| HSV(B) | 286.34º | 0.59% | 0.97% | - |
| XYZ | 49.27 | 30.51 | 91.29 | - |
| YUV | 152.02 | 181.61 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 102 | 247 | 0.13 | 0.59 | 0 | 0.03 | 286.34 | 0.9 | 0.68 |
| Hex | D6 | 66 | F7 | D | 3B | 0 | 3 | 11E | 5A | 44 |
| Octal | 326 | 146 | 367 | 15 | 73 | 0 | 3 | 436 | 132 | 104 |
| Binary | 11010110 | 1100110 | 11110111 | 1101 | 111011 | 0 | 11 | 100011110 | 1011010 | 1000100 |
Color Harmonies of #D666F7
Complementary color
Monochromatic Colors of #D666F7
Black with #D666F7
Text Example
Text Example
White with #D666F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D666F7; }
p { color: rgb(214,102,247); }
H1.HeaderClassName
{
color: #D666F7;
}
.AnyTagClassName
{
color: #D666F7;
}
</style>
background-color css
<style>
a { background-color: #D666F7; }
a { background-color: rgb(214,102,247); }
div.DivClassName
{
background-color: #D666F7;
}
.BgClassName
{
background-color: #D666F7;
}
</style>
border-color css
<style>
span { border-color: #D666F7; }
span { border-color: rgb(214,102,247); }
td.TdClassName
{
border-color: #D666F7;
}
.TagClassName
{
border-color: #D666F7;
}
</style>