Shades of Heliotrope #D94DFC
Tints of Heliotrope #D94DFC
RGB
CMYK
RGB Variations
Color information
#D94DFC (or 0xD94DFC) is known color: Heliotrope. HEX triplet: D9, 4D and FC. RGB value is (217,77,252). Sum of RGB (Red+Green+Blue) = 217+77+252=546 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.74% from 546); Green value is 77 (30.47% from 255 or 14.10% from 546); Blue value is 252 (98.83% from 255 or 46.15% from 546); Max value from RGB is 252 - color contains mainly: blue. Hex color #D94DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D94DFC is #26B203. Grayscale: #8A8A8A. Windows color (decimal): -2535940 or 16535001. OLE color: 16535001.
HSL color Cylindrical-coordinate representation of color #D94DFC: hue angle of 288º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D94DFC is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 77 | 252 | - |
| CMYK | 0.14 | 0.69 | 0 | 0.01 |
| HSL | 288º | 0.97% | 0.65% | - |
| HSV(B) | 288º | 0.69% | 0.99% | - |
| XYZ | 48.84 | 27.09 | 94.75 | - |
| YUV | 138.81 | 191.88 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 77 | 252 | 0.14 | 0.69 | 0 | 0.01 | 288 | 0.97 | 0.65 |
| Hex | D9 | 4D | FC | E | 45 | 0 | 1 | 120 | 61 | 41 |
| Octal | 331 | 115 | 374 | 16 | 105 | 0 | 1 | 440 | 141 | 101 |
| Binary | 11011001 | 1001101 | 11111100 | 1110 | 1000101 | 0 | 1 | 100100000 | 1100001 | 1000001 |
Color Harmonies of #D94DFC
Complementary color
Monochromatic Colors of #D94DFC
Black with #D94DFC
Text Example
Text Example
White with #D94DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94DFC; }
p { color: rgb(217,77,252); }
H1.HeaderClassName
{
color: #D94DFC;
}
.AnyTagClassName
{
color: #D94DFC;
}
</style>
background-color css
<style>
a { background-color: #D94DFC; }
a { background-color: rgb(217,77,252); }
div.DivClassName
{
background-color: #D94DFC;
}
.BgClassName
{
background-color: #D94DFC;
}
</style>
border-color css
<style>
span { border-color: #D94DFC; }
span { border-color: rgb(217,77,252); }
td.TdClassName
{
border-color: #D94DFC;
}
.TagClassName
{
border-color: #D94DFC;
}
</style>