Shades of Heliotrope #DC54FE
Tints of Heliotrope #DC54FE
RGB
CMYK
RGB Variations
Color information
#DC54FE (or 0xDC54FE) is known color: Heliotrope. HEX triplet: DC, 54 and FE. RGB value is (220,84,254). Sum of RGB (Red+Green+Blue) = 220+84+254=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 84 (33.20% from 255 or 15.05% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC54FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC54FE is #23AB01. Grayscale: #8F8F8F. Windows color (decimal): -2337538 or 16667868. OLE color: 16667868.
HSL color Cylindrical-coordinate representation of color #DC54FE: hue angle of 288º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DC54FE is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 84 | 254 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.00 |
| HSL | 288º | 0.99% | 0.66% | - |
| HSV(B) | 288º | 0.67% | 1% | - |
| XYZ | 50.57 | 28.71 | 96.64 | - |
| YUV | 144.04 | 190.06 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 84 | 254 | 0.13 | 0.67 | 0 | 0.00 | 288 | 0.99 | 0.66 |
| Hex | DC | 54 | FE | D | 43 | 0 | 0 | 120 | 63 | 42 |
| Octal | 334 | 124 | 376 | 15 | 103 | 0 | 0 | 440 | 143 | 102 |
| Binary | 11011100 | 1010100 | 11111110 | 1101 | 1000011 | 0 | 0 | 100100000 | 1100011 | 1000010 |
Color Harmonies of #DC54FE
Complementary color
Monochromatic Colors of #DC54FE
Black with #DC54FE
Text Example
Text Example
White with #DC54FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC54FE; }
p { color: rgb(220,84,254); }
H1.HeaderClassName
{
color: #DC54FE;
}
.AnyTagClassName
{
color: #DC54FE;
}
</style>
background-color css
<style>
a { background-color: #DC54FE; }
a { background-color: rgb(220,84,254); }
div.DivClassName
{
background-color: #DC54FE;
}
.BgClassName
{
background-color: #DC54FE;
}
</style>
border-color css
<style>
span { border-color: #DC54FE; }
span { border-color: rgb(220,84,254); }
td.TdClassName
{
border-color: #DC54FE;
}
.TagClassName
{
border-color: #DC54FE;
}
</style>