Shades of Heliotrope #D46FEA
Tints of Heliotrope #D46FEA
RGB
CMYK
RGB Variations
Color information
#D46FEA (or 0xD46FEA) is known color: Heliotrope. HEX triplet: D4, 6F and EA. RGB value is (212,111,234). Sum of RGB (Red+Green+Blue) = 212+111+234=557 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.06% from 557); Green value is 111 (43.75% from 255 or 19.93% from 557); Blue value is 234 (91.80% from 255 or 42.01% from 557); Max value from RGB is 234 - color contains mainly: blue. Hex color #D46FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D46FEA is #2B9015. Grayscale: #9A9A9A. Windows color (decimal): -2854934 or 15364052. OLE color: 15364052.
HSL color Cylindrical-coordinate representation of color #D46FEA: hue angle of 289.27º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D46FEA is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 111 | 234 | - |
| CMYK | 0.09 | 0.53 | 0 | 0.08 |
| HSL | 289.27º | 0.75% | 0.68% | - |
| HSV(B) | 289.27º | 0.53% | 0.92% | - |
| XYZ | 47.69 | 31.31 | 81.37 | - |
| YUV | 155.22 | 172.46 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 111 | 234 | 0.09 | 0.53 | 0 | 0.08 | 289.27 | 0.75 | 0.68 |
| Hex | D4 | 6F | EA | 9 | 35 | 0 | 8 | 121 | 4B | 44 |
| Octal | 324 | 157 | 352 | 11 | 65 | 0 | 10 | 441 | 113 | 104 |
| Binary | 11010100 | 1101111 | 11101010 | 1001 | 110101 | 0 | 1000 | 100100001 | 1001011 | 1000100 |
Color Harmonies of #D46FEA
Complementary color
Monochromatic Colors of #D46FEA
Black with #D46FEA
Text Example
Text Example
White with #D46FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46FEA; }
p { color: rgb(212,111,234); }
H1.HeaderClassName
{
color: #D46FEA;
}
.AnyTagClassName
{
color: #D46FEA;
}
</style>
background-color css
<style>
a { background-color: #D46FEA; }
a { background-color: rgb(212,111,234); }
div.DivClassName
{
background-color: #D46FEA;
}
.BgClassName
{
background-color: #D46FEA;
}
</style>
border-color css
<style>
span { border-color: #D46FEA; }
span { border-color: rgb(212,111,234); }
td.TdClassName
{
border-color: #D46FEA;
}
.TagClassName
{
border-color: #D46FEA;
}
</style>