Html Css Color HEX #DF41FA Free Speech Magenta
📋 copy color: '#DF41FA'red 223 ◦ green 65 ◦ blue 250
Shades of Free Speech Magenta #DF41FA
Tints of Free Speech Magenta #DF41FA
RGB
CMYK
RGB Variations
Color information
#DF41FA (or 0xDF41FA) is known color: Free Speech Magenta. HEX triplet: DF, 41 and FA. RGB value is (223,65,250). Sum of RGB (Red+Green+Blue) = 223+65+250=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 65 (25.78% from 255 or 12.08% from 538); Blue value is 250 (98.05% from 255 or 46.47% from 538); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF41FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF41FA is #20BE05. Grayscale: #848484. Windows color (decimal): -2145798 or 16400863. OLE color: 16400863.
HSL color Cylindrical-coordinate representation of color #DF41FA: hue angle of 291.24º degrees, saturation: 0.95, 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 #DF41FA is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 65 | 250 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.02 |
| HSL | 291.24º | 0.95% | 0.62% | - |
| HSV(B) | 291.24º | 0.74% | 0.98% | - |
| XYZ | 49.58 | 26.37 | 92.92 | - |
| YUV | 133.33 | 193.85 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 250 | 0.11 | 0.74 | 0 | 0.02 | 291.24 | 0.95 | 0.62 |
| Hex | DF | 41 | FA | B | 4A | 0 | 2 | 123 | 5F | 3E |
| Octal | 337 | 101 | 372 | 13 | 112 | 0 | 2 | 443 | 137 | 76 |
| Binary | 11011111 | 1000001 | 11111010 | 1011 | 1001010 | 0 | 10 | 100100011 | 1011111 | 111110 |
Color Harmonies of #DF41FA
Complementary color
Monochromatic Colors of #DF41FA
Black with #DF41FA
Text Example
Text Example
White with #DF41FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF41FA; }
p { color: rgb(223,65,250); }
H1.HeaderClassName
{
color: #DF41FA;
}
.AnyTagClassName
{
color: #DF41FA;
}
</style>
background-color css
<style>
a { background-color: #DF41FA; }
a { background-color: rgb(223,65,250); }
div.DivClassName
{
background-color: #DF41FA;
}
.BgClassName
{
background-color: #DF41FA;
}
</style>
border-color css
<style>
span { border-color: #DF41FA; }
span { border-color: rgb(223,65,250); }
td.TdClassName
{
border-color: #DF41FA;
}
.TagClassName
{
border-color: #DF41FA;
}
</style>