Html Css Color HEX #DF57F1 Free Speech Magenta
📋 copy color: '#DF57F1'red 223 ◦ green 87 ◦ blue 241
Shades of Free Speech Magenta #DF57F1
Tints of Free Speech Magenta #DF57F1
RGB
CMYK
RGB Variations
Color information
#DF57F1 (or 0xDF57F1) is known color: Free Speech Magenta. HEX triplet: DF, 57 and F1. RGB value is (223,87,241). Sum of RGB (Red+Green+Blue) = 223+87+241=551 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.47% from 551); Green value is 87 (34.38% from 255 or 15.79% from 551); Blue value is 241 (94.53% from 255 or 43.74% from 551); Max value from RGB is 241 - color contains mainly: blue. Hex color #DF57F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF57F1 is #20A80E. Grayscale: #909090. Windows color (decimal): -2140175 or 15816671. OLE color: 15816671.
HSL color Cylindrical-coordinate representation of color #DF57F1: hue angle of 292.99º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF57F1 is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 87 | 241 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.05 |
| HSL | 292.99º | 0.85% | 0.64% | - |
| HSV(B) | 292.99º | 0.64% | 0.95% | - |
| XYZ | 49.72 | 28.86 | 86.17 | - |
| YUV | 145.22 | 182.06 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 87 | 241 | 0.07 | 0.64 | 0 | 0.05 | 292.99 | 0.85 | 0.64 |
| Hex | DF | 57 | F1 | 7 | 40 | 0 | 5 | 125 | 55 | 40 |
| Octal | 337 | 127 | 361 | 7 | 100 | 0 | 5 | 445 | 125 | 100 |
| Binary | 11011111 | 1010111 | 11110001 | 111 | 1000000 | 0 | 101 | 100100101 | 1010101 | 1000000 |
Color Harmonies of #DF57F1
Complementary color
Monochromatic Colors of #DF57F1
Black with #DF57F1
Text Example
Text Example
White with #DF57F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF57F1; }
p { color: rgb(223,87,241); }
H1.HeaderClassName
{
color: #DF57F1;
}
.AnyTagClassName
{
color: #DF57F1;
}
</style>
background-color css
<style>
a { background-color: #DF57F1; }
a { background-color: rgb(223,87,241); }
div.DivClassName
{
background-color: #DF57F1;
}
.BgClassName
{
background-color: #DF57F1;
}
</style>
border-color css
<style>
span { border-color: #DF57F1; }
span { border-color: rgb(223,87,241); }
td.TdClassName
{
border-color: #DF57F1;
}
.TagClassName
{
border-color: #DF57F1;
}
</style>