Shades of Heliotrope #D46DFB
Tints of Heliotrope #D46DFB
RGB
CMYK
RGB Variations
Color information
#D46DFB (or 0xD46DFB) is known color: Heliotrope. HEX triplet: D4, 6D and FB. RGB value is (212,109,251). Sum of RGB (Red+Green+Blue) = 212+109+251=572 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.06% from 572); Green value is 109 (42.97% from 255 or 19.06% from 572); Blue value is 251 (98.44% from 255 or 43.88% from 572); Max value from RGB is 251 - color contains mainly: blue. Hex color #D46DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D46DFB is #2B9204. Grayscale: #9B9B9B. Windows color (decimal): -2855429 or 16477652. OLE color: 16477652.
HSL color Cylindrical-coordinate representation of color #D46DFB: hue angle of 283.52º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D46DFB is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 109 | 251 | - |
| CMYK | 0.16 | 0.57 | 0 | 0.02 |
| HSL | 283.52º | 0.95% | 0.71% | - |
| HSV(B) | 283.52º | 0.57% | 0.98% | - |
| XYZ | 50.03 | 31.9 | 94.79 | - |
| YUV | 155.99 | 181.62 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 109 | 251 | 0.16 | 0.57 | 0 | 0.02 | 283.52 | 0.95 | 0.71 |
| Hex | D4 | 6D | FB | 10 | 39 | 0 | 2 | 11C | 5F | 47 |
| Octal | 324 | 155 | 373 | 20 | 71 | 0 | 2 | 434 | 137 | 107 |
| Binary | 11010100 | 1101101 | 11111011 | 10000 | 111001 | 0 | 10 | 100011100 | 1011111 | 1000111 |
Color Harmonies of #D46DFB
Complementary color
Monochromatic Colors of #D46DFB
Black with #D46DFB
Text Example
Text Example
White with #D46DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46DFB; }
p { color: rgb(212,109,251); }
H1.HeaderClassName
{
color: #D46DFB;
}
.AnyTagClassName
{
color: #D46DFB;
}
</style>
background-color css
<style>
a { background-color: #D46DFB; }
a { background-color: rgb(212,109,251); }
div.DivClassName
{
background-color: #D46DFB;
}
.BgClassName
{
background-color: #D46DFB;
}
</style>
border-color css
<style>
span { border-color: #D46DFB; }
span { border-color: rgb(212,109,251); }
td.TdClassName
{
border-color: #D46DFB;
}
.TagClassName
{
border-color: #D46DFB;
}
</style>