Html Css Color HEX #DF44DF Free Speech Magenta
📋 copy color: '#DF44DF'red 223 ◦ green 68 ◦ blue 223
Shades of Free Speech Magenta #DF44DF
Tints of Free Speech Magenta #DF44DF
RGB
CMYK
RGB Variations
Color information
#DF44DF (or 0xDF44DF) is known color: Free Speech Magenta. HEX triplet: DF, 44 and DF. RGB value is (223,68,223). Sum of RGB (Red+Green+Blue) = 223+68+223=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 68 (26.95% from 255 or 13.23% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF44DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF44DF is #20BB20. Grayscale: #838383. Windows color (decimal): -2145057 or 14632159. OLE color: 14632159.
HSL color Cylindrical-coordinate representation of color #DF44DF: hue angle of 300º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF44DF is Cyan = 0, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 68 | 223 | - |
| CMYK | 0 | 0.70 | 0 | 0.13 |
| HSL | 300º | 0.71% | 0.57% | - |
| HSV(B) | 300º | 0.7% | 0.87% | - |
| XYZ | 45.82 | 25.15 | 72.25 | - |
| YUV | 132.02 | 179.35 | 192.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 68 | 223 | 0 | 0.70 | 0 | 0.13 | 300 | 0.71 | 0.57 |
| Hex | DF | 44 | DF | 0 | 46 | 0 | D | 12C | 47 | 39 |
| Octal | 337 | 104 | 337 | 0 | 106 | 0 | 15 | 454 | 107 | 71 |
| Binary | 11011111 | 1000100 | 11011111 | 0 | 1000110 | 0 | 1101 | 100101100 | 1000111 | 111001 |
Color Harmonies of #DF44DF
Complementary color
Monochromatic Colors of #DF44DF
Black with #DF44DF
Text Example
Text Example
White with #DF44DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF44DF; }
p { color: rgb(223,68,223); }
H1.HeaderClassName
{
color: #DF44DF;
}
.AnyTagClassName
{
color: #DF44DF;
}
</style>
background-color css
<style>
a { background-color: #DF44DF; }
a { background-color: rgb(223,68,223); }
div.DivClassName
{
background-color: #DF44DF;
}
.BgClassName
{
background-color: #DF44DF;
}
</style>
border-color css
<style>
span { border-color: #DF44DF; }
span { border-color: rgb(223,68,223); }
td.TdClassName
{
border-color: #DF44DF;
}
.TagClassName
{
border-color: #DF44DF;
}
</style>