Shades of Heliotrope #DD4FF7
Tints of Heliotrope #DD4FF7
RGB
CMYK
RGB Variations
Color information
#DD4FF7 (or 0xDD4FF7) is known color: Heliotrope. HEX triplet: DD, 4F and F7. RGB value is (221,79,247). Sum of RGB (Red+Green+Blue) = 221+79+247=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 79 (31.25% from 255 or 14.44% from 547); Blue value is 247 (96.88% from 255 or 45.16% from 547); Max value from RGB is 247 - color contains mainly: blue. Hex color #DD4FF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD4FF7 is #22B008. Grayscale: #8C8C8C. Windows color (decimal): -2273289 or 16207837. OLE color: 16207837.
HSL color Cylindrical-coordinate representation of color #DD4FF7: hue angle of 290.71º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD4FF7 is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 79 | 247 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.03 |
| HSL | 290.71º | 0.91% | 0.64% | - |
| HSV(B) | 290.71º | 0.68% | 0.97% | - |
| XYZ | 49.4 | 27.68 | 90.73 | - |
| YUV | 140.61 | 188.04 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 79 | 247 | 0.11 | 0.68 | 0 | 0.03 | 290.71 | 0.91 | 0.64 |
| Hex | DD | 4F | F7 | B | 44 | 0 | 3 | 123 | 5B | 40 |
| Octal | 335 | 117 | 367 | 13 | 104 | 0 | 3 | 443 | 133 | 100 |
| Binary | 11011101 | 1001111 | 11110111 | 1011 | 1000100 | 0 | 11 | 100100011 | 1011011 | 1000000 |
Color Harmonies of #DD4FF7
Complementary color
Monochromatic Colors of #DD4FF7
Black with #DD4FF7
Text Example
Text Example
White with #DD4FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4FF7; }
p { color: rgb(221,79,247); }
H1.HeaderClassName
{
color: #DD4FF7;
}
.AnyTagClassName
{
color: #DD4FF7;
}
</style>
background-color css
<style>
a { background-color: #DD4FF7; }
a { background-color: rgb(221,79,247); }
div.DivClassName
{
background-color: #DD4FF7;
}
.BgClassName
{
background-color: #DD4FF7;
}
</style>
border-color css
<style>
span { border-color: #DD4FF7; }
span { border-color: rgb(221,79,247); }
td.TdClassName
{
border-color: #DD4FF7;
}
.TagClassName
{
border-color: #DD4FF7;
}
</style>