Shades of Heliotrope #D94DFB
Tints of Heliotrope #D94DFB
RGB
CMYK
RGB Variations
Color information
#D94DFB (or 0xD94DFB) is known color: Heliotrope. HEX triplet: D9, 4D and FB. RGB value is (217,77,251). Sum of RGB (Red+Green+Blue) = 217+77+251=545 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.82% from 545); Green value is 77 (30.47% from 255 or 14.13% from 545); Blue value is 251 (98.44% from 255 or 46.06% from 545); Max value from RGB is 251 - color contains mainly: blue. Hex color #D94DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D94DFB is #26B204. Grayscale: #8A8A8A. Windows color (decimal): -2535941 or 16469465. OLE color: 16469465.
HSL color Cylindrical-coordinate representation of color #D94DFB: hue angle of 288.28º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D94DFB is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 77 | 251 | - |
| CMYK | 0.14 | 0.69 | 0 | 0.02 |
| HSL | 288.28º | 0.96% | 0.64% | - |
| HSV(B) | 288.28º | 0.69% | 0.98% | - |
| XYZ | 48.68 | 27.02 | 93.92 | - |
| YUV | 138.7 | 191.38 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 77 | 251 | 0.14 | 0.69 | 0 | 0.02 | 288.28 | 0.96 | 0.64 |
| Hex | D9 | 4D | FB | E | 45 | 0 | 2 | 120 | 60 | 40 |
| Octal | 331 | 115 | 373 | 16 | 105 | 0 | 2 | 440 | 140 | 100 |
| Binary | 11011001 | 1001101 | 11111011 | 1110 | 1000101 | 0 | 10 | 100100000 | 1100000 | 1000000 |
Color Harmonies of #D94DFB
Complementary color
Monochromatic Colors of #D94DFB
Black with #D94DFB
Text Example
Text Example
White with #D94DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94DFB; }
p { color: rgb(217,77,251); }
H1.HeaderClassName
{
color: #D94DFB;
}
.AnyTagClassName
{
color: #D94DFB;
}
</style>
background-color css
<style>
a { background-color: #D94DFB; }
a { background-color: rgb(217,77,251); }
div.DivClassName
{
background-color: #D94DFB;
}
.BgClassName
{
background-color: #D94DFB;
}
</style>
border-color css
<style>
span { border-color: #D94DFB; }
span { border-color: rgb(217,77,251); }
td.TdClassName
{
border-color: #D94DFB;
}
.TagClassName
{
border-color: #D94DFB;
}
</style>