Shades of Heliotrope #D472EC
Tints of Heliotrope #D472EC
RGB
CMYK
RGB Variations
Color information
#D472EC (or 0xD472EC) is known color: Heliotrope. HEX triplet: D4, 72 and EC. RGB value is (212,114,236). Sum of RGB (Red+Green+Blue) = 212+114+236=562 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.72% from 562); Green value is 114 (44.92% from 255 or 20.28% from 562); Blue value is 236 (92.58% from 255 or 41.99% from 562); Max value from RGB is 236 - color contains mainly: blue. Hex color #D472EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D472EC is #2B8D13. Grayscale: #9C9C9C. Windows color (decimal): -2854164 or 15495892. OLE color: 15495892.
HSL color Cylindrical-coordinate representation of color #D472EC: hue angle of 288.2º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D472EC is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 114 | 236 | - |
| CMYK | 0.10 | 0.52 | 0 | 0.07 |
| HSL | 288.2º | 0.76% | 0.69% | - |
| HSV(B) | 288.2º | 0.52% | 0.93% | - |
| XYZ | 48.31 | 32.09 | 83 | - |
| YUV | 157.21 | 172.47 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 114 | 236 | 0.10 | 0.52 | 0 | 0.07 | 288.2 | 0.76 | 0.69 |
| Hex | D4 | 72 | EC | A | 34 | 0 | 7 | 120 | 4C | 45 |
| Octal | 324 | 162 | 354 | 12 | 64 | 0 | 7 | 440 | 114 | 105 |
| Binary | 11010100 | 1110010 | 11101100 | 1010 | 110100 | 0 | 111 | 100100000 | 1001100 | 1000101 |
Color Harmonies of #D472EC
Complementary color
Monochromatic Colors of #D472EC
Black with #D472EC
Text Example
Text Example
White with #D472EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D472EC; }
p { color: rgb(212,114,236); }
H1.HeaderClassName
{
color: #D472EC;
}
.AnyTagClassName
{
color: #D472EC;
}
</style>
background-color css
<style>
a { background-color: #D472EC; }
a { background-color: rgb(212,114,236); }
div.DivClassName
{
background-color: #D472EC;
}
.BgClassName
{
background-color: #D472EC;
}
</style>
border-color css
<style>
span { border-color: #D472EC; }
span { border-color: rgb(212,114,236); }
td.TdClassName
{
border-color: #D472EC;
}
.TagClassName
{
border-color: #D472EC;
}
</style>