Html Css Color HEX #DF57EF Free Speech Magenta
📋 copy color: '#DF57EF'red 223 ◦ green 87 ◦ blue 239
Shades of Free Speech Magenta #DF57EF
Tints of Free Speech Magenta #DF57EF
RGB
CMYK
RGB Variations
Color information
#DF57EF (or 0xDF57EF) is known color: Free Speech Magenta. HEX triplet: DF, 57 and EF. RGB value is (223,87,239). Sum of RGB (Red+Green+Blue) = 223+87+239=549 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.62% from 549); Green value is 87 (34.38% from 255 or 15.85% from 549); Blue value is 239 (93.75% from 255 or 43.53% from 549); Max value from RGB is 239 - color contains mainly: blue. Hex color #DF57EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF57EF is #20A810. Grayscale: #909090. Windows color (decimal): -2140177 or 15685599. OLE color: 15685599.
HSL color Cylindrical-coordinate representation of color #DF57EF: hue angle of 293.68º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF57EF is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 87 | 239 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.06 |
| HSL | 293.68º | 0.83% | 0.64% | - |
| HSV(B) | 293.68º | 0.64% | 0.94% | - |
| XYZ | 49.42 | 28.74 | 84.6 | - |
| YUV | 144.99 | 181.06 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 87 | 239 | 0.07 | 0.64 | 0 | 0.06 | 293.68 | 0.83 | 0.64 |
| Hex | DF | 57 | EF | 7 | 40 | 0 | 6 | 126 | 53 | 40 |
| Octal | 337 | 127 | 357 | 7 | 100 | 0 | 6 | 446 | 123 | 100 |
| Binary | 11011111 | 1010111 | 11101111 | 111 | 1000000 | 0 | 110 | 100100110 | 1010011 | 1000000 |
Color Harmonies of #DF57EF
Complementary color
Monochromatic Colors of #DF57EF
Black with #DF57EF
Text Example
Text Example
White with #DF57EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF57EF; }
p { color: rgb(223,87,239); }
H1.HeaderClassName
{
color: #DF57EF;
}
.AnyTagClassName
{
color: #DF57EF;
}
</style>
background-color css
<style>
a { background-color: #DF57EF; }
a { background-color: rgb(223,87,239); }
div.DivClassName
{
background-color: #DF57EF;
}
.BgClassName
{
background-color: #DF57EF;
}
</style>
border-color css
<style>
span { border-color: #DF57EF; }
span { border-color: rgb(223,87,239); }
td.TdClassName
{
border-color: #DF57EF;
}
.TagClassName
{
border-color: #DF57EF;
}
</style>