Shades of Heliotrope #D662EE
Tints of Heliotrope #D662EE
RGB
CMYK
RGB Variations
Color information
#D662EE (or 0xD662EE) is known color: Heliotrope. HEX triplet: D6, 62 and EE. RGB value is (214,98,238). Sum of RGB (Red+Green+Blue) = 214+98+238=550 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.91% from 550); Green value is 98 (38.67% from 255 or 17.82% from 550); Blue value is 238 (93.36% from 255 or 43.27% from 550); Max value from RGB is 238 - color contains mainly: blue. Hex color #D662EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D662EE is #299D11. Grayscale: #949494. Windows color (decimal): -2727186 or 15622870. OLE color: 15622870.
HSL color Cylindrical-coordinate representation of color #D662EE: hue angle of 289.71º 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 #D662EE is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 98 | 238 | - |
| CMYK | 0.10 | 0.59 | 0 | 0.07 |
| HSL | 289.71º | 0.8% | 0.66% | - |
| HSV(B) | 289.71º | 0.59% | 0.93% | - |
| XYZ | 47.53 | 29.2 | 84.02 | - |
| YUV | 148.64 | 178.43 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 98 | 238 | 0.10 | 0.59 | 0 | 0.07 | 289.71 | 0.8 | 0.66 |
| Hex | D6 | 62 | EE | A | 3B | 0 | 7 | 122 | 50 | 42 |
| Octal | 326 | 142 | 356 | 12 | 73 | 0 | 7 | 442 | 120 | 102 |
| Binary | 11010110 | 1100010 | 11101110 | 1010 | 111011 | 0 | 111 | 100100010 | 1010000 | 1000010 |
Color Harmonies of #D662EE
Complementary color
Monochromatic Colors of #D662EE
Black with #D662EE
Text Example
Text Example
White with #D662EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D662EE; }
p { color: rgb(214,98,238); }
H1.HeaderClassName
{
color: #D662EE;
}
.AnyTagClassName
{
color: #D662EE;
}
</style>
background-color css
<style>
a { background-color: #D662EE; }
a { background-color: rgb(214,98,238); }
div.DivClassName
{
background-color: #D662EE;
}
.BgClassName
{
background-color: #D662EE;
}
</style>
border-color css
<style>
span { border-color: #D662EE; }
span { border-color: rgb(214,98,238); }
td.TdClassName
{
border-color: #D662EE;
}
.TagClassName
{
border-color: #D662EE;
}
</style>