Shades of Heliotrope #DC79F0
Tints of Heliotrope #DC79F0
RGB
CMYK
RGB Variations
Color information
#DC79F0 (or 0xDC79F0) is known color: Heliotrope. HEX triplet: DC, 79 and F0. RGB value is (220,121,240). Sum of RGB (Red+Green+Blue) = 220+121+240=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 121 (47.66% from 255 or 20.83% from 581); Blue value is 240 (94.14% from 255 or 41.31% from 581); Max value from RGB is 240 - color contains mainly: blue. Hex color #DC79F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC79F0 is #23860F. Grayscale: #A3A3A3. Windows color (decimal): -2328080 or 15759836. OLE color: 15759836.
HSL color Cylindrical-coordinate representation of color #DC79F0: hue angle of 289.92º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC79F0 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 121 | 240 | - |
| CMYK | 0.08 | 0.50 | 0 | 0.06 |
| HSL | 289.92º | 0.8% | 0.71% | - |
| HSV(B) | 289.92º | 0.5% | 0.94% | - |
| XYZ | 52.08 | 35.18 | 86.48 | - |
| YUV | 164.17 | 170.8 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 121 | 240 | 0.08 | 0.50 | 0 | 0.06 | 289.92 | 0.8 | 0.71 |
| Hex | DC | 79 | F0 | 8 | 32 | 0 | 6 | 122 | 50 | 47 |
| Octal | 334 | 171 | 360 | 10 | 62 | 0 | 6 | 442 | 120 | 107 |
| Binary | 11011100 | 1111001 | 11110000 | 1000 | 110010 | 0 | 110 | 100100010 | 1010000 | 1000111 |
Color Harmonies of #DC79F0
Complementary color
Monochromatic Colors of #DC79F0
Black with #DC79F0
Text Example
Text Example
White with #DC79F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC79F0; }
p { color: rgb(220,121,240); }
H1.HeaderClassName
{
color: #DC79F0;
}
.AnyTagClassName
{
color: #DC79F0;
}
</style>
background-color css
<style>
a { background-color: #DC79F0; }
a { background-color: rgb(220,121,240); }
div.DivClassName
{
background-color: #DC79F0;
}
.BgClassName
{
background-color: #DC79F0;
}
</style>
border-color css
<style>
span { border-color: #DC79F0; }
span { border-color: rgb(220,121,240); }
td.TdClassName
{
border-color: #DC79F0;
}
.TagClassName
{
border-color: #DC79F0;
}
</style>