Shades of Heliotrope #D671F7
Tints of Heliotrope #D671F7
RGB
CMYK
RGB Variations
Color information
#D671F7 (or 0xD671F7) is known color: Heliotrope. HEX triplet: D6, 71 and F7. RGB value is (214,113,247). Sum of RGB (Red+Green+Blue) = 214+113+247=574 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.28% from 574); Green value is 113 (44.53% from 255 or 19.69% from 574); Blue value is 247 (96.88% from 255 or 43.03% from 574); Max value from RGB is 247 - color contains mainly: blue. Hex color #D671F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D671F7 is #298E08. Grayscale: #9E9E9E. Windows color (decimal): -2723337 or 16216534. OLE color: 16216534.
HSL color Cylindrical-coordinate representation of color #D671F7: hue angle of 285.22º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D671F7 is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 214 | 113 | 247 | - |
| CMYK | 0.13 | 0.54 | 0 | 0.03 |
| HSL | 285.22º | 0.89% | 0.71% | - |
| HSV(B) | 285.22º | 0.54% | 0.97% | - |
| XYZ | 50.43 | 32.82 | 91.67 | - |
| YUV | 158.48 | 177.96 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 113 | 247 | 0.13 | 0.54 | 0 | 0.03 | 285.22 | 0.89 | 0.71 |
| Hex | D6 | 71 | F7 | D | 36 | 0 | 3 | 11D | 59 | 47 |
| Octal | 326 | 161 | 367 | 15 | 66 | 0 | 3 | 435 | 131 | 107 |
| Binary | 11010110 | 1110001 | 11110111 | 1101 | 110110 | 0 | 11 | 100011101 | 1011001 | 1000111 |
Color Harmonies of #D671F7
Complementary color
Monochromatic Colors of #D671F7
Black with #D671F7
Text Example
Text Example
White with #D671F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D671F7; }
p { color: rgb(214,113,247); }
H1.HeaderClassName
{
color: #D671F7;
}
.AnyTagClassName
{
color: #D671F7;
}
</style>
background-color css
<style>
a { background-color: #D671F7; }
a { background-color: rgb(214,113,247); }
div.DivClassName
{
background-color: #D671F7;
}
.BgClassName
{
background-color: #D671F7;
}
</style>
border-color css
<style>
span { border-color: #D671F7; }
span { border-color: rgb(214,113,247); }
td.TdClassName
{
border-color: #D671F7;
}
.TagClassName
{
border-color: #D671F7;
}
</style>