Html Css Color HEX #DF53EC Free Speech Magenta
📋 copy color: '#DF53EC'red 223 ◦ green 83 ◦ blue 236
Shades of Free Speech Magenta #DF53EC
Tints of Free Speech Magenta #DF53EC
RGB
CMYK
RGB Variations
Color information
#DF53EC (or 0xDF53EC) is known color: Free Speech Magenta. HEX triplet: DF, 53 and EC. RGB value is (223,83,236). Sum of RGB (Red+Green+Blue) = 223+83+236=542 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.14% from 542); Green value is 83 (32.81% from 255 or 15.31% from 542); Blue value is 236 (92.58% from 255 or 43.54% from 542); Max value from RGB is 236 - color contains mainly: blue. Hex color #DF53EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF53EC is #20AC13. Grayscale: #8D8D8D. Windows color (decimal): -2141204 or 15487967. OLE color: 15487967.
HSL color Cylindrical-coordinate representation of color #DF53EC: hue angle of 294.9º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF53EC is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 83 | 236 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.07 |
| HSL | 294.9º | 0.8% | 0.63% | - |
| HSV(B) | 294.9º | 0.65% | 0.93% | - |
| XYZ | 48.67 | 27.93 | 82.18 | - |
| YUV | 142.3 | 180.88 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 83 | 236 | 0.06 | 0.65 | 0 | 0.07 | 294.9 | 0.8 | 0.63 |
| Hex | DF | 53 | EC | 6 | 41 | 0 | 7 | 127 | 50 | 3F |
| Octal | 337 | 123 | 354 | 6 | 101 | 0 | 7 | 447 | 120 | 77 |
| Binary | 11011111 | 1010011 | 11101100 | 110 | 1000001 | 0 | 111 | 100100111 | 1010000 | 111111 |
Color Harmonies of #DF53EC
Complementary color
Monochromatic Colors of #DF53EC
Black with #DF53EC
Text Example
Text Example
White with #DF53EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF53EC; }
p { color: rgb(223,83,236); }
H1.HeaderClassName
{
color: #DF53EC;
}
.AnyTagClassName
{
color: #DF53EC;
}
</style>
background-color css
<style>
a { background-color: #DF53EC; }
a { background-color: rgb(223,83,236); }
div.DivClassName
{
background-color: #DF53EC;
}
.BgClassName
{
background-color: #DF53EC;
}
</style>
border-color css
<style>
span { border-color: #DF53EC; }
span { border-color: rgb(223,83,236); }
td.TdClassName
{
border-color: #DF53EC;
}
.TagClassName
{
border-color: #DF53EC;
}
</style>