Html Css Color HEX #DC47EC Free Speech Magenta
📋 copy color: '#DC47EC'red 220 ◦ green 71 ◦ blue 236
Shades of Free Speech Magenta #DC47EC
Tints of Free Speech Magenta #DC47EC
RGB
CMYK
RGB Variations
Color information
#DC47EC (or 0xDC47EC) is known color: Free Speech Magenta. HEX triplet: DC, 47 and EC. RGB value is (220,71,236). Sum of RGB (Red+Green+Blue) = 220+71+236=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 71 (28.12% from 255 or 13.47% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #DC47EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC47EC is #23B813. Grayscale: #858585. Windows color (decimal): -2340884 or 15484892. OLE color: 15484892.
HSL color Cylindrical-coordinate representation of color #DC47EC: hue angle of 294.18º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC47EC is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 71 | 236 | - |
| CMYK | 0.07 | 0.70 | 0 | 0.07 |
| HSL | 294.18º | 0.81% | 0.6% | - |
| HSV(B) | 294.18º | 0.7% | 0.93% | - |
| XYZ | 46.91 | 25.78 | 81.86 | - |
| YUV | 134.36 | 185.36 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 71 | 236 | 0.07 | 0.70 | 0 | 0.07 | 294.18 | 0.81 | 0.6 |
| Hex | DC | 47 | EC | 7 | 46 | 0 | 7 | 126 | 51 | 3C |
| Octal | 334 | 107 | 354 | 7 | 106 | 0 | 7 | 446 | 121 | 74 |
| Binary | 11011100 | 1000111 | 11101100 | 111 | 1000110 | 0 | 111 | 100100110 | 1010001 | 111100 |
Color Harmonies of #DC47EC
Complementary color
Monochromatic Colors of #DC47EC
Black with #DC47EC
Text Example
Text Example
White with #DC47EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC47EC; }
p { color: rgb(220,71,236); }
H1.HeaderClassName
{
color: #DC47EC;
}
.AnyTagClassName
{
color: #DC47EC;
}
</style>
background-color css
<style>
a { background-color: #DC47EC; }
a { background-color: rgb(220,71,236); }
div.DivClassName
{
background-color: #DC47EC;
}
.BgClassName
{
background-color: #DC47EC;
}
</style>
border-color css
<style>
span { border-color: #DC47EC; }
span { border-color: rgb(220,71,236); }
td.TdClassName
{
border-color: #DC47EC;
}
.TagClassName
{
border-color: #DC47EC;
}
</style>