Shades of Heliotrope #DD6EEE
Tints of Heliotrope #DD6EEE
RGB
CMYK
RGB Variations
Color information
#DD6EEE (or 0xDD6EEE) is known color: Heliotrope. HEX triplet: DD, 6E and EE. RGB value is (221,110,238). Sum of RGB (Red+Green+Blue) = 221+110+238=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 110 (43.36% from 255 or 19.33% from 569); Blue value is 238 (93.36% from 255 or 41.83% from 569); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD6EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6EEE is #229111. Grayscale: #9D9D9D. Windows color (decimal): -2265362 or 15625949. OLE color: 15625949.
HSL color Cylindrical-coordinate representation of color #DD6EEE: hue angle of 292.03º 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 #DD6EEE is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 110 | 238 | - |
| CMYK | 0.07 | 0.54 | 0 | 0.07 |
| HSL | 292.03º | 0.79% | 0.68% | - |
| HSV(B) | 292.03º | 0.54% | 0.93% | - |
| XYZ | 50.83 | 32.7 | 84.52 | - |
| YUV | 157.78 | 173.27 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 110 | 238 | 0.07 | 0.54 | 0 | 0.07 | 292.03 | 0.79 | 0.68 |
| Hex | DD | 6E | EE | 7 | 36 | 0 | 7 | 124 | 4F | 44 |
| Octal | 335 | 156 | 356 | 7 | 66 | 0 | 7 | 444 | 117 | 104 |
| Binary | 11011101 | 1101110 | 11101110 | 111 | 110110 | 0 | 111 | 100100100 | 1001111 | 1000100 |
Color Harmonies of #DD6EEE
Complementary color
Monochromatic Colors of #DD6EEE
Black with #DD6EEE
Text Example
Text Example
White with #DD6EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6EEE; }
p { color: rgb(221,110,238); }
H1.HeaderClassName
{
color: #DD6EEE;
}
.AnyTagClassName
{
color: #DD6EEE;
}
</style>
background-color css
<style>
a { background-color: #DD6EEE; }
a { background-color: rgb(221,110,238); }
div.DivClassName
{
background-color: #DD6EEE;
}
.BgClassName
{
background-color: #DD6EEE;
}
</style>
border-color css
<style>
span { border-color: #DD6EEE; }
span { border-color: rgb(221,110,238); }
td.TdClassName
{
border-color: #DD6EEE;
}
.TagClassName
{
border-color: #DD6EEE;
}
</style>