Html Css Color HEX #DF41DF Free Speech Magenta
📋 copy color: '#DF41DF'red 223 ◦ green 65 ◦ blue 223
Shades of Free Speech Magenta #DF41DF
Tints of Free Speech Magenta #DF41DF
RGB
CMYK
RGB Variations
Color information
#DF41DF (or 0xDF41DF) is known color: Free Speech Magenta. HEX triplet: DF, 41 and DF. RGB value is (223,65,223). Sum of RGB (Red+Green+Blue) = 223+65+223=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 65 (25.78% from 255 or 12.72% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF41DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF41DF is #20BE20. Grayscale: #818181. Windows color (decimal): -2145825 or 14631391. OLE color: 14631391.
HSL color Cylindrical-coordinate representation of color #DF41DF: hue angle of 300º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DF41DF is Cyan = 0, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 65 | 223 | - |
| CMYK | 0 | 0.71 | 0 | 0.13 |
| HSL | 300º | 0.71% | 0.56% | - |
| HSV(B) | 300º | 0.71% | 0.87% | - |
| XYZ | 45.64 | 24.8 | 72.19 | - |
| YUV | 130.25 | 180.35 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 223 | 0 | 0.71 | 0 | 0.13 | 300 | 0.71 | 0.56 |
| Hex | DF | 41 | DF | 0 | 47 | 0 | D | 12C | 47 | 38 |
| Octal | 337 | 101 | 337 | 0 | 107 | 0 | 15 | 454 | 107 | 70 |
| Binary | 11011111 | 1000001 | 11011111 | 0 | 1000111 | 0 | 1101 | 100101100 | 1000111 | 111000 |
Color Harmonies of #DF41DF
Complementary color
Monochromatic Colors of #DF41DF
Black with #DF41DF
Text Example
Text Example
White with #DF41DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF41DF; }
p { color: rgb(223,65,223); }
H1.HeaderClassName
{
color: #DF41DF;
}
.AnyTagClassName
{
color: #DF41DF;
}
</style>
background-color css
<style>
a { background-color: #DF41DF; }
a { background-color: rgb(223,65,223); }
div.DivClassName
{
background-color: #DF41DF;
}
.BgClassName
{
background-color: #DF41DF;
}
</style>
border-color css
<style>
span { border-color: #DF41DF; }
span { border-color: rgb(223,65,223); }
td.TdClassName
{
border-color: #DF41DF;
}
.TagClassName
{
border-color: #DF41DF;
}
</style>