Html Css Color HEX #DF50F1 Free Speech Magenta
📋 copy color: '#DF50F1'red 223 ◦ green 80 ◦ blue 241
Shades of Free Speech Magenta #DF50F1
Tints of Free Speech Magenta #DF50F1
RGB
CMYK
RGB Variations
Color information
#DF50F1 (or 0xDF50F1) is known color: Free Speech Magenta. HEX triplet: DF, 50 and F1. RGB value is (223,80,241). Sum of RGB (Red+Green+Blue) = 223+80+241=544 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.99% from 544); Green value is 80 (31.64% from 255 or 14.71% from 544); Blue value is 241 (94.53% from 255 or 44.30% from 544); Max value from RGB is 241 - color contains mainly: blue. Hex color #DF50F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF50F1 is #20AF0E. Grayscale: #8C8C8C. Windows color (decimal): -2141967 or 15814879. OLE color: 15814879.
HSL color Cylindrical-coordinate representation of color #DF50F1: hue angle of 293.29º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DF50F1 is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 80 | 241 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.05 |
| HSL | 293.29º | 0.85% | 0.63% | - |
| HSV(B) | 293.29º | 0.67% | 0.95% | - |
| XYZ | 49.18 | 27.78 | 85.99 | - |
| YUV | 141.11 | 184.38 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 241 | 0.07 | 0.67 | 0 | 0.05 | 293.29 | 0.85 | 0.63 |
| Hex | DF | 50 | F1 | 7 | 43 | 0 | 5 | 125 | 55 | 3F |
| Octal | 337 | 120 | 361 | 7 | 103 | 0 | 5 | 445 | 125 | 77 |
| Binary | 11011111 | 1010000 | 11110001 | 111 | 1000011 | 0 | 101 | 100100101 | 1010101 | 111111 |
Color Harmonies of #DF50F1
Complementary color
Monochromatic Colors of #DF50F1
Black with #DF50F1
Text Example
Text Example
White with #DF50F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF50F1; }
p { color: rgb(223,80,241); }
H1.HeaderClassName
{
color: #DF50F1;
}
.AnyTagClassName
{
color: #DF50F1;
}
</style>
background-color css
<style>
a { background-color: #DF50F1; }
a { background-color: rgb(223,80,241); }
div.DivClassName
{
background-color: #DF50F1;
}
.BgClassName
{
background-color: #DF50F1;
}
</style>
border-color css
<style>
span { border-color: #DF50F1; }
span { border-color: rgb(223,80,241); }
td.TdClassName
{
border-color: #DF50F1;
}
.TagClassName
{
border-color: #DF50F1;
}
</style>