Html Css Color HEX #DF37EC Free Speech Magenta
📋 copy color: '#DF37EC'red 223 ◦ green 55 ◦ blue 236
Shades of Free Speech Magenta #DF37EC
Tints of Free Speech Magenta #DF37EC
RGB
CMYK
RGB Variations
Color information
#DF37EC (or 0xDF37EC) is known color: Free Speech Magenta. HEX triplet: DF, 37 and EC. RGB value is (223,55,236). Sum of RGB (Red+Green+Blue) = 223+55+236=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 55 (21.88% from 255 or 10.70% from 514); Blue value is 236 (92.58% from 255 or 45.91% from 514); Max value from RGB is 236 - color contains mainly: blue. Hex color #DF37EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF37EC is #20C813. Grayscale: #7D7D7D. Windows color (decimal): -2148372 or 15480799. OLE color: 15480799.
HSL color Cylindrical-coordinate representation of color #DF37EC: hue angle of 295.69º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DF37EC is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 55 | 236 | - |
| CMYK | 0.06 | 0.77 | 0 | 0.07 |
| HSL | 295.69º | 0.83% | 0.57% | - |
| HSV(B) | 295.69º | 0.77% | 0.93% | - |
| XYZ | 46.94 | 24.48 | 81.61 | - |
| YUV | 125.87 | 190.16 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 55 | 236 | 0.06 | 0.77 | 0 | 0.07 | 295.69 | 0.83 | 0.57 |
| Hex | DF | 37 | EC | 6 | 4D | 0 | 7 | 128 | 53 | 39 |
| Octal | 337 | 67 | 354 | 6 | 115 | 0 | 7 | 450 | 123 | 71 |
| Binary | 11011111 | 110111 | 11101100 | 110 | 1001101 | 0 | 111 | 100101000 | 1010011 | 111001 |
Color Harmonies of #DF37EC
Complementary color
Monochromatic Colors of #DF37EC
Black with #DF37EC
Text Example
Text Example
White with #DF37EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF37EC; }
p { color: rgb(223,55,236); }
H1.HeaderClassName
{
color: #DF37EC;
}
.AnyTagClassName
{
color: #DF37EC;
}
</style>
background-color css
<style>
a { background-color: #DF37EC; }
a { background-color: rgb(223,55,236); }
div.DivClassName
{
background-color: #DF37EC;
}
.BgClassName
{
background-color: #DF37EC;
}
</style>
border-color css
<style>
span { border-color: #DF37EC; }
span { border-color: rgb(223,55,236); }
td.TdClassName
{
border-color: #DF37EC;
}
.TagClassName
{
border-color: #DF37EC;
}
</style>