Shades of Heliotrope #D94DFE
Tints of Heliotrope #D94DFE
RGB
CMYK
RGB Variations
Color information
#D94DFE (or 0xD94DFE) is known color: Heliotrope. HEX triplet: D9, 4D and FE. RGB value is (217,77,254). Sum of RGB (Red+Green+Blue) = 217+77+254=548 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.60% from 548); Green value is 77 (30.47% from 255 or 14.05% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #D94DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D94DFE is #26B201. Grayscale: #8A8A8A. Windows color (decimal): -2535938 or 16666073. OLE color: 16666073.
HSL color Cylindrical-coordinate representation of color #D94DFE: hue angle of 287.46º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D94DFE is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 217 | 77 | 254 | - |
| CMYK | 0.15 | 0.70 | 0 | 0.00 |
| HSL | 287.46º | 0.99% | 0.65% | - |
| HSV(B) | 287.46º | 0.7% | 1% | - |
| XYZ | 49.16 | 27.22 | 96.43 | - |
| YUV | 139.04 | 192.88 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 77 | 254 | 0.15 | 0.70 | 0 | 0.00 | 287.46 | 0.99 | 0.65 |
| Hex | D9 | 4D | FE | F | 46 | 0 | 0 | 11F | 63 | 41 |
| Octal | 331 | 115 | 376 | 17 | 106 | 0 | 0 | 437 | 143 | 101 |
| Binary | 11011001 | 1001101 | 11111110 | 1111 | 1000110 | 0 | 0 | 100011111 | 1100011 | 1000001 |
Color Harmonies of #D94DFE
Complementary color
Monochromatic Colors of #D94DFE
Black with #D94DFE
Text Example
Text Example
White with #D94DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94DFE; }
p { color: rgb(217,77,254); }
H1.HeaderClassName
{
color: #D94DFE;
}
.AnyTagClassName
{
color: #D94DFE;
}
</style>
background-color css
<style>
a { background-color: #D94DFE; }
a { background-color: rgb(217,77,254); }
div.DivClassName
{
background-color: #D94DFE;
}
.BgClassName
{
background-color: #D94DFE;
}
</style>
border-color css
<style>
span { border-color: #D94DFE; }
span { border-color: rgb(217,77,254); }
td.TdClassName
{
border-color: #D94DFE;
}
.TagClassName
{
border-color: #D94DFE;
}
</style>