Shades of Heliotrope #DD7EEF
Tints of Heliotrope #DD7EEF
RGB
CMYK
RGB Variations
Color information
#DD7EEF (or 0xDD7EEF) is known color: Heliotrope. HEX triplet: DD, 7E and EF. RGB value is (221,126,239). Sum of RGB (Red+Green+Blue) = 221+126+239=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 126 (49.61% from 255 or 21.50% from 586); Blue value is 239 (93.75% from 255 or 40.78% from 586); Max value from RGB is 239 - color contains mainly: blue. Hex color #DD7EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7EEF is #228110. Grayscale: #A6A6A6. Windows color (decimal): -2261265 or 15695581. OLE color: 15695581.
HSL color Cylindrical-coordinate representation of color #DD7EEF: hue angle of 290.44º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD7EEF is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 126 | 239 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.06 |
| HSL | 290.44º | 0.78% | 0.72% | - |
| HSV(B) | 290.44º | 0.47% | 0.94% | - |
| XYZ | 52.86 | 36.53 | 85.93 | - |
| YUV | 167.29 | 168.47 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 126 | 239 | 0.08 | 0.47 | 0 | 0.06 | 290.44 | 0.78 | 0.72 |
| Hex | DD | 7E | EF | 8 | 2F | 0 | 6 | 122 | 4E | 48 |
| Octal | 335 | 176 | 357 | 10 | 57 | 0 | 6 | 442 | 116 | 110 |
| Binary | 11011101 | 1111110 | 11101111 | 1000 | 101111 | 0 | 110 | 100100010 | 1001110 | 1001000 |
Color Harmonies of #DD7EEF
Complementary color
Monochromatic Colors of #DD7EEF
Black with #DD7EEF
Text Example
Text Example
White with #DD7EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7EEF; }
p { color: rgb(221,126,239); }
H1.HeaderClassName
{
color: #DD7EEF;
}
.AnyTagClassName
{
color: #DD7EEF;
}
</style>
background-color css
<style>
a { background-color: #DD7EEF; }
a { background-color: rgb(221,126,239); }
div.DivClassName
{
background-color: #DD7EEF;
}
.BgClassName
{
background-color: #DD7EEF;
}
</style>
border-color css
<style>
span { border-color: #DD7EEF; }
span { border-color: rgb(221,126,239); }
td.TdClassName
{
border-color: #DD7EEF;
}
.TagClassName
{
border-color: #DD7EEF;
}
</style>