Html Css Color HEX #DF57EC Free Speech Magenta
📋 copy color: '#DF57EC'red 223 ◦ green 87 ◦ blue 236
Shades of Free Speech Magenta #DF57EC
Tints of Free Speech Magenta #DF57EC
RGB
CMYK
RGB Variations
Color information
#DF57EC (or 0xDF57EC) is known color: Free Speech Magenta. HEX triplet: DF, 57 and EC. RGB value is (223,87,236). Sum of RGB (Red+Green+Blue) = 223+87+236=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 87 (34.38% from 255 or 15.93% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 236 - color contains mainly: blue. Hex color #DF57EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF57EC is #20A813. Grayscale: #909090. Windows color (decimal): -2140180 or 15488991. OLE color: 15488991.
HSL color Cylindrical-coordinate representation of color #DF57EC: hue angle of 294.77º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DF57EC is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 87 | 236 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.07 |
| HSL | 294.77º | 0.8% | 0.63% | - |
| HSV(B) | 294.77º | 0.63% | 0.93% | - |
| XYZ | 48.98 | 28.56 | 82.29 | - |
| YUV | 144.65 | 179.56 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 87 | 236 | 0.06 | 0.63 | 0 | 0.07 | 294.77 | 0.8 | 0.63 |
| Hex | DF | 57 | EC | 6 | 3F | 0 | 7 | 127 | 50 | 3F |
| Octal | 337 | 127 | 354 | 6 | 77 | 0 | 7 | 447 | 120 | 77 |
| Binary | 11011111 | 1010111 | 11101100 | 110 | 111111 | 0 | 111 | 100100111 | 1010000 | 111111 |
Color Harmonies of #DF57EC
Complementary color
Monochromatic Colors of #DF57EC
Black with #DF57EC
Text Example
Text Example
White with #DF57EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF57EC; }
p { color: rgb(223,87,236); }
H1.HeaderClassName
{
color: #DF57EC;
}
.AnyTagClassName
{
color: #DF57EC;
}
</style>
background-color css
<style>
a { background-color: #DF57EC; }
a { background-color: rgb(223,87,236); }
div.DivClassName
{
background-color: #DF57EC;
}
.BgClassName
{
background-color: #DF57EC;
}
</style>
border-color css
<style>
span { border-color: #DF57EC; }
span { border-color: rgb(223,87,236); }
td.TdClassName
{
border-color: #DF57EC;
}
.TagClassName
{
border-color: #DF57EC;
}
</style>