Shades of Heliotrope #D362EE
Tints of Heliotrope #D362EE
RGB
CMYK
RGB Variations
Color information
#D362EE (or 0xD362EE) is known color: Heliotrope. HEX triplet: D3, 62 and EE. RGB value is (211,98,238). Sum of RGB (Red+Green+Blue) = 211+98+238=547 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.57% from 547); Green value is 98 (38.67% from 255 or 17.92% from 547); Blue value is 238 (93.36% from 255 or 43.51% from 547); Max value from RGB is 238 - color contains mainly: blue. Hex color #D362EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D362EE is #2C9D11. Grayscale: #939393. Windows color (decimal): -2923794 or 15622867. OLE color: 15622867.
HSL color Cylindrical-coordinate representation of color #D362EE: hue angle of 288.43º 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 #D362EE is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 98 | 238 | - |
| CMYK | 0.11 | 0.59 | 0 | 0.07 |
| HSL | 288.43º | 0.8% | 0.66% | - |
| HSV(B) | 288.43º | 0.59% | 0.93% | - |
| XYZ | 46.66 | 28.76 | 83.98 | - |
| YUV | 147.75 | 178.94 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 98 | 238 | 0.11 | 0.59 | 0 | 0.07 | 288.43 | 0.8 | 0.66 |
| Hex | D3 | 62 | EE | B | 3B | 0 | 7 | 120 | 50 | 42 |
| Octal | 323 | 142 | 356 | 13 | 73 | 0 | 7 | 440 | 120 | 102 |
| Binary | 11010011 | 1100010 | 11101110 | 1011 | 111011 | 0 | 111 | 100100000 | 1010000 | 1000010 |
Color Harmonies of #D362EE
Complementary color
Monochromatic Colors of #D362EE
Black with #D362EE
Text Example
Text Example
White with #D362EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D362EE; }
p { color: rgb(211,98,238); }
H1.HeaderClassName
{
color: #D362EE;
}
.AnyTagClassName
{
color: #D362EE;
}
</style>
background-color css
<style>
a { background-color: #D362EE; }
a { background-color: rgb(211,98,238); }
div.DivClassName
{
background-color: #D362EE;
}
.BgClassName
{
background-color: #D362EE;
}
</style>
border-color css
<style>
span { border-color: #D362EE; }
span { border-color: rgb(211,98,238); }
td.TdClassName
{
border-color: #D362EE;
}
.TagClassName
{
border-color: #D362EE;
}
</style>