Shades of Heliotrope #D94AF7
Tints of Heliotrope #D94AF7
RGB
CMYK
RGB Variations
Color information
#D94AF7 (or 0xD94AF7) is known color: Heliotrope. HEX triplet: D9, 4A and F7. RGB value is (217,74,247). Sum of RGB (Red+Green+Blue) = 217+74+247=538 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.33% from 538); Green value is 74 (29.30% from 255 or 13.75% from 538); Blue value is 247 (96.88% from 255 or 45.91% from 538); Max value from RGB is 247 - color contains mainly: blue. Hex color #D94AF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D94AF7 is #26B508. Grayscale: #878787. Windows color (decimal): -2536713 or 16206553. OLE color: 16206553.
HSL color Cylindrical-coordinate representation of color #D94AF7: hue angle of 289.6º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D94AF7 is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 217 | 74 | 247 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.03 |
| HSL | 289.6º | 0.92% | 0.63% | - |
| HSV(B) | 289.6º | 0.7% | 0.97% | - |
| XYZ | 47.85 | 26.36 | 90.56 | - |
| YUV | 136.48 | 190.38 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 74 | 247 | 0.12 | 0.70 | 0 | 0.03 | 289.6 | 0.92 | 0.63 |
| Hex | D9 | 4A | F7 | C | 46 | 0 | 3 | 122 | 5C | 3F |
| Octal | 331 | 112 | 367 | 14 | 106 | 0 | 3 | 442 | 134 | 77 |
| Binary | 11011001 | 1001010 | 11110111 | 1100 | 1000110 | 0 | 11 | 100100010 | 1011100 | 111111 |
Color Harmonies of #D94AF7
Complementary color
Monochromatic Colors of #D94AF7
Black with #D94AF7
Text Example
Text Example
White with #D94AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94AF7; }
p { color: rgb(217,74,247); }
H1.HeaderClassName
{
color: #D94AF7;
}
.AnyTagClassName
{
color: #D94AF7;
}
</style>
background-color css
<style>
a { background-color: #D94AF7; }
a { background-color: rgb(217,74,247); }
div.DivClassName
{
background-color: #D94AF7;
}
.BgClassName
{
background-color: #D94AF7;
}
</style>
border-color css
<style>
span { border-color: #D94AF7; }
span { border-color: rgb(217,74,247); }
td.TdClassName
{
border-color: #D94AF7;
}
.TagClassName
{
border-color: #D94AF7;
}
</style>