Shades of Heliotrope #D946FF
Tints of Heliotrope #D946FF
RGB
CMYK
RGB Variations
Color information
#D946FF (or 0xD946FF) is known color: Heliotrope. HEX triplet: D9, 46 and FF. RGB value is (217,70,255). Sum of RGB (Red+Green+Blue) = 217+70+255=542 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.04% from 542); Green value is 70 (27.73% from 255 or 12.92% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #D946FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D946FF is #26B900. Grayscale: #868686. Windows color (decimal): -2537729 or 16729817. OLE color: 16729817.
HSL color Cylindrical-coordinate representation of color #D946FF: hue angle of 287.68º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D946FF is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 70 | 255 | - |
| CMYK | 0.15 | 0.73 | 0 | 0 |
| HSL | 287.68º | 1% | 0.64% | - |
| HSV(B) | 287.68º | 0.73% | 1% | - |
| XYZ | 48.86 | 26.35 | 97.12 | - |
| YUV | 135.04 | 195.7 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 70 | 255 | 0.15 | 0.73 | 0 | 0 | 287.68 | 1 | 0.64 |
| Hex | D9 | 46 | FF | F | 49 | 0 | 0 | 120 | 64 | 40 |
| Octal | 331 | 106 | 377 | 17 | 111 | 0 | 0 | 440 | 144 | 100 |
| Binary | 11011001 | 1000110 | 11111111 | 1111 | 1001001 | 0 | 0 | 100100000 | 1100100 | 1000000 |
Color Harmonies of #D946FF
Complementary color
Monochromatic Colors of #D946FF
Black with #D946FF
Text Example
Text Example
White with #D946FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D946FF; }
p { color: rgb(217,70,255); }
H1.HeaderClassName
{
color: #D946FF;
}
.AnyTagClassName
{
color: #D946FF;
}
</style>
background-color css
<style>
a { background-color: #D946FF; }
a { background-color: rgb(217,70,255); }
div.DivClassName
{
background-color: #D946FF;
}
.BgClassName
{
background-color: #D946FF;
}
</style>
border-color css
<style>
span { border-color: #D946FF; }
span { border-color: rgb(217,70,255); }
td.TdClassName
{
border-color: #D946FF;
}
.TagClassName
{
border-color: #D946FF;
}
</style>