Html Css Color HEX #DF50EC Free Speech Magenta
📋 copy color: '#DF50EC'red 223 ◦ green 80 ◦ blue 236
Shades of Free Speech Magenta #DF50EC
Tints of Free Speech Magenta #DF50EC
RGB
CMYK
RGB Variations
Color information
#DF50EC (or 0xDF50EC) is known color: Free Speech Magenta. HEX triplet: DF, 50 and EC. RGB value is (223,80,236). Sum of RGB (Red+Green+Blue) = 223+80+236=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 80 (31.64% from 255 or 14.84% from 539); Blue value is 236 (92.58% from 255 or 43.78% from 539); Max value from RGB is 236 - color contains mainly: blue. Hex color #DF50EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF50EC is #20AF13. Grayscale: #8C8C8C. Windows color (decimal): -2141972 or 15487199. OLE color: 15487199.
HSL color Cylindrical-coordinate representation of color #DF50EC: hue angle of 295º 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 #DF50EC is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 80 | 236 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.07 |
| HSL | 295º | 0.8% | 0.62% | - |
| HSV(B) | 295º | 0.66% | 0.93% | - |
| XYZ | 48.44 | 27.48 | 82.11 | - |
| YUV | 140.54 | 181.88 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 236 | 0.06 | 0.66 | 0 | 0.07 | 295 | 0.8 | 0.62 |
| Hex | DF | 50 | EC | 6 | 42 | 0 | 7 | 127 | 50 | 3E |
| Octal | 337 | 120 | 354 | 6 | 102 | 0 | 7 | 447 | 120 | 76 |
| Binary | 11011111 | 1010000 | 11101100 | 110 | 1000010 | 0 | 111 | 100100111 | 1010000 | 111110 |
Color Harmonies of #DF50EC
Complementary color
Monochromatic Colors of #DF50EC
Black with #DF50EC
Text Example
Text Example
White with #DF50EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF50EC; }
p { color: rgb(223,80,236); }
H1.HeaderClassName
{
color: #DF50EC;
}
.AnyTagClassName
{
color: #DF50EC;
}
</style>
background-color css
<style>
a { background-color: #DF50EC; }
a { background-color: rgb(223,80,236); }
div.DivClassName
{
background-color: #DF50EC;
}
.BgClassName
{
background-color: #DF50EC;
}
</style>
border-color css
<style>
span { border-color: #DF50EC; }
span { border-color: rgb(223,80,236); }
td.TdClassName
{
border-color: #DF50EC;
}
.TagClassName
{
border-color: #DF50EC;
}
</style>