Shades of Heliotrope #DD77F6
Tints of Heliotrope #DD77F6
RGB
CMYK
RGB Variations
Color information
#DD77F6 (or 0xDD77F6) is known color: Heliotrope. HEX triplet: DD, 77 and F6. RGB value is (221,119,246). Sum of RGB (Red+Green+Blue) = 221+119+246=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 119 (46.88% from 255 or 20.31% from 586); Blue value is 246 (96.48% from 255 or 41.98% from 586); Max value from RGB is 246 - color contains mainly: blue. Hex color #DD77F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD77F6 is #228809. Grayscale: #A3A3A3. Windows color (decimal): -2263050 or 16152541. OLE color: 16152541.
HSL color Cylindrical-coordinate representation of color #DD77F6: hue angle of 288.19º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD77F6 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 119 | 246 | - |
| CMYK | 0.10 | 0.52 | 0 | 0.04 |
| HSL | 288.19º | 0.88% | 0.72% | - |
| HSV(B) | 288.19º | 0.52% | 0.96% | - |
| XYZ | 53.05 | 35.22 | 91.19 | - |
| YUV | 163.98 | 174.29 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 119 | 246 | 0.10 | 0.52 | 0 | 0.04 | 288.19 | 0.88 | 0.72 |
| Hex | DD | 77 | F6 | A | 34 | 0 | 4 | 120 | 58 | 48 |
| Octal | 335 | 167 | 366 | 12 | 64 | 0 | 4 | 440 | 130 | 110 |
| Binary | 11011101 | 1110111 | 11110110 | 1010 | 110100 | 0 | 100 | 100100000 | 1011000 | 1001000 |
Color Harmonies of #DD77F6
Complementary color
Monochromatic Colors of #DD77F6
Black with #DD77F6
Text Example
Text Example
White with #DD77F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD77F6; }
p { color: rgb(221,119,246); }
H1.HeaderClassName
{
color: #DD77F6;
}
.AnyTagClassName
{
color: #DD77F6;
}
</style>
background-color css
<style>
a { background-color: #DD77F6; }
a { background-color: rgb(221,119,246); }
div.DivClassName
{
background-color: #DD77F6;
}
.BgClassName
{
background-color: #DD77F6;
}
</style>
border-color css
<style>
span { border-color: #DD77F6; }
span { border-color: rgb(221,119,246); }
td.TdClassName
{
border-color: #DD77F6;
}
.TagClassName
{
border-color: #DD77F6;
}
</style>