Shades of Heliotrope #D66EEE
Tints of Heliotrope #D66EEE
RGB
CMYK
RGB Variations
Color information
#D66EEE (or 0xD66EEE) is known color: Heliotrope. HEX triplet: D6, 6E and EE. RGB value is (214,110,238). Sum of RGB (Red+Green+Blue) = 214+110+238=562 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.08% from 562); Green value is 110 (43.36% from 255 or 19.57% from 562); Blue value is 238 (93.36% from 255 or 42.35% from 562); Max value from RGB is 238 - color contains mainly: blue. Hex color #D66EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D66EEE is #299111. Grayscale: #9B9B9B. Windows color (decimal): -2724114 or 15625942. OLE color: 15625942.
HSL color Cylindrical-coordinate representation of color #D66EEE: hue angle of 288.75º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D66EEE is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 110 | 238 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.07 |
| HSL | 288.75º | 0.79% | 0.68% | - |
| HSV(B) | 288.75º | 0.54% | 0.93% | - |
| XYZ | 48.74 | 31.62 | 84.42 | - |
| YUV | 155.69 | 174.46 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 110 | 238 | 0.10 | 0.54 | 0 | 0.07 | 288.75 | 0.79 | 0.68 |
| Hex | D6 | 6E | EE | A | 36 | 0 | 7 | 121 | 4F | 44 |
| Octal | 326 | 156 | 356 | 12 | 66 | 0 | 7 | 441 | 117 | 104 |
| Binary | 11010110 | 1101110 | 11101110 | 1010 | 110110 | 0 | 111 | 100100001 | 1001111 | 1000100 |
Color Harmonies of #D66EEE
Complementary color
Monochromatic Colors of #D66EEE
Black with #D66EEE
Text Example
Text Example
White with #D66EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66EEE; }
p { color: rgb(214,110,238); }
H1.HeaderClassName
{
color: #D66EEE;
}
.AnyTagClassName
{
color: #D66EEE;
}
</style>
background-color css
<style>
a { background-color: #D66EEE; }
a { background-color: rgb(214,110,238); }
div.DivClassName
{
background-color: #D66EEE;
}
.BgClassName
{
background-color: #D66EEE;
}
</style>
border-color css
<style>
span { border-color: #D66EEE; }
span { border-color: rgb(214,110,238); }
td.TdClassName
{
border-color: #D66EEE;
}
.TagClassName
{
border-color: #D66EEE;
}
</style>