Html Css Color HEX #DF41DD Free Speech Magenta
📋 copy color: '#DF41DD'red 223 ◦ green 65 ◦ blue 221
Shades of Free Speech Magenta #DF41DD
Tints of Free Speech Magenta #DF41DD
RGB
CMYK
RGB Variations
Color information
#DF41DD (or 0xDF41DD) is known color: Free Speech Magenta. HEX triplet: DF, 41 and DD. RGB value is (223,65,221). Sum of RGB (Red+Green+Blue) = 223+65+221=509 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.81% from 509); Green value is 65 (25.78% from 255 or 12.77% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 223 - color contains mainly: red. Hex color #DF41DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF41DD is #20BE22. Grayscale: #818181. Windows color (decimal): -2145827 or 14500319. OLE color: 14500319.
HSL color Cylindrical-coordinate representation of color #DF41DD: hue angle of 300.76º 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 #DF41DD is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 65 | 221 | - |
| CMYK | 0 | 0.71 | 0.01 | 0.13 |
| HSL | 300.76º | 0.71% | 0.56% | - |
| HSV(B) | 300.76º | 0.71% | 0.87% | - |
| XYZ | 45.37 | 24.69 | 70.78 | - |
| YUV | 130.03 | 179.35 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 221 | 0 | 0.71 | 0.01 | 0.13 | 300.76 | 0.71 | 0.56 |
| Hex | DF | 41 | DD | 0 | 47 | 1 | D | 12D | 47 | 38 |
| Octal | 337 | 101 | 335 | 0 | 107 | 1 | 15 | 455 | 107 | 70 |
| Binary | 11011111 | 1000001 | 11011101 | 0 | 1000111 | 1 | 1101 | 100101101 | 1000111 | 111000 |
Color Harmonies of #DF41DD
Complementary color
Monochromatic Colors of #DF41DD
Black with #DF41DD
Text Example
Text Example
White with #DF41DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF41DD; }
p { color: rgb(223,65,221); }
H1.HeaderClassName
{
color: #DF41DD;
}
.AnyTagClassName
{
color: #DF41DD;
}
</style>
background-color css
<style>
a { background-color: #DF41DD; }
a { background-color: rgb(223,65,221); }
div.DivClassName
{
background-color: #DF41DD;
}
.BgClassName
{
background-color: #DF41DD;
}
</style>
border-color css
<style>
span { border-color: #DF41DD; }
span { border-color: rgb(223,65,221); }
td.TdClassName
{
border-color: #DF41DD;
}
.TagClassName
{
border-color: #DF41DD;
}
</style>