Shades of Heliotrope #DD7EF1
Tints of Heliotrope #DD7EF1
RGB
CMYK
RGB Variations
Color information
#DD7EF1 (or 0xDD7EF1) is known color: Heliotrope. HEX triplet: DD, 7E and F1. RGB value is (221,126,241). Sum of RGB (Red+Green+Blue) = 221+126+241=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 126 (49.61% from 255 or 21.43% from 588); Blue value is 241 (94.53% from 255 or 40.99% from 588); Max value from RGB is 241 - color contains mainly: blue. Hex color #DD7EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7EF1 is #22810E. Grayscale: #A7A7A7. Windows color (decimal): -2261263 or 15826653. OLE color: 15826653.
HSL color Cylindrical-coordinate representation of color #DD7EF1: hue angle of 289.57º degrees, saturation: 0.8, 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 #DD7EF1 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 126 | 241 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.05 |
| HSL | 289.57º | 0.8% | 0.72% | - |
| HSV(B) | 289.57º | 0.48% | 0.95% | - |
| XYZ | 53.16 | 36.64 | 87.49 | - |
| YUV | 167.52 | 169.47 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 126 | 241 | 0.08 | 0.48 | 0 | 0.05 | 289.57 | 0.8 | 0.72 |
| Hex | DD | 7E | F1 | 8 | 30 | 0 | 5 | 122 | 50 | 48 |
| Octal | 335 | 176 | 361 | 10 | 60 | 0 | 5 | 442 | 120 | 110 |
| Binary | 11011101 | 1111110 | 11110001 | 1000 | 110000 | 0 | 101 | 100100010 | 1010000 | 1001000 |
Color Harmonies of #DD7EF1
Complementary color
Monochromatic Colors of #DD7EF1
Black with #DD7EF1
Text Example
Text Example
White with #DD7EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7EF1; }
p { color: rgb(221,126,241); }
H1.HeaderClassName
{
color: #DD7EF1;
}
.AnyTagClassName
{
color: #DD7EF1;
}
</style>
background-color css
<style>
a { background-color: #DD7EF1; }
a { background-color: rgb(221,126,241); }
div.DivClassName
{
background-color: #DD7EF1;
}
.BgClassName
{
background-color: #DD7EF1;
}
</style>
border-color css
<style>
span { border-color: #DD7EF1; }
span { border-color: rgb(221,126,241); }
td.TdClassName
{
border-color: #DD7EF1;
}
.TagClassName
{
border-color: #DD7EF1;
}
</style>