Shades of Heliotrope #D94EFF
Tints of Heliotrope #D94EFF
RGB
CMYK
RGB Variations
Color information
#D94EFF (or 0xD94EFF) is known color: Heliotrope. HEX triplet: D9, 4E and FF. RGB value is (217,78,255). Sum of RGB (Red+Green+Blue) = 217+78+255=550 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.45% from 550); Green value is 78 (30.86% from 255 or 14.18% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #D94EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D94EFF is #26B100. Grayscale: #8B8B8B. Windows color (decimal): -2535681 or 16731865. OLE color: 16731865.
HSL color Cylindrical-coordinate representation of color #D94EFF: hue angle of 287.12º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D94EFF is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 78 | 255 | - |
| CMYK | 0.15 | 0.69 | 0 | 0 |
| HSL | 287.12º | 1% | 0.65% | - |
| HSV(B) | 287.12º | 0.69% | 1% | - |
| XYZ | 49.39 | 27.42 | 97.3 | - |
| YUV | 139.74 | 193.05 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 78 | 255 | 0.15 | 0.69 | 0 | 0 | 287.12 | 1 | 0.65 |
| Hex | D9 | 4E | FF | F | 45 | 0 | 0 | 11F | 64 | 41 |
| Octal | 331 | 116 | 377 | 17 | 105 | 0 | 0 | 437 | 144 | 101 |
| Binary | 11011001 | 1001110 | 11111111 | 1111 | 1000101 | 0 | 0 | 100011111 | 1100100 | 1000001 |
Color Harmonies of #D94EFF
Complementary color
Monochromatic Colors of #D94EFF
Black with #D94EFF
Text Example
Text Example
White with #D94EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94EFF; }
p { color: rgb(217,78,255); }
H1.HeaderClassName
{
color: #D94EFF;
}
.AnyTagClassName
{
color: #D94EFF;
}
</style>
background-color css
<style>
a { background-color: #D94EFF; }
a { background-color: rgb(217,78,255); }
div.DivClassName
{
background-color: #D94EFF;
}
.BgClassName
{
background-color: #D94EFF;
}
</style>
border-color css
<style>
span { border-color: #D94EFF; }
span { border-color: rgb(217,78,255); }
td.TdClassName
{
border-color: #D94EFF;
}
.TagClassName
{
border-color: #D94EFF;
}
</style>