Shades of Heliotrope #D94EF6
Tints of Heliotrope #D94EF6
RGB
CMYK
RGB Variations
Color information
#D94EF6 (or 0xD94EF6) is known color: Heliotrope. HEX triplet: D9, 4E and F6. RGB value is (217,78,246). Sum of RGB (Red+Green+Blue) = 217+78+246=541 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.11% from 541); Green value is 78 (30.86% from 255 or 14.42% from 541); Blue value is 246 (96.48% from 255 or 45.47% from 541); Max value from RGB is 246 - color contains mainly: blue. Hex color #D94EF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D94EF6 is #26B109. Grayscale: #8A8A8A. Windows color (decimal): -2535690 or 16142041. OLE color: 16142041.
HSL color Cylindrical-coordinate representation of color #D94EF6: hue angle of 289.64º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D94EF6 is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 78 | 246 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.04 |
| HSL | 289.64º | 0.9% | 0.64% | - |
| HSV(B) | 289.64º | 0.68% | 0.96% | - |
| XYZ | 47.97 | 26.85 | 89.84 | - |
| YUV | 138.71 | 188.55 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 78 | 246 | 0.12 | 0.68 | 0 | 0.04 | 289.64 | 0.9 | 0.64 |
| Hex | D9 | 4E | F6 | C | 44 | 0 | 4 | 122 | 5A | 40 |
| Octal | 331 | 116 | 366 | 14 | 104 | 0 | 4 | 442 | 132 | 100 |
| Binary | 11011001 | 1001110 | 11110110 | 1100 | 1000100 | 0 | 100 | 100100010 | 1011010 | 1000000 |
Color Harmonies of #D94EF6
Complementary color
Monochromatic Colors of #D94EF6
Black with #D94EF6
Text Example
Text Example
White with #D94EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94EF6; }
p { color: rgb(217,78,246); }
H1.HeaderClassName
{
color: #D94EF6;
}
.AnyTagClassName
{
color: #D94EF6;
}
</style>
background-color css
<style>
a { background-color: #D94EF6; }
a { background-color: rgb(217,78,246); }
div.DivClassName
{
background-color: #D94EF6;
}
.BgClassName
{
background-color: #D94EF6;
}
</style>
border-color css
<style>
span { border-color: #D94EF6; }
span { border-color: rgb(217,78,246); }
td.TdClassName
{
border-color: #D94EF6;
}
.TagClassName
{
border-color: #D94EF6;
}
</style>