Shades of Heliotrope #D562EE
Tints of Heliotrope #D562EE
RGB
CMYK
RGB Variations
Color information
#D562EE (or 0xD562EE) is known color: Heliotrope. HEX triplet: D5, 62 and EE. RGB value is (213,98,238). Sum of RGB (Red+Green+Blue) = 213+98+238=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 98 (38.67% from 255 or 17.85% from 549); Blue value is 238 (93.36% from 255 or 43.35% from 549); Max value from RGB is 238 - color contains mainly: blue. Hex color #D562EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D562EE is #2A9D11. Grayscale: #939393. Windows color (decimal): -2792722 or 15622869. OLE color: 15622869.
HSL color Cylindrical-coordinate representation of color #D562EE: hue angle of 289.29º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D562EE is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 98 | 238 | - |
| CMYK | 0.11 | 0.59 | 0 | 0.07 |
| HSL | 289.29º | 0.8% | 0.66% | - |
| HSV(B) | 289.29º | 0.59% | 0.93% | - |
| XYZ | 47.24 | 29.05 | 84.01 | - |
| YUV | 148.35 | 178.6 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 98 | 238 | 0.11 | 0.59 | 0 | 0.07 | 289.29 | 0.8 | 0.66 |
| Hex | D5 | 62 | EE | B | 3B | 0 | 7 | 121 | 50 | 42 |
| Octal | 325 | 142 | 356 | 13 | 73 | 0 | 7 | 441 | 120 | 102 |
| Binary | 11010101 | 1100010 | 11101110 | 1011 | 111011 | 0 | 111 | 100100001 | 1010000 | 1000010 |
Color Harmonies of #D562EE
Complementary color
Monochromatic Colors of #D562EE
Black with #D562EE
Text Example
Text Example
White with #D562EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D562EE; }
p { color: rgb(213,98,238); }
H1.HeaderClassName
{
color: #D562EE;
}
.AnyTagClassName
{
color: #D562EE;
}
</style>
background-color css
<style>
a { background-color: #D562EE; }
a { background-color: rgb(213,98,238); }
div.DivClassName
{
background-color: #D562EE;
}
.BgClassName
{
background-color: #D562EE;
}
</style>
border-color css
<style>
span { border-color: #D562EE; }
span { border-color: rgb(213,98,238); }
td.TdClassName
{
border-color: #D562EE;
}
.TagClassName
{
border-color: #D562EE;
}
</style>