Shades of Heliotrope #D46DFE
Tints of Heliotrope #D46DFE
RGB
CMYK
RGB Variations
Color information
#D46DFE (or 0xD46DFE) is known color: Heliotrope. HEX triplet: D4, 6D and FE. RGB value is (212,109,254). Sum of RGB (Red+Green+Blue) = 212+109+254=575 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.87% from 575); Green value is 109 (42.97% from 255 or 18.96% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #D46DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D46DFE is #2B9201. Grayscale: #9B9B9B. Windows color (decimal): -2855426 or 16674260. OLE color: 16674260.
HSL color Cylindrical-coordinate representation of color #D46DFE: hue angle of 282.62º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D46DFE is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 212 | 109 | 254 | - |
| CMYK | 0.17 | 0.57 | 0 | 0.00 |
| HSL | 282.62º | 0.99% | 0.71% | - |
| HSV(B) | 282.62º | 0.57% | 1% | - |
| XYZ | 50.51 | 32.09 | 97.3 | - |
| YUV | 156.33 | 183.12 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 109 | 254 | 0.17 | 0.57 | 0 | 0.00 | 282.62 | 0.99 | 0.71 |
| Hex | D4 | 6D | FE | 11 | 39 | 0 | 0 | 11B | 63 | 47 |
| Octal | 324 | 155 | 376 | 21 | 71 | 0 | 0 | 433 | 143 | 107 |
| Binary | 11010100 | 1101101 | 11111110 | 10001 | 111001 | 0 | 0 | 100011011 | 1100011 | 1000111 |
Color Harmonies of #D46DFE
Complementary color
Monochromatic Colors of #D46DFE
Black with #D46DFE
Text Example
Text Example
White with #D46DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46DFE; }
p { color: rgb(212,109,254); }
H1.HeaderClassName
{
color: #D46DFE;
}
.AnyTagClassName
{
color: #D46DFE;
}
</style>
background-color css
<style>
a { background-color: #D46DFE; }
a { background-color: rgb(212,109,254); }
div.DivClassName
{
background-color: #D46DFE;
}
.BgClassName
{
background-color: #D46DFE;
}
</style>
border-color css
<style>
span { border-color: #D46DFE; }
span { border-color: rgb(212,109,254); }
td.TdClassName
{
border-color: #D46DFE;
}
.TagClassName
{
border-color: #D46DFE;
}
</style>