Shades of Heliotrope #D474F7
Tints of Heliotrope #D474F7
RGB
CMYK
RGB Variations
Color information
#D474F7 (or 0xD474F7) is known color: Heliotrope. HEX triplet: D4, 74 and F7. RGB value is (212,116,247). Sum of RGB (Red+Green+Blue) = 212+116+247=575 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.87% from 575); Green value is 116 (45.70% from 255 or 20.17% from 575); Blue value is 247 (96.88% from 255 or 42.96% from 575); Max value from RGB is 247 - color contains mainly: blue. Hex color #D474F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D474F7 is #2B8B08. Grayscale: #9F9F9F. Windows color (decimal): -2853641 or 16217300. OLE color: 16217300.
HSL color Cylindrical-coordinate representation of color #D474F7: hue angle of 283.97º 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 #D474F7 is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 212 | 116 | 247 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.03 |
| HSL | 283.97º | 0.89% | 0.71% | - |
| HSV(B) | 283.97º | 0.53% | 0.97% | - |
| XYZ | 50.19 | 33.2 | 91.76 | - |
| YUV | 159.64 | 177.3 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 116 | 247 | 0.14 | 0.53 | 0 | 0.03 | 283.97 | 0.89 | 0.71 |
| Hex | D4 | 74 | F7 | E | 35 | 0 | 3 | 11C | 59 | 47 |
| Octal | 324 | 164 | 367 | 16 | 65 | 0 | 3 | 434 | 131 | 107 |
| Binary | 11010100 | 1110100 | 11110111 | 1110 | 110101 | 0 | 11 | 100011100 | 1011001 | 1000111 |
Color Harmonies of #D474F7
Complementary color
Monochromatic Colors of #D474F7
Black with #D474F7
Text Example
Text Example
White with #D474F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D474F7; }
p { color: rgb(212,116,247); }
H1.HeaderClassName
{
color: #D474F7;
}
.AnyTagClassName
{
color: #D474F7;
}
</style>
background-color css
<style>
a { background-color: #D474F7; }
a { background-color: rgb(212,116,247); }
div.DivClassName
{
background-color: #D474F7;
}
.BgClassName
{
background-color: #D474F7;
}
</style>
border-color css
<style>
span { border-color: #D474F7; }
span { border-color: rgb(212,116,247); }
td.TdClassName
{
border-color: #D474F7;
}
.TagClassName
{
border-color: #D474F7;
}
</style>