Html Css Color HEX #DF57E5 Free Speech Magenta
📋 copy color: '#DF57E5'red 223 ◦ green 87 ◦ blue 229
Shades of Free Speech Magenta #DF57E5
Tints of Free Speech Magenta #DF57E5
RGB
CMYK
RGB Variations
Color information
#DF57E5 (or 0xDF57E5) is known color: Free Speech Magenta. HEX triplet: DF, 57 and E5. RGB value is (223,87,229). Sum of RGB (Red+Green+Blue) = 223+87+229=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 87 (34.38% from 255 or 16.14% from 539); Blue value is 229 (89.84% from 255 or 42.49% from 539); Max value from RGB is 229 - color contains mainly: blue. Hex color #DF57E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF57E5 is #20A81A. Grayscale: #8F8F8F. Windows color (decimal): -2140187 or 15030239. OLE color: 15030239.
HSL color Cylindrical-coordinate representation of color #DF57E5: hue angle of 297.46º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DF57E5 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 87 | 229 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.10 |
| HSL | 297.46º | 0.73% | 0.62% | - |
| HSV(B) | 297.46º | 0.62% | 0.9% | - |
| XYZ | 47.98 | 28.16 | 77.04 | - |
| YUV | 143.85 | 176.06 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 87 | 229 | 0.03 | 0.62 | 0 | 0.10 | 297.46 | 0.73 | 0.62 |
| Hex | DF | 57 | E5 | 3 | 3E | 0 | A | 129 | 49 | 3E |
| Octal | 337 | 127 | 345 | 3 | 76 | 0 | 12 | 451 | 111 | 76 |
| Binary | 11011111 | 1010111 | 11100101 | 11 | 111110 | 0 | 1010 | 100101001 | 1001001 | 111110 |
Color Harmonies of #DF57E5
Complementary color
Monochromatic Colors of #DF57E5
Black with #DF57E5
Text Example
Text Example
White with #DF57E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF57E5; }
p { color: rgb(223,87,229); }
H1.HeaderClassName
{
color: #DF57E5;
}
.AnyTagClassName
{
color: #DF57E5;
}
</style>
background-color css
<style>
a { background-color: #DF57E5; }
a { background-color: rgb(223,87,229); }
div.DivClassName
{
background-color: #DF57E5;
}
.BgClassName
{
background-color: #DF57E5;
}
</style>
border-color css
<style>
span { border-color: #DF57E5; }
span { border-color: rgb(223,87,229); }
td.TdClassName
{
border-color: #DF57E5;
}
.TagClassName
{
border-color: #DF57E5;
}
</style>