Html Css Color HEX #DF53F1 Free Speech Magenta
📋 copy color: '#DF53F1'red 223 ◦ green 83 ◦ blue 241
Shades of Free Speech Magenta #DF53F1
Tints of Free Speech Magenta #DF53F1
RGB
CMYK
RGB Variations
Color information
#DF53F1 (or 0xDF53F1) is known color: Free Speech Magenta. HEX triplet: DF, 53 and F1. RGB value is (223,83,241). Sum of RGB (Red+Green+Blue) = 223+83+241=547 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.77% from 547); Green value is 83 (32.81% from 255 or 15.17% from 547); Blue value is 241 (94.53% from 255 or 44.06% from 547); Max value from RGB is 241 - color contains mainly: blue. Hex color #DF53F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF53F1 is #20AC0E. Grayscale: #8E8E8E. Windows color (decimal): -2141199 or 15815647. OLE color: 15815647.
HSL color Cylindrical-coordinate representation of color #DF53F1: hue angle of 293.16º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DF53F1 is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 83 | 241 | - |
| CMYK | 0.07 | 0.66 | 0 | 0.05 |
| HSL | 293.16º | 0.85% | 0.64% | - |
| HSV(B) | 293.16º | 0.66% | 0.95% | - |
| XYZ | 49.4 | 28.23 | 86.06 | - |
| YUV | 142.87 | 183.38 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 83 | 241 | 0.07 | 0.66 | 0 | 0.05 | 293.16 | 0.85 | 0.64 |
| Hex | DF | 53 | F1 | 7 | 42 | 0 | 5 | 125 | 55 | 40 |
| Octal | 337 | 123 | 361 | 7 | 102 | 0 | 5 | 445 | 125 | 100 |
| Binary | 11011111 | 1010011 | 11110001 | 111 | 1000010 | 0 | 101 | 100100101 | 1010101 | 1000000 |
Color Harmonies of #DF53F1
Complementary color
Monochromatic Colors of #DF53F1
Black with #DF53F1
Text Example
Text Example
White with #DF53F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF53F1; }
p { color: rgb(223,83,241); }
H1.HeaderClassName
{
color: #DF53F1;
}
.AnyTagClassName
{
color: #DF53F1;
}
</style>
background-color css
<style>
a { background-color: #DF53F1; }
a { background-color: rgb(223,83,241); }
div.DivClassName
{
background-color: #DF53F1;
}
.BgClassName
{
background-color: #DF53F1;
}
</style>
border-color css
<style>
span { border-color: #DF53F1; }
span { border-color: rgb(223,83,241); }
td.TdClassName
{
border-color: #DF53F1;
}
.TagClassName
{
border-color: #DF53F1;
}
</style>