Shades of Heliotrope #D94DFF
Tints of Heliotrope #D94DFF
RGB
CMYK
RGB Variations
Color information
#D94DFF (or 0xD94DFF) is known color: Heliotrope. HEX triplet: D9, 4D and FF. RGB value is (217,77,255). Sum of RGB (Red+Green+Blue) = 217+77+255=549 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.53% from 549); Green value is 77 (30.47% from 255 or 14.03% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #D94DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D94DFF is #26B200. Grayscale: #8A8A8A. Windows color (decimal): -2535937 or 16731609. OLE color: 16731609.
HSL color Cylindrical-coordinate representation of color #D94DFF: hue angle of 287.19º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D94DFF is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 77 | 255 | - |
| CMYK | 0.15 | 0.70 | 0 | 0 |
| HSL | 287.19º | 1% | 0.65% | - |
| HSV(B) | 287.19º | 0.7% | 1% | - |
| XYZ | 49.32 | 27.28 | 97.27 | - |
| YUV | 139.15 | 193.38 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 77 | 255 | 0.15 | 0.70 | 0 | 0 | 287.19 | 1 | 0.65 |
| Hex | D9 | 4D | FF | F | 46 | 0 | 0 | 11F | 64 | 41 |
| Octal | 331 | 115 | 377 | 17 | 106 | 0 | 0 | 437 | 144 | 101 |
| Binary | 11011001 | 1001101 | 11111111 | 1111 | 1000110 | 0 | 0 | 100011111 | 1100100 | 1000001 |
Color Harmonies of #D94DFF
Complementary color
Monochromatic Colors of #D94DFF
Black with #D94DFF
Text Example
Text Example
White with #D94DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94DFF; }
p { color: rgb(217,77,255); }
H1.HeaderClassName
{
color: #D94DFF;
}
.AnyTagClassName
{
color: #D94DFF;
}
</style>
background-color css
<style>
a { background-color: #D94DFF; }
a { background-color: rgb(217,77,255); }
div.DivClassName
{
background-color: #D94DFF;
}
.BgClassName
{
background-color: #D94DFF;
}
</style>
border-color css
<style>
span { border-color: #D94DFF; }
span { border-color: rgb(217,77,255); }
td.TdClassName
{
border-color: #D94DFF;
}
.TagClassName
{
border-color: #D94DFF;
}
</style>