Shades of Heliotrope #DC54FC
Tints of Heliotrope #DC54FC
RGB
CMYK
RGB Variations
Color information
#DC54FC (or 0xDC54FC) is known color: Heliotrope. HEX triplet: DC, 54 and FC. RGB value is (220,84,252). Sum of RGB (Red+Green+Blue) = 220+84+252=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 84 (33.20% from 255 or 15.11% from 556); Blue value is 252 (98.83% from 255 or 45.32% from 556); Max value from RGB is 252 - color contains mainly: blue. Hex color #DC54FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC54FC is #23AB03. Grayscale: #8F8F8F. Windows color (decimal): -2337540 or 16536796. OLE color: 16536796.
HSL color Cylindrical-coordinate representation of color #DC54FC: hue angle of 288.57º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DC54FC is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 84 | 252 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.01 |
| HSL | 288.57º | 0.97% | 0.66% | - |
| HSV(B) | 288.57º | 0.67% | 0.99% | - |
| XYZ | 50.26 | 28.58 | 94.96 | - |
| YUV | 143.82 | 189.06 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 84 | 252 | 0.13 | 0.67 | 0 | 0.01 | 288.57 | 0.97 | 0.66 |
| Hex | DC | 54 | FC | D | 43 | 0 | 1 | 121 | 61 | 42 |
| Octal | 334 | 124 | 374 | 15 | 103 | 0 | 1 | 441 | 141 | 102 |
| Binary | 11011100 | 1010100 | 11111100 | 1101 | 1000011 | 0 | 1 | 100100001 | 1100001 | 1000010 |
Color Harmonies of #DC54FC
Complementary color
Monochromatic Colors of #DC54FC
Black with #DC54FC
Text Example
Text Example
White with #DC54FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC54FC; }
p { color: rgb(220,84,252); }
H1.HeaderClassName
{
color: #DC54FC;
}
.AnyTagClassName
{
color: #DC54FC;
}
</style>
background-color css
<style>
a { background-color: #DC54FC; }
a { background-color: rgb(220,84,252); }
div.DivClassName
{
background-color: #DC54FC;
}
.BgClassName
{
background-color: #DC54FC;
}
</style>
border-color css
<style>
span { border-color: #DC54FC; }
span { border-color: rgb(220,84,252); }
td.TdClassName
{
border-color: #DC54FC;
}
.TagClassName
{
border-color: #DC54FC;
}
</style>