Html Css Color HEX #DF41EF Free Speech Magenta
📋 copy color: '#DF41EF'red 223 ◦ green 65 ◦ blue 239
Shades of Free Speech Magenta #DF41EF
Tints of Free Speech Magenta #DF41EF
RGB
CMYK
RGB Variations
Color information
#DF41EF (or 0xDF41EF) is known color: Free Speech Magenta. HEX triplet: DF, 41 and EF. RGB value is (223,65,239). Sum of RGB (Red+Green+Blue) = 223+65+239=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 65 (25.78% from 255 or 12.33% from 527); Blue value is 239 (93.75% from 255 or 45.35% from 527); Max value from RGB is 239 - color contains mainly: blue. Hex color #DF41EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF41EF is #20BE10. Grayscale: #838383. Windows color (decimal): -2145809 or 15679967. OLE color: 15679967.
HSL color Cylindrical-coordinate representation of color #DF41EF: hue angle of 294.48º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DF41EF is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 65 | 239 | - |
| CMYK | 0.07 | 0.73 | 0 | 0.06 |
| HSL | 294.48º | 0.84% | 0.6% | - |
| HSV(B) | 294.48º | 0.73% | 0.94% | - |
| XYZ | 47.9 | 25.7 | 84.1 | - |
| YUV | 132.08 | 188.35 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 239 | 0.07 | 0.73 | 0 | 0.06 | 294.48 | 0.84 | 0.6 |
| Hex | DF | 41 | EF | 7 | 49 | 0 | 6 | 126 | 54 | 3C |
| Octal | 337 | 101 | 357 | 7 | 111 | 0 | 6 | 446 | 124 | 74 |
| Binary | 11011111 | 1000001 | 11101111 | 111 | 1001001 | 0 | 110 | 100100110 | 1010100 | 111100 |
Color Harmonies of #DF41EF
Complementary color
Monochromatic Colors of #DF41EF
Black with #DF41EF
Text Example
Text Example
White with #DF41EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF41EF; }
p { color: rgb(223,65,239); }
H1.HeaderClassName
{
color: #DF41EF;
}
.AnyTagClassName
{
color: #DF41EF;
}
</style>
background-color css
<style>
a { background-color: #DF41EF; }
a { background-color: rgb(223,65,239); }
div.DivClassName
{
background-color: #DF41EF;
}
.BgClassName
{
background-color: #DF41EF;
}
</style>
border-color css
<style>
span { border-color: #DF41EF; }
span { border-color: rgb(223,65,239); }
td.TdClassName
{
border-color: #DF41EF;
}
.TagClassName
{
border-color: #DF41EF;
}
</style>