Shades of Heliotrope #DD4DF7
Tints of Heliotrope #DD4DF7
RGB
CMYK
RGB Variations
Color information
#DD4DF7 (or 0xDD4DF7) is known color: Heliotrope. HEX triplet: DD, 4D and F7. RGB value is (221,77,247). Sum of RGB (Red+Green+Blue) = 221+77+247=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 77 (30.47% from 255 or 14.13% from 545); Blue value is 247 (96.88% from 255 or 45.32% from 545); Max value from RGB is 247 - color contains mainly: blue. Hex color #DD4DF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD4DF7 is #22B208. Grayscale: #8A8A8A. Windows color (decimal): -2273801 or 16207325. OLE color: 16207325.
HSL color Cylindrical-coordinate representation of color #DD4DF7: hue angle of 290.82º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD4DF7 is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 77 | 247 | - |
| CMYK | 0.11 | 0.69 | 0 | 0.03 |
| HSL | 290.82º | 0.91% | 0.64% | - |
| HSV(B) | 290.82º | 0.69% | 0.97% | - |
| XYZ | 49.26 | 27.4 | 90.69 | - |
| YUV | 139.44 | 188.71 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 77 | 247 | 0.11 | 0.69 | 0 | 0.03 | 290.82 | 0.91 | 0.64 |
| Hex | DD | 4D | F7 | B | 45 | 0 | 3 | 123 | 5B | 40 |
| Octal | 335 | 115 | 367 | 13 | 105 | 0 | 3 | 443 | 133 | 100 |
| Binary | 11011101 | 1001101 | 11110111 | 1011 | 1000101 | 0 | 11 | 100100011 | 1011011 | 1000000 |
Color Harmonies of #DD4DF7
Complementary color
Monochromatic Colors of #DD4DF7
Black with #DD4DF7
Text Example
Text Example
White with #DD4DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4DF7; }
p { color: rgb(221,77,247); }
H1.HeaderClassName
{
color: #DD4DF7;
}
.AnyTagClassName
{
color: #DD4DF7;
}
</style>
background-color css
<style>
a { background-color: #DD4DF7; }
a { background-color: rgb(221,77,247); }
div.DivClassName
{
background-color: #DD4DF7;
}
.BgClassName
{
background-color: #DD4DF7;
}
</style>
border-color css
<style>
span { border-color: #DD4DF7; }
span { border-color: rgb(221,77,247); }
td.TdClassName
{
border-color: #DD4DF7;
}
.TagClassName
{
border-color: #DD4DF7;
}
</style>