Html Css Color HEX #DF38EC Free Speech Magenta
📋 copy color: '#DF38EC'red 223 ◦ green 56 ◦ blue 236
Shades of Free Speech Magenta #DF38EC
Tints of Free Speech Magenta #DF38EC
RGB
CMYK
RGB Variations
Color information
#DF38EC (or 0xDF38EC) is known color: Free Speech Magenta. HEX triplet: DF, 38 and EC. RGB value is (223,56,236). Sum of RGB (Red+Green+Blue) = 223+56+236=515 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.30% from 515); Green value is 56 (22.27% from 255 or 10.87% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #DF38EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF38EC is #20C713. Grayscale: #7D7D7D. Windows color (decimal): -2148116 or 15481055. OLE color: 15481055.
HSL color Cylindrical-coordinate representation of color #DF38EC: hue angle of 295.67º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DF38EC is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 56 | 236 | - |
| CMYK | 0.06 | 0.76 | 0 | 0.07 |
| HSL | 295.67º | 0.83% | 0.57% | - |
| HSV(B) | 295.67º | 0.76% | 0.93% | - |
| XYZ | 46.99 | 24.57 | 81.62 | - |
| YUV | 126.45 | 189.83 | 196.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 56 | 236 | 0.06 | 0.76 | 0 | 0.07 | 295.67 | 0.83 | 0.57 |
| Hex | DF | 38 | EC | 6 | 4C | 0 | 7 | 128 | 53 | 39 |
| Octal | 337 | 70 | 354 | 6 | 114 | 0 | 7 | 450 | 123 | 71 |
| Binary | 11011111 | 111000 | 11101100 | 110 | 1001100 | 0 | 111 | 100101000 | 1010011 | 111001 |
Color Harmonies of #DF38EC
Complementary color
Monochromatic Colors of #DF38EC
Black with #DF38EC
Text Example
Text Example
White with #DF38EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF38EC; }
p { color: rgb(223,56,236); }
H1.HeaderClassName
{
color: #DF38EC;
}
.AnyTagClassName
{
color: #DF38EC;
}
</style>
background-color css
<style>
a { background-color: #DF38EC; }
a { background-color: rgb(223,56,236); }
div.DivClassName
{
background-color: #DF38EC;
}
.BgClassName
{
background-color: #DF38EC;
}
</style>
border-color css
<style>
span { border-color: #DF38EC; }
span { border-color: rgb(223,56,236); }
td.TdClassName
{
border-color: #DF38EC;
}
.TagClassName
{
border-color: #DF38EC;
}
</style>