Shades of Heliotrope #DD65F7
Tints of Heliotrope #DD65F7
RGB
CMYK
RGB Variations
Color information
#DD65F7 (or 0xDD65F7) is known color: Heliotrope. HEX triplet: DD, 65 and F7. RGB value is (221,101,247). Sum of RGB (Red+Green+Blue) = 221+101+247=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 101 (39.84% from 255 or 17.75% from 569); Blue value is 247 (96.88% from 255 or 43.41% from 569); Max value from RGB is 247 - color contains mainly: blue. Hex color #DD65F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD65F7 is #229A08. Grayscale: #999999. Windows color (decimal): -2267657 or 16213469. OLE color: 16213469.
HSL color Cylindrical-coordinate representation of color #DD65F7: hue angle of 289.32º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD65F7 is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 101 | 247 | - |
| CMYK | 0.11 | 0.59 | 0 | 0.03 |
| HSL | 289.32º | 0.9% | 0.68% | - |
| HSV(B) | 289.32º | 0.59% | 0.97% | - |
| XYZ | 51.26 | 31.39 | 91.35 | - |
| YUV | 153.52 | 180.76 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 101 | 247 | 0.11 | 0.59 | 0 | 0.03 | 289.32 | 0.9 | 0.68 |
| Hex | DD | 65 | F7 | B | 3B | 0 | 3 | 121 | 5A | 44 |
| Octal | 335 | 145 | 367 | 13 | 73 | 0 | 3 | 441 | 132 | 104 |
| Binary | 11011101 | 1100101 | 11110111 | 1011 | 111011 | 0 | 11 | 100100001 | 1011010 | 1000100 |
Color Harmonies of #DD65F7
Complementary color
Monochromatic Colors of #DD65F7
Black with #DD65F7
Text Example
Text Example
White with #DD65F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD65F7; }
p { color: rgb(221,101,247); }
H1.HeaderClassName
{
color: #DD65F7;
}
.AnyTagClassName
{
color: #DD65F7;
}
</style>
background-color css
<style>
a { background-color: #DD65F7; }
a { background-color: rgb(221,101,247); }
div.DivClassName
{
background-color: #DD65F7;
}
.BgClassName
{
background-color: #DD65F7;
}
</style>
border-color css
<style>
span { border-color: #DD65F7; }
span { border-color: rgb(221,101,247); }
td.TdClassName
{
border-color: #DD65F7;
}
.TagClassName
{
border-color: #DD65F7;
}
</style>