Shades of Heliotrope #DC79FF
Tints of Heliotrope #DC79FF
RGB
CMYK
RGB Variations
Color information
#DC79FF (or 0xDC79FF) is known color: Heliotrope. HEX triplet: DC, 79 and FF. RGB value is (220,121,255). Sum of RGB (Red+Green+Blue) = 220+121+255=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 121 (47.66% from 255 or 20.30% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC79FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC79FF is #238600. Grayscale: #A5A5A5. Windows color (decimal): -2328065 or 16742876. OLE color: 16742876.
HSL color Cylindrical-coordinate representation of color #DC79FF: hue angle of 284.33º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC79FF is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 121 | 255 | - |
| CMYK | 0.14 | 0.53 | 0 | 0 |
| HSL | 284.33º | 1% | 0.74% | - |
| HSV(B) | 284.33º | 0.53% | 1% | - |
| XYZ | 54.4 | 36.11 | 98.71 | - |
| YUV | 165.88 | 178.3 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 121 | 255 | 0.14 | 0.53 | 0 | 0 | 284.33 | 1 | 0.74 |
| Hex | DC | 79 | FF | E | 35 | 0 | 0 | 11C | 64 | 4A |
| Octal | 334 | 171 | 377 | 16 | 65 | 0 | 0 | 434 | 144 | 112 |
| Binary | 11011100 | 1111001 | 11111111 | 1110 | 110101 | 0 | 0 | 100011100 | 1100100 | 1001010 |
Color Harmonies of #DC79FF
Complementary color
Monochromatic Colors of #DC79FF
Black with #DC79FF
Text Example
Text Example
White with #DC79FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC79FF; }
p { color: rgb(220,121,255); }
H1.HeaderClassName
{
color: #DC79FF;
}
.AnyTagClassName
{
color: #DC79FF;
}
</style>
background-color css
<style>
a { background-color: #DC79FF; }
a { background-color: rgb(220,121,255); }
div.DivClassName
{
background-color: #DC79FF;
}
.BgClassName
{
background-color: #DC79FF;
}
</style>
border-color css
<style>
span { border-color: #DC79FF; }
span { border-color: rgb(220,121,255); }
td.TdClassName
{
border-color: #DC79FF;
}
.TagClassName
{
border-color: #DC79FF;
}
</style>