Shades of Heliotrope #DD7EF2
Tints of Heliotrope #DD7EF2
RGB
CMYK
RGB Variations
Color information
#DD7EF2 (or 0xDD7EF2) is known color: Heliotrope. HEX triplet: DD, 7E and F2. RGB value is (221,126,242). Sum of RGB (Red+Green+Blue) = 221+126+242=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 126 (49.61% from 255 or 21.39% from 589); Blue value is 242 (94.92% from 255 or 41.09% from 589); Max value from RGB is 242 - color contains mainly: blue. Hex color #DD7EF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7EF2 is #22810D. Grayscale: #A7A7A7. Windows color (decimal): -2261262 or 15892189. OLE color: 15892189.
HSL color Cylindrical-coordinate representation of color #DD7EF2: hue angle of 289.14º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD7EF2 is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 126 | 242 | - |
| CMYK | 0.09 | 0.48 | 0 | 0.05 |
| HSL | 289.14º | 0.82% | 0.72% | - |
| HSV(B) | 289.14º | 0.48% | 0.95% | - |
| XYZ | 53.31 | 36.7 | 88.28 | - |
| YUV | 167.63 | 169.97 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 126 | 242 | 0.09 | 0.48 | 0 | 0.05 | 289.14 | 0.82 | 0.72 |
| Hex | DD | 7E | F2 | 9 | 30 | 0 | 5 | 121 | 52 | 48 |
| Octal | 335 | 176 | 362 | 11 | 60 | 0 | 5 | 441 | 122 | 110 |
| Binary | 11011101 | 1111110 | 11110010 | 1001 | 110000 | 0 | 101 | 100100001 | 1010010 | 1001000 |
Color Harmonies of #DD7EF2
Complementary color
Monochromatic Colors of #DD7EF2
Black with #DD7EF2
Text Example
Text Example
White with #DD7EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7EF2; }
p { color: rgb(221,126,242); }
H1.HeaderClassName
{
color: #DD7EF2;
}
.AnyTagClassName
{
color: #DD7EF2;
}
</style>
background-color css
<style>
a { background-color: #DD7EF2; }
a { background-color: rgb(221,126,242); }
div.DivClassName
{
background-color: #DD7EF2;
}
.BgClassName
{
background-color: #DD7EF2;
}
</style>
border-color css
<style>
span { border-color: #DD7EF2; }
span { border-color: rgb(221,126,242); }
td.TdClassName
{
border-color: #DD7EF2;
}
.TagClassName
{
border-color: #DD7EF2;
}
</style>