Shades of Heliotrope #D46DF1
Tints of Heliotrope #D46DF1
RGB
CMYK
RGB Variations
Color information
#D46DF1 (or 0xD46DF1) is known color: Heliotrope. HEX triplet: D4, 6D and F1. RGB value is (212,109,241). Sum of RGB (Red+Green+Blue) = 212+109+241=562 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.72% from 562); Green value is 109 (42.97% from 255 or 19.40% from 562); Blue value is 241 (94.53% from 255 or 42.88% from 562); Max value from RGB is 241 - color contains mainly: blue. Hex color #D46DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D46DF1 is #2B920E. Grayscale: #9A9A9A. Windows color (decimal): -2855439 or 15822292. OLE color: 15822292.
HSL color Cylindrical-coordinate representation of color #D46DF1: hue angle of 286.82º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D46DF1 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 109 | 241 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.05 |
| HSL | 286.82º | 0.83% | 0.69% | - |
| HSV(B) | 286.82º | 0.55% | 0.95% | - |
| XYZ | 48.5 | 31.29 | 86.7 | - |
| YUV | 154.85 | 176.62 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 109 | 241 | 0.12 | 0.55 | 0 | 0.05 | 286.82 | 0.83 | 0.69 |
| Hex | D4 | 6D | F1 | C | 37 | 0 | 5 | 11F | 52 | 45 |
| Octal | 324 | 155 | 361 | 14 | 67 | 0 | 5 | 437 | 122 | 105 |
| Binary | 11010100 | 1101101 | 11110001 | 1100 | 110111 | 0 | 101 | 100011111 | 1010010 | 1000101 |
Color Harmonies of #D46DF1
Complementary color
Monochromatic Colors of #D46DF1
Black with #D46DF1
Text Example
Text Example
White with #D46DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46DF1; }
p { color: rgb(212,109,241); }
H1.HeaderClassName
{
color: #D46DF1;
}
.AnyTagClassName
{
color: #D46DF1;
}
</style>
background-color css
<style>
a { background-color: #D46DF1; }
a { background-color: rgb(212,109,241); }
div.DivClassName
{
background-color: #D46DF1;
}
.BgClassName
{
background-color: #D46DF1;
}
</style>
border-color css
<style>
span { border-color: #D46DF1; }
span { border-color: rgb(212,109,241); }
td.TdClassName
{
border-color: #D46DF1;
}
.TagClassName
{
border-color: #D46DF1;
}
</style>