Html Css Color HEX #DC50EC Free Speech Magenta
📋 copy color: '#DC50EC'red 220 ◦ green 80 ◦ blue 236
Shades of Free Speech Magenta #DC50EC
Tints of Free Speech Magenta #DC50EC
RGB
CMYK
RGB Variations
Color information
#DC50EC (or 0xDC50EC) is known color: Free Speech Magenta. HEX triplet: DC, 50 and EC. RGB value is (220,80,236). Sum of RGB (Red+Green+Blue) = 220+80+236=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 80 (31.64% from 255 or 14.93% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 236 - color contains mainly: blue. Hex color #DC50EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC50EC is #23AF13. Grayscale: #8B8B8B. Windows color (decimal): -2338580 or 15487196. OLE color: 15487196.
HSL color Cylindrical-coordinate representation of color #DC50EC: hue angle of 293.85º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DC50EC is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 80 | 236 | - |
| CMYK | 0.07 | 0.66 | 0 | 0.07 |
| HSL | 293.85º | 0.8% | 0.62% | - |
| HSV(B) | 293.85º | 0.66% | 0.93% | - |
| XYZ | 47.52 | 27.01 | 82.07 | - |
| YUV | 139.64 | 182.38 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 236 | 0.07 | 0.66 | 0 | 0.07 | 293.85 | 0.8 | 0.62 |
| Hex | DC | 50 | EC | 7 | 42 | 0 | 7 | 126 | 50 | 3E |
| Octal | 334 | 120 | 354 | 7 | 102 | 0 | 7 | 446 | 120 | 76 |
| Binary | 11011100 | 1010000 | 11101100 | 111 | 1000010 | 0 | 111 | 100100110 | 1010000 | 111110 |
Color Harmonies of #DC50EC
Complementary color
Monochromatic Colors of #DC50EC
Black with #DC50EC
Text Example
Text Example
White with #DC50EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC50EC; }
p { color: rgb(220,80,236); }
H1.HeaderClassName
{
color: #DC50EC;
}
.AnyTagClassName
{
color: #DC50EC;
}
</style>
background-color css
<style>
a { background-color: #DC50EC; }
a { background-color: rgb(220,80,236); }
div.DivClassName
{
background-color: #DC50EC;
}
.BgClassName
{
background-color: #DC50EC;
}
</style>
border-color css
<style>
span { border-color: #DC50EC; }
span { border-color: rgb(220,80,236); }
td.TdClassName
{
border-color: #DC50EC;
}
.TagClassName
{
border-color: #DC50EC;
}
</style>