Shades of Heliotrope #DD64F7
Tints of Heliotrope #DD64F7
RGB
CMYK
RGB Variations
Color information
#DD64F7 (or 0xDD64F7) is known color: Heliotrope. HEX triplet: DD, 64 and F7. RGB value is (221,100,247). Sum of RGB (Red+Green+Blue) = 221+100+247=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 100 (39.45% from 255 or 17.61% from 568); Blue value is 247 (96.88% from 255 or 43.49% from 568); Max value from RGB is 247 - color contains mainly: blue. Hex color #DD64F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD64F7 is #229B08. Grayscale: #989898. Windows color (decimal): -2267913 or 16213213. OLE color: 16213213.
HSL color Cylindrical-coordinate representation of color #DD64F7: hue angle of 289.39º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD64F7 is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 100 | 247 | - |
| CMYK | 0.11 | 0.60 | 0 | 0.03 |
| HSL | 289.39º | 0.9% | 0.68% | - |
| HSV(B) | 289.39º | 0.6% | 0.97% | - |
| XYZ | 51.16 | 31.2 | 91.32 | - |
| YUV | 152.94 | 181.09 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 100 | 247 | 0.11 | 0.60 | 0 | 0.03 | 289.39 | 0.9 | 0.68 |
| Hex | DD | 64 | F7 | B | 3C | 0 | 3 | 121 | 5A | 44 |
| Octal | 335 | 144 | 367 | 13 | 74 | 0 | 3 | 441 | 132 | 104 |
| Binary | 11011101 | 1100100 | 11110111 | 1011 | 111100 | 0 | 11 | 100100001 | 1011010 | 1000100 |
Color Harmonies of #DD64F7
Complementary color
Monochromatic Colors of #DD64F7
Black with #DD64F7
Text Example
Text Example
White with #DD64F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD64F7; }
p { color: rgb(221,100,247); }
H1.HeaderClassName
{
color: #DD64F7;
}
.AnyTagClassName
{
color: #DD64F7;
}
</style>
background-color css
<style>
a { background-color: #DD64F7; }
a { background-color: rgb(221,100,247); }
div.DivClassName
{
background-color: #DD64F7;
}
.BgClassName
{
background-color: #DD64F7;
}
</style>
border-color css
<style>
span { border-color: #DD64F7; }
span { border-color: rgb(221,100,247); }
td.TdClassName
{
border-color: #DD64F7;
}
.TagClassName
{
border-color: #DD64F7;
}
</style>