Html Css Color HEX #DF41DC Free Speech Magenta
📋 copy color: '#DF41DC'red 223 ◦ green 65 ◦ blue 220
Shades of Free Speech Magenta #DF41DC
Tints of Free Speech Magenta #DF41DC
RGB
CMYK
RGB Variations
Color information
#DF41DC (or 0xDF41DC) is known color: Free Speech Magenta. HEX triplet: DF, 41 and DC. RGB value is (223,65,220). Sum of RGB (Red+Green+Blue) = 223+65+220=508 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.90% from 508); Green value is 65 (25.78% from 255 or 12.80% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 223 - color contains mainly: red. Hex color #DF41DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF41DC is #20BE23. Grayscale: #818181. Windows color (decimal): -2145828 or 14434783. OLE color: 14434783.
HSL color Cylindrical-coordinate representation of color #DF41DC: hue angle of 301.14º 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 #DF41DC is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 65 | 220 | - |
| CMYK | 0 | 0.71 | 0.01 | 0.13 |
| HSL | 301.14º | 0.71% | 0.56% | - |
| HSV(B) | 301.14º | 0.71% | 0.87% | - |
| XYZ | 45.24 | 24.64 | 70.08 | - |
| YUV | 129.91 | 178.85 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 220 | 0 | 0.71 | 0.01 | 0.13 | 301.14 | 0.71 | 0.56 |
| Hex | DF | 41 | DC | 0 | 47 | 1 | D | 12D | 47 | 38 |
| Octal | 337 | 101 | 334 | 0 | 107 | 1 | 15 | 455 | 107 | 70 |
| Binary | 11011111 | 1000001 | 11011100 | 0 | 1000111 | 1 | 1101 | 100101101 | 1000111 | 111000 |
Color Harmonies of #DF41DC
Complementary color
Monochromatic Colors of #DF41DC
Black with #DF41DC
Text Example
Text Example
White with #DF41DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF41DC; }
p { color: rgb(223,65,220); }
H1.HeaderClassName
{
color: #DF41DC;
}
.AnyTagClassName
{
color: #DF41DC;
}
</style>
background-color css
<style>
a { background-color: #DF41DC; }
a { background-color: rgb(223,65,220); }
div.DivClassName
{
background-color: #DF41DC;
}
.BgClassName
{
background-color: #DF41DC;
}
</style>
border-color css
<style>
span { border-color: #DF41DC; }
span { border-color: rgb(223,65,220); }
td.TdClassName
{
border-color: #DF41DC;
}
.TagClassName
{
border-color: #DF41DC;
}
</style>