Shades of Heliotrope #DC56FF
Tints of Heliotrope #DC56FF
RGB
CMYK
RGB Variations
Color information
#DC56FF (or 0xDC56FF) is known color: Heliotrope. HEX triplet: DC, 56 and FF. RGB value is (220,86,255). Sum of RGB (Red+Green+Blue) = 220+86+255=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 86 (33.98% from 255 or 15.33% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC56FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC56FF is #23A900. Grayscale: #909090. Windows color (decimal): -2337025 or 16733916. OLE color: 16733916.
HSL color Cylindrical-coordinate representation of color #DC56FF: hue angle of 287.57º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DC56FF is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 86 | 255 | - |
| CMYK | 0.14 | 0.66 | 0 | 0 |
| HSL | 287.57º | 1% | 0.67% | - |
| HSV(B) | 287.57º | 0.66% | 1% | - |
| XYZ | 50.89 | 29.09 | 97.54 | - |
| YUV | 145.33 | 189.89 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 86 | 255 | 0.14 | 0.66 | 0 | 0 | 287.57 | 1 | 0.67 |
| Hex | DC | 56 | FF | E | 42 | 0 | 0 | 120 | 64 | 43 |
| Octal | 334 | 126 | 377 | 16 | 102 | 0 | 0 | 440 | 144 | 103 |
| Binary | 11011100 | 1010110 | 11111111 | 1110 | 1000010 | 0 | 0 | 100100000 | 1100100 | 1000011 |
Color Harmonies of #DC56FF
Complementary color
Monochromatic Colors of #DC56FF
Black with #DC56FF
Text Example
Text Example
White with #DC56FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC56FF; }
p { color: rgb(220,86,255); }
H1.HeaderClassName
{
color: #DC56FF;
}
.AnyTagClassName
{
color: #DC56FF;
}
</style>
background-color css
<style>
a { background-color: #DC56FF; }
a { background-color: rgb(220,86,255); }
div.DivClassName
{
background-color: #DC56FF;
}
.BgClassName
{
background-color: #DC56FF;
}
</style>
border-color css
<style>
span { border-color: #DC56FF; }
span { border-color: rgb(220,86,255); }
td.TdClassName
{
border-color: #DC56FF;
}
.TagClassName
{
border-color: #DC56FF;
}
</style>