Shades of Heliotrope #DD7EEE
Tints of Heliotrope #DD7EEE
RGB
CMYK
RGB Variations
Color information
#DD7EEE (or 0xDD7EEE) is known color: Heliotrope. HEX triplet: DD, 7E and EE. RGB value is (221,126,238). Sum of RGB (Red+Green+Blue) = 221+126+238=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 126 (49.61% from 255 or 21.54% from 585); Blue value is 238 (93.36% from 255 or 40.68% from 585); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD7EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7EEE is #228111. Grayscale: #A6A6A6. Windows color (decimal): -2261266 or 15630045. OLE color: 15630045.
HSL color Cylindrical-coordinate representation of color #DD7EEE: hue angle of 290.89º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD7EEE is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 126 | 238 | - |
| CMYK | 0.07 | 0.47 | 0 | 0.07 |
| HSL | 290.89º | 0.77% | 0.71% | - |
| HSV(B) | 290.89º | 0.47% | 0.93% | - |
| XYZ | 52.71 | 36.47 | 85.15 | - |
| YUV | 167.17 | 167.97 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 126 | 238 | 0.07 | 0.47 | 0 | 0.07 | 290.89 | 0.77 | 0.71 |
| Hex | DD | 7E | EE | 7 | 2F | 0 | 7 | 123 | 4D | 47 |
| Octal | 335 | 176 | 356 | 7 | 57 | 0 | 7 | 443 | 115 | 107 |
| Binary | 11011101 | 1111110 | 11101110 | 111 | 101111 | 0 | 111 | 100100011 | 1001101 | 1000111 |
Color Harmonies of #DD7EEE
Complementary color
Monochromatic Colors of #DD7EEE
Black with #DD7EEE
Text Example
Text Example
White with #DD7EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7EEE; }
p { color: rgb(221,126,238); }
H1.HeaderClassName
{
color: #DD7EEE;
}
.AnyTagClassName
{
color: #DD7EEE;
}
</style>
background-color css
<style>
a { background-color: #DD7EEE; }
a { background-color: rgb(221,126,238); }
div.DivClassName
{
background-color: #DD7EEE;
}
.BgClassName
{
background-color: #DD7EEE;
}
</style>
border-color css
<style>
span { border-color: #DD7EEE; }
span { border-color: rgb(221,126,238); }
td.TdClassName
{
border-color: #DD7EEE;
}
.TagClassName
{
border-color: #DD7EEE;
}
</style>