Shades of Heliotrope #D074F7
Tints of Heliotrope #D074F7
RGB
CMYK
RGB Variations
Color information
#D074F7 (or 0xD074F7) is known color: Heliotrope. HEX triplet: D0, 74 and F7. RGB value is (208,116,247). Sum of RGB (Red+Green+Blue) = 208+116+247=571 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.43% from 571); Green value is 116 (45.70% from 255 or 20.32% from 571); Blue value is 247 (96.88% from 255 or 43.26% from 571); Max value from RGB is 247 - color contains mainly: blue. Hex color #D074F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D074F7 is #2F8B08. Grayscale: #9E9E9E. Windows color (decimal): -3115785 or 16217296. OLE color: 16217296.
HSL color Cylindrical-coordinate representation of color #D074F7: hue angle of 282.14º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D074F7 is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 116 | 247 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.03 |
| HSL | 282.14º | 0.89% | 0.71% | - |
| HSV(B) | 282.14º | 0.53% | 0.97% | - |
| XYZ | 49.05 | 32.62 | 91.71 | - |
| YUV | 158.44 | 177.98 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 116 | 247 | 0.16 | 0.53 | 0 | 0.03 | 282.14 | 0.89 | 0.71 |
| Hex | D0 | 74 | F7 | 10 | 35 | 0 | 3 | 11A | 59 | 47 |
| Octal | 320 | 164 | 367 | 20 | 65 | 0 | 3 | 432 | 131 | 107 |
| Binary | 11010000 | 1110100 | 11110111 | 10000 | 110101 | 0 | 11 | 100011010 | 1011001 | 1000111 |
Color Harmonies of #D074F7
Complementary color
Monochromatic Colors of #D074F7
Black with #D074F7
Text Example
Text Example
White with #D074F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D074F7; }
p { color: rgb(208,116,247); }
H1.HeaderClassName
{
color: #D074F7;
}
.AnyTagClassName
{
color: #D074F7;
}
</style>
background-color css
<style>
a { background-color: #D074F7; }
a { background-color: rgb(208,116,247); }
div.DivClassName
{
background-color: #D074F7;
}
.BgClassName
{
background-color: #D074F7;
}
</style>
border-color css
<style>
span { border-color: #D074F7; }
span { border-color: rgb(208,116,247); }
td.TdClassName
{
border-color: #D074F7;
}
.TagClassName
{
border-color: #D074F7;
}
</style>