Shades of Heliotrope #D574EC
Tints of Heliotrope #D574EC
RGB
CMYK
RGB Variations
Color information
#D574EC (or 0xD574EC) is known color: Heliotrope. HEX triplet: D5, 74 and EC. RGB value is (213,116,236). Sum of RGB (Red+Green+Blue) = 213+116+236=565 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.70% from 565); Green value is 116 (45.70% from 255 or 20.53% from 565); Blue value is 236 (92.58% from 255 or 41.77% from 565); Max value from RGB is 236 - color contains mainly: blue. Hex color #D574EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D574EC is #2A8B13. Grayscale: #9E9E9E. Windows color (decimal): -2788116 or 15496405. OLE color: 15496405.
HSL color Cylindrical-coordinate representation of color #D574EC: hue angle of 288.5º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D574EC is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 116 | 236 | - |
| CMYK | 0.10 | 0.51 | 0 | 0.07 |
| HSL | 288.5º | 0.76% | 0.69% | - |
| HSV(B) | 288.5º | 0.51% | 0.93% | - |
| XYZ | 48.83 | 32.69 | 83.09 | - |
| YUV | 158.68 | 171.64 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 116 | 236 | 0.10 | 0.51 | 0 | 0.07 | 288.5 | 0.76 | 0.69 |
| Hex | D5 | 74 | EC | A | 33 | 0 | 7 | 120 | 4C | 45 |
| Octal | 325 | 164 | 354 | 12 | 63 | 0 | 7 | 440 | 114 | 105 |
| Binary | 11010101 | 1110100 | 11101100 | 1010 | 110011 | 0 | 111 | 100100000 | 1001100 | 1000101 |
Color Harmonies of #D574EC
Complementary color
Monochromatic Colors of #D574EC
Black with #D574EC
Text Example
Text Example
White with #D574EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D574EC; }
p { color: rgb(213,116,236); }
H1.HeaderClassName
{
color: #D574EC;
}
.AnyTagClassName
{
color: #D574EC;
}
</style>
background-color css
<style>
a { background-color: #D574EC; }
a { background-color: rgb(213,116,236); }
div.DivClassName
{
background-color: #D574EC;
}
.BgClassName
{
background-color: #D574EC;
}
</style>
border-color css
<style>
span { border-color: #D574EC; }
span { border-color: rgb(213,116,236); }
td.TdClassName
{
border-color: #D574EC;
}
.TagClassName
{
border-color: #D574EC;
}
</style>