Shades of Heliotrope #D562EC
Tints of Heliotrope #D562EC
RGB
CMYK
RGB Variations
Color information
#D562EC (or 0xD562EC) is known color: Heliotrope. HEX triplet: D5, 62 and EC. RGB value is (213,98,236). Sum of RGB (Red+Green+Blue) = 213+98+236=547 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.94% from 547); Green value is 98 (38.67% from 255 or 17.92% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 236 - color contains mainly: blue. Hex color #D562EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D562EC is #2A9D13. Grayscale: #939393. Windows color (decimal): -2792724 or 15491797. OLE color: 15491797.
HSL color Cylindrical-coordinate representation of color #D562EC: hue angle of 290º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D562EC is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 98 | 236 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.07 |
| HSL | 290º | 0.78% | 0.65% | - |
| HSV(B) | 290º | 0.58% | 0.93% | - |
| XYZ | 46.95 | 28.94 | 82.47 | - |
| YUV | 148.12 | 177.6 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 98 | 236 | 0.10 | 0.58 | 0 | 0.07 | 290 | 0.78 | 0.65 |
| Hex | D5 | 62 | EC | A | 3A | 0 | 7 | 122 | 4E | 41 |
| Octal | 325 | 142 | 354 | 12 | 72 | 0 | 7 | 442 | 116 | 101 |
| Binary | 11010101 | 1100010 | 11101100 | 1010 | 111010 | 0 | 111 | 100100010 | 1001110 | 1000001 |
Color Harmonies of #D562EC
Complementary color
Monochromatic Colors of #D562EC
Black with #D562EC
Text Example
Text Example
White with #D562EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D562EC; }
p { color: rgb(213,98,236); }
H1.HeaderClassName
{
color: #D562EC;
}
.AnyTagClassName
{
color: #D562EC;
}
</style>
background-color css
<style>
a { background-color: #D562EC; }
a { background-color: rgb(213,98,236); }
div.DivClassName
{
background-color: #D562EC;
}
.BgClassName
{
background-color: #D562EC;
}
</style>
border-color css
<style>
span { border-color: #D562EC; }
span { border-color: rgb(213,98,236); }
td.TdClassName
{
border-color: #D562EC;
}
.TagClassName
{
border-color: #D562EC;
}
</style>