Shades of Heliotrope #D66DEE
Tints of Heliotrope #D66DEE
RGB
CMYK
RGB Variations
Color information
#D66DEE (or 0xD66DEE) is known color: Heliotrope. HEX triplet: D6, 6D and EE. RGB value is (214,109,238). Sum of RGB (Red+Green+Blue) = 214+109+238=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 109 (42.97% from 255 or 19.43% from 561); Blue value is 238 (93.36% from 255 or 42.42% from 561); Max value from RGB is 238 - color contains mainly: blue. Hex color #D66DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D66DEE is #299211. Grayscale: #9A9A9A. Windows color (decimal): -2724370 or 15625686. OLE color: 15625686.
HSL color Cylindrical-coordinate representation of color #D66DEE: hue angle of 288.84º 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 #D66DEE is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 109 | 238 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.07 |
| HSL | 288.84º | 0.79% | 0.68% | - |
| HSV(B) | 288.84º | 0.54% | 0.93% | - |
| XYZ | 48.63 | 31.41 | 84.39 | - |
| YUV | 155.1 | 174.79 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 109 | 238 | 0.10 | 0.54 | 0 | 0.07 | 288.84 | 0.79 | 0.68 |
| Hex | D6 | 6D | EE | A | 36 | 0 | 7 | 121 | 4F | 44 |
| Octal | 326 | 155 | 356 | 12 | 66 | 0 | 7 | 441 | 117 | 104 |
| Binary | 11010110 | 1101101 | 11101110 | 1010 | 110110 | 0 | 111 | 100100001 | 1001111 | 1000100 |
Color Harmonies of #D66DEE
Complementary color
Monochromatic Colors of #D66DEE
Black with #D66DEE
Text Example
Text Example
White with #D66DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66DEE; }
p { color: rgb(214,109,238); }
H1.HeaderClassName
{
color: #D66DEE;
}
.AnyTagClassName
{
color: #D66DEE;
}
</style>
background-color css
<style>
a { background-color: #D66DEE; }
a { background-color: rgb(214,109,238); }
div.DivClassName
{
background-color: #D66DEE;
}
.BgClassName
{
background-color: #D66DEE;
}
</style>
border-color css
<style>
span { border-color: #D66DEE; }
span { border-color: rgb(214,109,238); }
td.TdClassName
{
border-color: #D66DEE;
}
.TagClassName
{
border-color: #D66DEE;
}
</style>