Shades of Heliotrope #D762EE
Tints of Heliotrope #D762EE
RGB
CMYK
RGB Variations
Color information
#D762EE (or 0xD762EE) is known color: Heliotrope. HEX triplet: D7, 62 and EE. RGB value is (215,98,238). Sum of RGB (Red+Green+Blue) = 215+98+238=551 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.02% from 551); Green value is 98 (38.67% from 255 or 17.79% from 551); Blue value is 238 (93.36% from 255 or 43.19% from 551); Max value from RGB is 238 - color contains mainly: blue. Hex color #D762EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D762EE is #289D11. Grayscale: #949494. Windows color (decimal): -2661650 or 15622871. OLE color: 15622871.
HSL color Cylindrical-coordinate representation of color #D762EE: hue angle of 290.14º 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 #D762EE is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 98 | 238 | - |
| CMYK | 0.10 | 0.59 | 0 | 0.07 |
| HSL | 290.14º | 0.8% | 0.66% | - |
| HSV(B) | 290.14º | 0.59% | 0.93% | - |
| XYZ | 47.82 | 29.36 | 84.03 | - |
| YUV | 148.94 | 178.26 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 98 | 238 | 0.10 | 0.59 | 0 | 0.07 | 290.14 | 0.8 | 0.66 |
| Hex | D7 | 62 | EE | A | 3B | 0 | 7 | 122 | 50 | 42 |
| Octal | 327 | 142 | 356 | 12 | 73 | 0 | 7 | 442 | 120 | 102 |
| Binary | 11010111 | 1100010 | 11101110 | 1010 | 111011 | 0 | 111 | 100100010 | 1010000 | 1000010 |
Color Harmonies of #D762EE
Complementary color
Monochromatic Colors of #D762EE
Black with #D762EE
Text Example
Text Example
White with #D762EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D762EE; }
p { color: rgb(215,98,238); }
H1.HeaderClassName
{
color: #D762EE;
}
.AnyTagClassName
{
color: #D762EE;
}
</style>
background-color css
<style>
a { background-color: #D762EE; }
a { background-color: rgb(215,98,238); }
div.DivClassName
{
background-color: #D762EE;
}
.BgClassName
{
background-color: #D762EE;
}
</style>
border-color css
<style>
span { border-color: #D762EE; }
span { border-color: rgb(215,98,238); }
td.TdClassName
{
border-color: #D762EE;
}
.TagClassName
{
border-color: #D762EE;
}
</style>