Shades of Heliotrope #D06EEE
Tints of Heliotrope #D06EEE
RGB
CMYK
RGB Variations
Color information
#D06EEE (or 0xD06EEE) is known color: Heliotrope. HEX triplet: D0, 6E and EE. RGB value is (208,110,238). Sum of RGB (Red+Green+Blue) = 208+110+238=556 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.41% from 556); Green value is 110 (43.36% from 255 or 19.78% from 556); Blue value is 238 (93.36% from 255 or 42.81% from 556); Max value from RGB is 238 - color contains mainly: blue. Hex color #D06EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06EEE is #2F9111. Grayscale: #999999. Windows color (decimal): -3117330 or 15625936. OLE color: 15625936.
HSL color Cylindrical-coordinate representation of color #D06EEE: hue angle of 285.94º 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 #D06EEE is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 110 | 238 | - |
| CMYK | 0.13 | 0.54 | 0 | 0.07 |
| HSL | 285.94º | 0.79% | 0.68% | - |
| HSV(B) | 285.94º | 0.54% | 0.93% | - |
| XYZ | 47.02 | 30.73 | 84.34 | - |
| YUV | 153.89 | 175.47 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 110 | 238 | 0.13 | 0.54 | 0 | 0.07 | 285.94 | 0.79 | 0.68 |
| Hex | D0 | 6E | EE | D | 36 | 0 | 7 | 11E | 4F | 44 |
| Octal | 320 | 156 | 356 | 15 | 66 | 0 | 7 | 436 | 117 | 104 |
| Binary | 11010000 | 1101110 | 11101110 | 1101 | 110110 | 0 | 111 | 100011110 | 1001111 | 1000100 |
Color Harmonies of #D06EEE
Complementary color
Monochromatic Colors of #D06EEE
Black with #D06EEE
Text Example
Text Example
White with #D06EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06EEE; }
p { color: rgb(208,110,238); }
H1.HeaderClassName
{
color: #D06EEE;
}
.AnyTagClassName
{
color: #D06EEE;
}
</style>
background-color css
<style>
a { background-color: #D06EEE; }
a { background-color: rgb(208,110,238); }
div.DivClassName
{
background-color: #D06EEE;
}
.BgClassName
{
background-color: #D06EEE;
}
</style>
border-color css
<style>
span { border-color: #D06EEE; }
span { border-color: rgb(208,110,238); }
td.TdClassName
{
border-color: #D06EEE;
}
.TagClassName
{
border-color: #D06EEE;
}
</style>