Shades of Heliotrope #DC79FA
Tints of Heliotrope #DC79FA
RGB
CMYK
RGB Variations
Color information
#DC79FA (or 0xDC79FA) is known color: Heliotrope. HEX triplet: DC, 79 and FA. RGB value is (220,121,250). Sum of RGB (Red+Green+Blue) = 220+121+250=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 121 (47.66% from 255 or 20.47% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC79FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC79FA is #238605. Grayscale: #A4A4A4. Windows color (decimal): -2328070 or 16415196. OLE color: 16415196.
HSL color Cylindrical-coordinate representation of color #DC79FA: hue angle of 286.05º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC79FA is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 121 | 250 | - |
| CMYK | 0.12 | 0.52 | 0 | 0.02 |
| HSL | 286.05º | 0.93% | 0.73% | - |
| HSV(B) | 286.05º | 0.52% | 0.98% | - |
| XYZ | 53.61 | 35.79 | 94.53 | - |
| YUV | 165.31 | 175.8 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 121 | 250 | 0.12 | 0.52 | 0 | 0.02 | 286.05 | 0.93 | 0.73 |
| Hex | DC | 79 | FA | C | 34 | 0 | 2 | 11E | 5D | 49 |
| Octal | 334 | 171 | 372 | 14 | 64 | 0 | 2 | 436 | 135 | 111 |
| Binary | 11011100 | 1111001 | 11111010 | 1100 | 110100 | 0 | 10 | 100011110 | 1011101 | 1001001 |
Color Harmonies of #DC79FA
Complementary color
Monochromatic Colors of #DC79FA
Black with #DC79FA
Text Example
Text Example
White with #DC79FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC79FA; }
p { color: rgb(220,121,250); }
H1.HeaderClassName
{
color: #DC79FA;
}
.AnyTagClassName
{
color: #DC79FA;
}
</style>
background-color css
<style>
a { background-color: #DC79FA; }
a { background-color: rgb(220,121,250); }
div.DivClassName
{
background-color: #DC79FA;
}
.BgClassName
{
background-color: #DC79FA;
}
</style>
border-color css
<style>
span { border-color: #DC79FA; }
span { border-color: rgb(220,121,250); }
td.TdClassName
{
border-color: #DC79FA;
}
.TagClassName
{
border-color: #DC79FA;
}
</style>