Html Css Color HEX #DF56E6 Free Speech Magenta
📋 copy color: '#DF56E6'red 223 ◦ green 86 ◦ blue 230
Shades of Free Speech Magenta #DF56E6
Tints of Free Speech Magenta #DF56E6
RGB
CMYK
RGB Variations
Color information
#DF56E6 (or 0xDF56E6) is known color: Free Speech Magenta. HEX triplet: DF, 56 and E6. RGB value is (223,86,230). Sum of RGB (Red+Green+Blue) = 223+86+230=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 86 (33.98% from 255 or 15.96% from 539); Blue value is 230 (90.23% from 255 or 42.67% from 539); Max value from RGB is 230 - color contains mainly: blue. Hex color #DF56E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF56E6 is #20A919. Grayscale: #8E8E8E. Windows color (decimal): -2140442 or 15095519. OLE color: 15095519.
HSL color Cylindrical-coordinate representation of color #DF56E6: hue angle of 297.08º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DF56E6 is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 86 | 230 | - |
| CMYK | 0.03 | 0.63 | 0 | 0.10 |
| HSL | 297.08º | 0.74% | 0.62% | - |
| HSV(B) | 297.08º | 0.63% | 0.9% | - |
| XYZ | 48.04 | 28.06 | 77.75 | - |
| YUV | 143.38 | 176.89 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 86 | 230 | 0.03 | 0.63 | 0 | 0.10 | 297.08 | 0.74 | 0.62 |
| Hex | DF | 56 | E6 | 3 | 3F | 0 | A | 129 | 4A | 3E |
| Octal | 337 | 126 | 346 | 3 | 77 | 0 | 12 | 451 | 112 | 76 |
| Binary | 11011111 | 1010110 | 11100110 | 11 | 111111 | 0 | 1010 | 100101001 | 1001010 | 111110 |
Color Harmonies of #DF56E6
Complementary color
Monochromatic Colors of #DF56E6
Black with #DF56E6
Text Example
Text Example
White with #DF56E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF56E6; }
p { color: rgb(223,86,230); }
H1.HeaderClassName
{
color: #DF56E6;
}
.AnyTagClassName
{
color: #DF56E6;
}
</style>
background-color css
<style>
a { background-color: #DF56E6; }
a { background-color: rgb(223,86,230); }
div.DivClassName
{
background-color: #DF56E6;
}
.BgClassName
{
background-color: #DF56E6;
}
</style>
border-color css
<style>
span { border-color: #DF56E6; }
span { border-color: rgb(223,86,230); }
td.TdClassName
{
border-color: #DF56E6;
}
.TagClassName
{
border-color: #DF56E6;
}
</style>