Shades of Heliotrope #DC55FF
Tints of Heliotrope #DC55FF
RGB
CMYK
RGB Variations
Color information
#DC55FF (or 0xDC55FF) is known color: Heliotrope. HEX triplet: DC, 55 and FF. RGB value is (220,85,255). Sum of RGB (Red+Green+Blue) = 220+85+255=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 85 (33.59% from 255 or 15.18% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC55FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC55FF is #23AA00. Grayscale: #909090. Windows color (decimal): -2337281 or 16733660. OLE color: 16733660.
HSL color Cylindrical-coordinate representation of color #DC55FF: hue angle of 287.65º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DC55FF is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 85 | 255 | - |
| CMYK | 0.14 | 0.67 | 0 | 0 |
| HSL | 287.65º | 1% | 0.67% | - |
| HSV(B) | 287.65º | 0.67% | 1% | - |
| XYZ | 50.81 | 28.93 | 97.51 | - |
| YUV | 144.75 | 190.23 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 255 | 0.14 | 0.67 | 0 | 0 | 287.65 | 1 | 0.67 |
| Hex | DC | 55 | FF | E | 43 | 0 | 0 | 120 | 64 | 43 |
| Octal | 334 | 125 | 377 | 16 | 103 | 0 | 0 | 440 | 144 | 103 |
| Binary | 11011100 | 1010101 | 11111111 | 1110 | 1000011 | 0 | 0 | 100100000 | 1100100 | 1000011 |
Color Harmonies of #DC55FF
Complementary color
Monochromatic Colors of #DC55FF
Black with #DC55FF
Text Example
Text Example
White with #DC55FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC55FF; }
p { color: rgb(220,85,255); }
H1.HeaderClassName
{
color: #DC55FF;
}
.AnyTagClassName
{
color: #DC55FF;
}
</style>
background-color css
<style>
a { background-color: #DC55FF; }
a { background-color: rgb(220,85,255); }
div.DivClassName
{
background-color: #DC55FF;
}
.BgClassName
{
background-color: #DC55FF;
}
</style>
border-color css
<style>
span { border-color: #DC55FF; }
span { border-color: rgb(220,85,255); }
td.TdClassName
{
border-color: #DC55FF;
}
.TagClassName
{
border-color: #DC55FF;
}
</style>