Shades of Heliotrope #D46FF6
Tints of Heliotrope #D46FF6
RGB
CMYK
RGB Variations
Color information
#D46FF6 (or 0xD46FF6) is known color: Heliotrope. HEX triplet: D4, 6F and F6. RGB value is (212,111,246). Sum of RGB (Red+Green+Blue) = 212+111+246=569 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.26% from 569); Green value is 111 (43.75% from 255 or 19.51% from 569); Blue value is 246 (96.48% from 255 or 43.23% from 569); Max value from RGB is 246 - color contains mainly: blue. Hex color #D46FF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D46FF6 is #2B9009. Grayscale: #9C9C9C. Windows color (decimal): -2854922 or 16150484. OLE color: 16150484.
HSL color Cylindrical-coordinate representation of color #D46FF6: hue angle of 284.89º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D46FF6 is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 212 | 111 | 246 | - |
| CMYK | 0.14 | 0.55 | 0 | 0.04 |
| HSL | 284.89º | 0.88% | 0.7% | - |
| HSV(B) | 284.89º | 0.55% | 0.96% | - |
| XYZ | 49.47 | 32.02 | 90.76 | - |
| YUV | 156.59 | 178.46 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 111 | 246 | 0.14 | 0.55 | 0 | 0.04 | 284.89 | 0.88 | 0.7 |
| Hex | D4 | 6F | F6 | E | 37 | 0 | 4 | 11D | 58 | 46 |
| Octal | 324 | 157 | 366 | 16 | 67 | 0 | 4 | 435 | 130 | 106 |
| Binary | 11010100 | 1101111 | 11110110 | 1110 | 110111 | 0 | 100 | 100011101 | 1011000 | 1000110 |
Color Harmonies of #D46FF6
Complementary color
Monochromatic Colors of #D46FF6
Black with #D46FF6
Text Example
Text Example
White with #D46FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46FF6; }
p { color: rgb(212,111,246); }
H1.HeaderClassName
{
color: #D46FF6;
}
.AnyTagClassName
{
color: #D46FF6;
}
</style>
background-color css
<style>
a { background-color: #D46FF6; }
a { background-color: rgb(212,111,246); }
div.DivClassName
{
background-color: #D46FF6;
}
.BgClassName
{
background-color: #D46FF6;
}
</style>
border-color css
<style>
span { border-color: #D46FF6; }
span { border-color: rgb(212,111,246); }
td.TdClassName
{
border-color: #D46FF6;
}
.TagClassName
{
border-color: #D46FF6;
}
</style>