Html Css Color HEX #DF40F9 Free Speech Magenta
📋 copy color: '#DF40F9'red 223 ◦ green 64 ◦ blue 249
Shades of Free Speech Magenta #DF40F9
Tints of Free Speech Magenta #DF40F9
RGB
CMYK
RGB Variations
Color information
#DF40F9 (or 0xDF40F9) is known color: Free Speech Magenta. HEX triplet: DF, 40 and F9. RGB value is (223,64,249). Sum of RGB (Red+Green+Blue) = 223+64+249=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 64 (25.39% from 255 or 11.94% from 536); Blue value is 249 (97.66% from 255 or 46.46% from 536); Max value from RGB is 249 - color contains mainly: blue. Hex color #DF40F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF40F9 is #20BF06. Grayscale: #848484. Windows color (decimal): -2146055 or 16335071. OLE color: 16335071.
HSL color Cylindrical-coordinate representation of color #DF40F9: hue angle of 291.57º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DF40F9 is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 64 | 249 | - |
| CMYK | 0.10 | 0.74 | 0 | 0.02 |
| HSL | 291.57º | 0.94% | 0.61% | - |
| HSV(B) | 291.57º | 0.74% | 0.98% | - |
| XYZ | 49.36 | 26.19 | 92.08 | - |
| YUV | 132.63 | 193.68 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 64 | 249 | 0.10 | 0.74 | 0 | 0.02 | 291.57 | 0.94 | 0.61 |
| Hex | DF | 40 | F9 | A | 4A | 0 | 2 | 124 | 5E | 3D |
| Octal | 337 | 100 | 371 | 12 | 112 | 0 | 2 | 444 | 136 | 75 |
| Binary | 11011111 | 1000000 | 11111001 | 1010 | 1001010 | 0 | 10 | 100100100 | 1011110 | 111101 |
Color Harmonies of #DF40F9
Complementary color
Monochromatic Colors of #DF40F9
Black with #DF40F9
Text Example
Text Example
White with #DF40F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF40F9; }
p { color: rgb(223,64,249); }
H1.HeaderClassName
{
color: #DF40F9;
}
.AnyTagClassName
{
color: #DF40F9;
}
</style>
background-color css
<style>
a { background-color: #DF40F9; }
a { background-color: rgb(223,64,249); }
div.DivClassName
{
background-color: #DF40F9;
}
.BgClassName
{
background-color: #DF40F9;
}
</style>
border-color css
<style>
span { border-color: #DF40F9; }
span { border-color: rgb(223,64,249); }
td.TdClassName
{
border-color: #DF40F9;
}
.TagClassName
{
border-color: #DF40F9;
}
</style>