Html Css Color HEX #DF41F9 Free Speech Magenta
📋 copy color: '#DF41F9'red 223 ◦ green 65 ◦ blue 249
Shades of Free Speech Magenta #DF41F9
Tints of Free Speech Magenta #DF41F9
RGB
CMYK
RGB Variations
Color information
#DF41F9 (or 0xDF41F9) is known color: Free Speech Magenta. HEX triplet: DF, 41 and F9. RGB value is (223,65,249). Sum of RGB (Red+Green+Blue) = 223+65+249=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 65 (25.78% from 255 or 12.10% from 537); Blue value is 249 (97.66% from 255 or 46.37% from 537); Max value from RGB is 249 - color contains mainly: blue. Hex color #DF41F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF41F9 is #20BE06. Grayscale: #848484. Windows color (decimal): -2145799 or 16335327. OLE color: 16335327.
HSL color Cylindrical-coordinate representation of color #DF41F9: hue angle of 291.52º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DF41F9 is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 65 | 249 | - |
| CMYK | 0.10 | 0.74 | 0 | 0.02 |
| HSL | 291.52º | 0.94% | 0.62% | - |
| HSV(B) | 291.52º | 0.74% | 0.98% | - |
| XYZ | 49.42 | 26.31 | 92.1 | - |
| YUV | 133.22 | 193.35 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 249 | 0.10 | 0.74 | 0 | 0.02 | 291.52 | 0.94 | 0.62 |
| Hex | DF | 41 | F9 | A | 4A | 0 | 2 | 124 | 5E | 3E |
| Octal | 337 | 101 | 371 | 12 | 112 | 0 | 2 | 444 | 136 | 76 |
| Binary | 11011111 | 1000001 | 11111001 | 1010 | 1001010 | 0 | 10 | 100100100 | 1011110 | 111110 |
Color Harmonies of #DF41F9
Complementary color
Monochromatic Colors of #DF41F9
Black with #DF41F9
Text Example
Text Example
White with #DF41F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF41F9; }
p { color: rgb(223,65,249); }
H1.HeaderClassName
{
color: #DF41F9;
}
.AnyTagClassName
{
color: #DF41F9;
}
</style>
background-color css
<style>
a { background-color: #DF41F9; }
a { background-color: rgb(223,65,249); }
div.DivClassName
{
background-color: #DF41F9;
}
.BgClassName
{
background-color: #DF41F9;
}
</style>
border-color css
<style>
span { border-color: #DF41F9; }
span { border-color: rgb(223,65,249); }
td.TdClassName
{
border-color: #DF41F9;
}
.TagClassName
{
border-color: #DF41F9;
}
</style>