Shades of Heliotrope #DC56FA
Tints of Heliotrope #DC56FA
RGB
CMYK
RGB Variations
Color information
#DC56FA (or 0xDC56FA) is known color: Heliotrope. HEX triplet: DC, 56 and FA. RGB value is (220,86,250). Sum of RGB (Red+Green+Blue) = 220+86+250=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 86 (33.98% from 255 or 15.47% from 556); Blue value is 250 (98.05% from 255 or 44.96% from 556); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC56FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC56FA is #23A905. Grayscale: #909090. Windows color (decimal): -2337030 or 16406236. OLE color: 16406236.
HSL color Cylindrical-coordinate representation of color #DC56FA: hue angle of 289.02º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DC56FA is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 86 | 250 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.02 |
| HSL | 289.02º | 0.94% | 0.66% | - |
| HSV(B) | 289.02º | 0.66% | 0.98% | - |
| XYZ | 50.1 | 28.77 | 93.36 | - |
| YUV | 144.76 | 187.39 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 86 | 250 | 0.12 | 0.66 | 0 | 0.02 | 289.02 | 0.94 | 0.66 |
| Hex | DC | 56 | FA | C | 42 | 0 | 2 | 121 | 5E | 42 |
| Octal | 334 | 126 | 372 | 14 | 102 | 0 | 2 | 441 | 136 | 102 |
| Binary | 11011100 | 1010110 | 11111010 | 1100 | 1000010 | 0 | 10 | 100100001 | 1011110 | 1000010 |
Color Harmonies of #DC56FA
Complementary color
Monochromatic Colors of #DC56FA
Black with #DC56FA
Text Example
Text Example
White with #DC56FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC56FA; }
p { color: rgb(220,86,250); }
H1.HeaderClassName
{
color: #DC56FA;
}
.AnyTagClassName
{
color: #DC56FA;
}
</style>
background-color css
<style>
a { background-color: #DC56FA; }
a { background-color: rgb(220,86,250); }
div.DivClassName
{
background-color: #DC56FA;
}
.BgClassName
{
background-color: #DC56FA;
}
</style>
border-color css
<style>
span { border-color: #DC56FA; }
span { border-color: rgb(220,86,250); }
td.TdClassName
{
border-color: #DC56FA;
}
.TagClassName
{
border-color: #DC56FA;
}
</style>