Html Css Color HEX #DF41D9 Free Speech Magenta
📋 copy color: '#DF41D9'red 223 ◦ green 65 ◦ blue 217
Shades of Free Speech Magenta #DF41D9
Tints of Free Speech Magenta #DF41D9
RGB
CMYK
RGB Variations
Color information
#DF41D9 (or 0xDF41D9) is known color: Free Speech Magenta. HEX triplet: DF, 41 and D9. RGB value is (223,65,217). Sum of RGB (Red+Green+Blue) = 223+65+217=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 65 (25.78% from 255 or 12.87% from 505); Blue value is 217 (85.16% from 255 or 42.97% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DF41D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF41D9 is #20BE26. Grayscale: #818181. Windows color (decimal): -2145831 or 14238175. OLE color: 14238175.
HSL color Cylindrical-coordinate representation of color #DF41D9: hue angle of 302.28º 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 #DF41D9 is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 65 | 217 | - |
| CMYK | 0 | 0.71 | 0.03 | 0.13 |
| HSL | 302.28º | 0.71% | 0.56% | - |
| HSV(B) | 302.28º | 0.71% | 0.87% | - |
| XYZ | 44.85 | 24.48 | 68.01 | - |
| YUV | 129.57 | 177.35 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 217 | 0 | 0.71 | 0.03 | 0.13 | 302.28 | 0.71 | 0.56 |
| Hex | DF | 41 | D9 | 0 | 47 | 3 | D | 12E | 47 | 38 |
| Octal | 337 | 101 | 331 | 0 | 107 | 3 | 15 | 456 | 107 | 70 |
| Binary | 11011111 | 1000001 | 11011001 | 0 | 1000111 | 11 | 1101 | 100101110 | 1000111 | 111000 |
Color Harmonies of #DF41D9
Complementary color
Monochromatic Colors of #DF41D9
Black with #DF41D9
Text Example
Text Example
White with #DF41D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF41D9; }
p { color: rgb(223,65,217); }
H1.HeaderClassName
{
color: #DF41D9;
}
.AnyTagClassName
{
color: #DF41D9;
}
</style>
background-color css
<style>
a { background-color: #DF41D9; }
a { background-color: rgb(223,65,217); }
div.DivClassName
{
background-color: #DF41D9;
}
.BgClassName
{
background-color: #DF41D9;
}
</style>
border-color css
<style>
span { border-color: #DF41D9; }
span { border-color: rgb(223,65,217); }
td.TdClassName
{
border-color: #DF41D9;
}
.TagClassName
{
border-color: #DF41D9;
}
</style>