Shades of Heliotrope #D46DFF
Tints of Heliotrope #D46DFF
RGB
CMYK
RGB Variations
Color information
#D46DFF (or 0xD46DFF) is known color: Heliotrope. HEX triplet: D4, 6D and FF. RGB value is (212,109,255). Sum of RGB (Red+Green+Blue) = 212+109+255=576 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.81% from 576); Green value is 109 (42.97% from 255 or 18.92% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #D46DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D46DFF is #2B9200. Grayscale: #9B9B9B. Windows color (decimal): -2855425 or 16739796. OLE color: 16739796.
HSL color Cylindrical-coordinate representation of color #D46DFF: hue angle of 282.33º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D46DFF is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 109 | 255 | - |
| CMYK | 0.17 | 0.57 | 0 | 0 |
| HSL | 282.33º | 1% | 0.71% | - |
| HSV(B) | 282.33º | 0.57% | 1% | - |
| XYZ | 50.67 | 32.15 | 98.14 | - |
| YUV | 156.44 | 183.62 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 109 | 255 | 0.17 | 0.57 | 0 | 0 | 282.33 | 1 | 0.71 |
| Hex | D4 | 6D | FF | 11 | 39 | 0 | 0 | 11A | 64 | 47 |
| Octal | 324 | 155 | 377 | 21 | 71 | 0 | 0 | 432 | 144 | 107 |
| Binary | 11010100 | 1101101 | 11111111 | 10001 | 111001 | 0 | 0 | 100011010 | 1100100 | 1000111 |
Color Harmonies of #D46DFF
Complementary color
Monochromatic Colors of #D46DFF
Black with #D46DFF
Text Example
Text Example
White with #D46DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46DFF; }
p { color: rgb(212,109,255); }
H1.HeaderClassName
{
color: #D46DFF;
}
.AnyTagClassName
{
color: #D46DFF;
}
</style>
background-color css
<style>
a { background-color: #D46DFF; }
a { background-color: rgb(212,109,255); }
div.DivClassName
{
background-color: #D46DFF;
}
.BgClassName
{
background-color: #D46DFF;
}
</style>
border-color css
<style>
span { border-color: #D46DFF; }
span { border-color: rgb(212,109,255); }
td.TdClassName
{
border-color: #D46DFF;
}
.TagClassName
{
border-color: #D46DFF;
}
</style>