Shades of Heliotrope #DD55F7
Tints of Heliotrope #DD55F7
RGB
CMYK
RGB Variations
Color information
#DD55F7 (or 0xDD55F7) is known color: Heliotrope. HEX triplet: DD, 55 and F7. RGB value is (221,85,247). Sum of RGB (Red+Green+Blue) = 221+85+247=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 85 (33.59% from 255 or 15.37% from 553); Blue value is 247 (96.88% from 255 or 44.67% from 553); Max value from RGB is 247 - color contains mainly: blue. Hex color #DD55F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD55F7 is #22AA08. Grayscale: #8F8F8F. Windows color (decimal): -2271753 or 16209373. OLE color: 16209373.
HSL color Cylindrical-coordinate representation of color #DD55F7: hue angle of 290.37º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DD55F7 is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 85 | 247 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.03 |
| HSL | 290.37º | 0.91% | 0.65% | - |
| HSV(B) | 290.37º | 0.66% | 0.97% | - |
| XYZ | 49.86 | 28.58 | 90.89 | - |
| YUV | 144.13 | 186.06 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 85 | 247 | 0.11 | 0.66 | 0 | 0.03 | 290.37 | 0.91 | 0.65 |
| Hex | DD | 55 | F7 | B | 42 | 0 | 3 | 122 | 5B | 41 |
| Octal | 335 | 125 | 367 | 13 | 102 | 0 | 3 | 442 | 133 | 101 |
| Binary | 11011101 | 1010101 | 11110111 | 1011 | 1000010 | 0 | 11 | 100100010 | 1011011 | 1000001 |
Color Harmonies of #DD55F7
Complementary color
Monochromatic Colors of #DD55F7
Black with #DD55F7
Text Example
Text Example
White with #DD55F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD55F7; }
p { color: rgb(221,85,247); }
H1.HeaderClassName
{
color: #DD55F7;
}
.AnyTagClassName
{
color: #DD55F7;
}
</style>
background-color css
<style>
a { background-color: #DD55F7; }
a { background-color: rgb(221,85,247); }
div.DivClassName
{
background-color: #DD55F7;
}
.BgClassName
{
background-color: #DD55F7;
}
</style>
border-color css
<style>
span { border-color: #DD55F7; }
span { border-color: rgb(221,85,247); }
td.TdClassName
{
border-color: #DD55F7;
}
.TagClassName
{
border-color: #DD55F7;
}
</style>