Html Css Color HEX #DF56E4 Free Speech Magenta
📋 copy color: '#DF56E4'red 223 ◦ green 86 ◦ blue 228
Shades of Free Speech Magenta #DF56E4
Tints of Free Speech Magenta #DF56E4
RGB
CMYK
RGB Variations
Color information
#DF56E4 (or 0xDF56E4) is known color: Free Speech Magenta. HEX triplet: DF, 56 and E4. RGB value is (223,86,228). Sum of RGB (Red+Green+Blue) = 223+86+228=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 86 (33.98% from 255 or 16.01% from 537); Blue value is 228 (89.45% from 255 or 42.46% from 537); Max value from RGB is 228 - color contains mainly: blue. Hex color #DF56E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF56E4 is #20A91B. Grayscale: #8E8E8E. Windows color (decimal): -2140444 or 14964447. OLE color: 14964447.
HSL color Cylindrical-coordinate representation of color #DF56E4: hue angle of 297.89º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DF56E4 is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 86 | 228 | - |
| CMYK | 0.02 | 0.62 | 0 | 0.11 |
| HSL | 297.89º | 0.72% | 0.62% | - |
| HSV(B) | 297.89º | 0.62% | 0.89% | - |
| XYZ | 47.76 | 27.94 | 76.28 | - |
| YUV | 143.15 | 175.89 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 86 | 228 | 0.02 | 0.62 | 0 | 0.11 | 297.89 | 0.72 | 0.62 |
| Hex | DF | 56 | E4 | 2 | 3E | 0 | B | 12A | 48 | 3E |
| Octal | 337 | 126 | 344 | 2 | 76 | 0 | 13 | 452 | 110 | 76 |
| Binary | 11011111 | 1010110 | 11100100 | 10 | 111110 | 0 | 1011 | 100101010 | 1001000 | 111110 |
Color Harmonies of #DF56E4
Complementary color
Monochromatic Colors of #DF56E4
Black with #DF56E4
Text Example
Text Example
White with #DF56E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF56E4; }
p { color: rgb(223,86,228); }
H1.HeaderClassName
{
color: #DF56E4;
}
.AnyTagClassName
{
color: #DF56E4;
}
</style>
background-color css
<style>
a { background-color: #DF56E4; }
a { background-color: rgb(223,86,228); }
div.DivClassName
{
background-color: #DF56E4;
}
.BgClassName
{
background-color: #DF56E4;
}
</style>
border-color css
<style>
span { border-color: #DF56E4; }
span { border-color: rgb(223,86,228); }
td.TdClassName
{
border-color: #DF56E4;
}
.TagClassName
{
border-color: #DF56E4;
}
</style>