Shades of Heliotrope #DD5CF7
Tints of Heliotrope #DD5CF7
RGB
CMYK
RGB Variations
Color information
#DD5CF7 (or 0xDD5CF7) is known color: Heliotrope. HEX triplet: DD, 5C and F7. RGB value is (221,92,247). Sum of RGB (Red+Green+Blue) = 221+92+247=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 92 (36.33% from 255 or 16.43% from 560); Blue value is 247 (96.88% from 255 or 44.11% from 560); Max value from RGB is 247 - color contains mainly: blue. Hex color #DD5CF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD5CF7 is #22A308. Grayscale: #939393. Windows color (decimal): -2269961 or 16211165. OLE color: 16211165.
HSL color Cylindrical-coordinate representation of color #DD5CF7: hue angle of 289.94º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD5CF7 is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 92 | 247 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.03 |
| HSL | 289.94º | 0.91% | 0.66% | - |
| HSV(B) | 289.94º | 0.63% | 0.97% | - |
| XYZ | 50.43 | 29.74 | 91.08 | - |
| YUV | 148.24 | 183.74 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 92 | 247 | 0.11 | 0.63 | 0 | 0.03 | 289.94 | 0.91 | 0.66 |
| Hex | DD | 5C | F7 | B | 3F | 0 | 3 | 122 | 5B | 42 |
| Octal | 335 | 134 | 367 | 13 | 77 | 0 | 3 | 442 | 133 | 102 |
| Binary | 11011101 | 1011100 | 11110111 | 1011 | 111111 | 0 | 11 | 100100010 | 1011011 | 1000010 |
Color Harmonies of #DD5CF7
Complementary color
Monochromatic Colors of #DD5CF7
Black with #DD5CF7
Text Example
Text Example
White with #DD5CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5CF7; }
p { color: rgb(221,92,247); }
H1.HeaderClassName
{
color: #DD5CF7;
}
.AnyTagClassName
{
color: #DD5CF7;
}
</style>
background-color css
<style>
a { background-color: #DD5CF7; }
a { background-color: rgb(221,92,247); }
div.DivClassName
{
background-color: #DD5CF7;
}
.BgClassName
{
background-color: #DD5CF7;
}
</style>
border-color css
<style>
span { border-color: #DD5CF7; }
span { border-color: rgb(221,92,247); }
td.TdClassName
{
border-color: #DD5CF7;
}
.TagClassName
{
border-color: #DD5CF7;
}
</style>