Shades of Heliotrope #DC55FA
Tints of Heliotrope #DC55FA
RGB
CMYK
RGB Variations
Color information
#DC55FA (or 0xDC55FA) is known color: Heliotrope. HEX triplet: DC, 55 and FA. RGB value is (220,85,250). Sum of RGB (Red+Green+Blue) = 220+85+250=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 85 (33.59% from 255 or 15.32% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC55FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC55FA is #23AA05. Grayscale: #8F8F8F. Windows color (decimal): -2337286 or 16405980. OLE color: 16405980.
HSL color Cylindrical-coordinate representation of color #DC55FA: hue angle of 289.09º 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 #DC55FA is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 85 | 250 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.02 |
| HSL | 289.09º | 0.94% | 0.66% | - |
| HSV(B) | 289.09º | 0.66% | 0.98% | - |
| XYZ | 50.02 | 28.61 | 93.33 | - |
| YUV | 144.18 | 187.73 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 250 | 0.12 | 0.66 | 0 | 0.02 | 289.09 | 0.94 | 0.66 |
| Hex | DC | 55 | FA | C | 42 | 0 | 2 | 121 | 5E | 42 |
| Octal | 334 | 125 | 372 | 14 | 102 | 0 | 2 | 441 | 136 | 102 |
| Binary | 11011100 | 1010101 | 11111010 | 1100 | 1000010 | 0 | 10 | 100100001 | 1011110 | 1000010 |
Color Harmonies of #DC55FA
Complementary color
Monochromatic Colors of #DC55FA
Black with #DC55FA
Text Example
Text Example
White with #DC55FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC55FA; }
p { color: rgb(220,85,250); }
H1.HeaderClassName
{
color: #DC55FA;
}
.AnyTagClassName
{
color: #DC55FA;
}
</style>
background-color css
<style>
a { background-color: #DC55FA; }
a { background-color: rgb(220,85,250); }
div.DivClassName
{
background-color: #DC55FA;
}
.BgClassName
{
background-color: #DC55FA;
}
</style>
border-color css
<style>
span { border-color: #DC55FA; }
span { border-color: rgb(220,85,250); }
td.TdClassName
{
border-color: #DC55FA;
}
.TagClassName
{
border-color: #DC55FA;
}
</style>