Shades of Heliotrope #D46EEA
Tints of Heliotrope #D46EEA
RGB
CMYK
RGB Variations
Color information
#D46EEA (or 0xD46EEA) is known color: Heliotrope. HEX triplet: D4, 6E and EA. RGB value is (212,110,234). Sum of RGB (Red+Green+Blue) = 212+110+234=556 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.13% from 556); Green value is 110 (43.36% from 255 or 19.78% from 556); Blue value is 234 (91.80% from 255 or 42.09% from 556); Max value from RGB is 234 - color contains mainly: blue. Hex color #D46EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D46EEA is #2B9115. Grayscale: #9A9A9A. Windows color (decimal): -2855190 or 15363796. OLE color: 15363796.
HSL color Cylindrical-coordinate representation of color #D46EEA: hue angle of 289.35º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D46EEA is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 110 | 234 | - |
| CMYK | 0.09 | 0.53 | 0 | 0.08 |
| HSL | 289.35º | 0.75% | 0.67% | - |
| HSV(B) | 289.35º | 0.53% | 0.92% | - |
| XYZ | 47.58 | 31.09 | 81.34 | - |
| YUV | 154.63 | 172.79 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 110 | 234 | 0.09 | 0.53 | 0 | 0.08 | 289.35 | 0.75 | 0.67 |
| Hex | D4 | 6E | EA | 9 | 35 | 0 | 8 | 121 | 4B | 43 |
| Octal | 324 | 156 | 352 | 11 | 65 | 0 | 10 | 441 | 113 | 103 |
| Binary | 11010100 | 1101110 | 11101010 | 1001 | 110101 | 0 | 1000 | 100100001 | 1001011 | 1000011 |
Color Harmonies of #D46EEA
Complementary color
Monochromatic Colors of #D46EEA
Black with #D46EEA
Text Example
Text Example
White with #D46EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46EEA; }
p { color: rgb(212,110,234); }
H1.HeaderClassName
{
color: #D46EEA;
}
.AnyTagClassName
{
color: #D46EEA;
}
</style>
background-color css
<style>
a { background-color: #D46EEA; }
a { background-color: rgb(212,110,234); }
div.DivClassName
{
background-color: #D46EEA;
}
.BgClassName
{
background-color: #D46EEA;
}
</style>
border-color css
<style>
span { border-color: #D46EEA; }
span { border-color: rgb(212,110,234); }
td.TdClassName
{
border-color: #D46EEA;
}
.TagClassName
{
border-color: #D46EEA;
}
</style>