Shades of Heliotrope #DC50FE
Tints of Heliotrope #DC50FE
RGB
CMYK
RGB Variations
Color information
#DC50FE (or 0xDC50FE) is known color: Heliotrope. HEX triplet: DC, 50 and FE. RGB value is (220,80,254). Sum of RGB (Red+Green+Blue) = 220+80+254=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 80 (31.64% from 255 or 14.44% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC50FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC50FE is #23AF01. Grayscale: #8D8D8D. Windows color (decimal): -2338562 or 16666844. OLE color: 16666844.
HSL color Cylindrical-coordinate representation of color #DC50FE: hue angle of 288.28º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC50FE is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 80 | 254 | - |
| CMYK | 0.13 | 0.69 | 0 | 0.00 |
| HSL | 288.28º | 0.99% | 0.65% | - |
| HSV(B) | 288.28º | 0.69% | 1% | - |
| XYZ | 50.27 | 28.11 | 96.54 | - |
| YUV | 141.7 | 191.38 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 254 | 0.13 | 0.69 | 0 | 0.00 | 288.28 | 0.99 | 0.65 |
| Hex | DC | 50 | FE | D | 45 | 0 | 0 | 120 | 63 | 41 |
| Octal | 334 | 120 | 376 | 15 | 105 | 0 | 0 | 440 | 143 | 101 |
| Binary | 11011100 | 1010000 | 11111110 | 1101 | 1000101 | 0 | 0 | 100100000 | 1100011 | 1000001 |
Color Harmonies of #DC50FE
Complementary color
Monochromatic Colors of #DC50FE
Black with #DC50FE
Text Example
Text Example
White with #DC50FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC50FE; }
p { color: rgb(220,80,254); }
H1.HeaderClassName
{
color: #DC50FE;
}
.AnyTagClassName
{
color: #DC50FE;
}
</style>
background-color css
<style>
a { background-color: #DC50FE; }
a { background-color: rgb(220,80,254); }
div.DivClassName
{
background-color: #DC50FE;
}
.BgClassName
{
background-color: #DC50FE;
}
</style>
border-color css
<style>
span { border-color: #DC50FE; }
span { border-color: rgb(220,80,254); }
td.TdClassName
{
border-color: #DC50FE;
}
.TagClassName
{
border-color: #DC50FE;
}
</style>