Shades of Heliotrope #DC55FC
Tints of Heliotrope #DC55FC
RGB
CMYK
RGB Variations
Color information
#DC55FC (or 0xDC55FC) is known color: Heliotrope. HEX triplet: DC, 55 and FC. RGB value is (220,85,252). Sum of RGB (Red+Green+Blue) = 220+85+252=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 85 (33.59% from 255 or 15.26% from 557); Blue value is 252 (98.83% from 255 or 45.24% from 557); Max value from RGB is 252 - color contains mainly: blue. Hex color #DC55FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC55FC is #23AA03. Grayscale: #8F8F8F. Windows color (decimal): -2337284 or 16537052. OLE color: 16537052.
HSL color Cylindrical-coordinate representation of color #DC55FC: hue angle of 288.5º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DC55FC is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 85 | 252 | - |
| CMYK | 0.13 | 0.66 | 0 | 0.01 |
| HSL | 288.5º | 0.97% | 0.66% | - |
| HSV(B) | 288.5º | 0.66% | 0.99% | - |
| XYZ | 50.33 | 28.74 | 94.99 | - |
| YUV | 144.4 | 188.73 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 252 | 0.13 | 0.66 | 0 | 0.01 | 288.5 | 0.97 | 0.66 |
| Hex | DC | 55 | FC | D | 42 | 0 | 1 | 121 | 61 | 42 |
| Octal | 334 | 125 | 374 | 15 | 102 | 0 | 1 | 441 | 141 | 102 |
| Binary | 11011100 | 1010101 | 11111100 | 1101 | 1000010 | 0 | 1 | 100100001 | 1100001 | 1000010 |
Color Harmonies of #DC55FC
Complementary color
Monochromatic Colors of #DC55FC
Black with #DC55FC
Text Example
Text Example
White with #DC55FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC55FC; }
p { color: rgb(220,85,252); }
H1.HeaderClassName
{
color: #DC55FC;
}
.AnyTagClassName
{
color: #DC55FC;
}
</style>
background-color css
<style>
a { background-color: #DC55FC; }
a { background-color: rgb(220,85,252); }
div.DivClassName
{
background-color: #DC55FC;
}
.BgClassName
{
background-color: #DC55FC;
}
</style>
border-color css
<style>
span { border-color: #DC55FC; }
span { border-color: rgb(220,85,252); }
td.TdClassName
{
border-color: #DC55FC;
}
.TagClassName
{
border-color: #DC55FC;
}
</style>