Shades of Heliotrope #DD73F7
Tints of Heliotrope #DD73F7
RGB
CMYK
RGB Variations
Color information
#DD73F7 (or 0xDD73F7) is known color: Heliotrope. HEX triplet: DD, 73 and F7. RGB value is (221,115,247). Sum of RGB (Red+Green+Blue) = 221+115+247=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 115 (45.31% from 255 or 19.73% from 583); Blue value is 247 (96.88% from 255 or 42.37% from 583); Max value from RGB is 247 - color contains mainly: blue. Hex color #DD73F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD73F7 is #228C08. Grayscale: #A1A1A1. Windows color (decimal): -2264073 or 16217053. OLE color: 16217053.
HSL color Cylindrical-coordinate representation of color #DD73F7: hue angle of 288.18º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD73F7 is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 115 | 247 | - |
| CMYK | 0.11 | 0.53 | 0 | 0.03 |
| HSL | 288.18º | 0.89% | 0.71% | - |
| HSV(B) | 288.18º | 0.53% | 0.97% | - |
| XYZ | 52.74 | 34.35 | 91.85 | - |
| YUV | 161.74 | 176.12 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 115 | 247 | 0.11 | 0.53 | 0 | 0.03 | 288.18 | 0.89 | 0.71 |
| Hex | DD | 73 | F7 | B | 35 | 0 | 3 | 120 | 59 | 47 |
| Octal | 335 | 163 | 367 | 13 | 65 | 0 | 3 | 440 | 131 | 107 |
| Binary | 11011101 | 1110011 | 11110111 | 1011 | 110101 | 0 | 11 | 100100000 | 1011001 | 1000111 |
Color Harmonies of #DD73F7
Complementary color
Monochromatic Colors of #DD73F7
Black with #DD73F7
Text Example
Text Example
White with #DD73F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD73F7; }
p { color: rgb(221,115,247); }
H1.HeaderClassName
{
color: #DD73F7;
}
.AnyTagClassName
{
color: #DD73F7;
}
</style>
background-color css
<style>
a { background-color: #DD73F7; }
a { background-color: rgb(221,115,247); }
div.DivClassName
{
background-color: #DD73F7;
}
.BgClassName
{
background-color: #DD73F7;
}
</style>
border-color css
<style>
span { border-color: #DD73F7; }
span { border-color: rgb(221,115,247); }
td.TdClassName
{
border-color: #DD73F7;
}
.TagClassName
{
border-color: #DD73F7;
}
</style>