Shades of Heliotrope #DC79F1
Tints of Heliotrope #DC79F1
RGB
CMYK
RGB Variations
Color information
#DC79F1 (or 0xDC79F1) is known color: Heliotrope. HEX triplet: DC, 79 and F1. RGB value is (220,121,241). Sum of RGB (Red+Green+Blue) = 220+121+241=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 121 (47.66% from 255 or 20.79% from 582); Blue value is 241 (94.53% from 255 or 41.41% from 582); Max value from RGB is 241 - color contains mainly: blue. Hex color #DC79F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC79F1 is #23860E. Grayscale: #A3A3A3. Windows color (decimal): -2328079 or 15825372. OLE color: 15825372.
HSL color Cylindrical-coordinate representation of color #DC79F1: hue angle of 289.5º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC79F1 is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 121 | 241 | - |
| CMYK | 0.09 | 0.50 | 0 | 0.05 |
| HSL | 289.5º | 0.81% | 0.71% | - |
| HSV(B) | 289.5º | 0.5% | 0.95% | - |
| XYZ | 52.23 | 35.24 | 87.27 | - |
| YUV | 164.28 | 171.3 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 121 | 241 | 0.09 | 0.50 | 0 | 0.05 | 289.5 | 0.81 | 0.71 |
| Hex | DC | 79 | F1 | 9 | 32 | 0 | 5 | 122 | 51 | 47 |
| Octal | 334 | 171 | 361 | 11 | 62 | 0 | 5 | 442 | 121 | 107 |
| Binary | 11011100 | 1111001 | 11110001 | 1001 | 110010 | 0 | 101 | 100100010 | 1010001 | 1000111 |
Color Harmonies of #DC79F1
Complementary color
Monochromatic Colors of #DC79F1
Black with #DC79F1
Text Example
Text Example
White with #DC79F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC79F1; }
p { color: rgb(220,121,241); }
H1.HeaderClassName
{
color: #DC79F1;
}
.AnyTagClassName
{
color: #DC79F1;
}
</style>
background-color css
<style>
a { background-color: #DC79F1; }
a { background-color: rgb(220,121,241); }
div.DivClassName
{
background-color: #DC79F1;
}
.BgClassName
{
background-color: #DC79F1;
}
</style>
border-color css
<style>
span { border-color: #DC79F1; }
span { border-color: rgb(220,121,241); }
td.TdClassName
{
border-color: #DC79F1;
}
.TagClassName
{
border-color: #DC79F1;
}
</style>