Html Css Color HEX #DF5EBC Free Speech Magenta
📋 copy color: '#DF5EBC'red 223 ◦ green 94 ◦ blue 188
Shades of Free Speech Magenta #DF5EBC
Tints of Free Speech Magenta #DF5EBC
RGB
CMYK
RGB Variations
Color information
#DF5EBC (or 0xDF5EBC) is known color: Free Speech Magenta. HEX triplet: DF, 5E and BC. RGB value is (223,94,188). Sum of RGB (Red+Green+Blue) = 223+94+188=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 94 (37.11% from 255 or 18.61% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5EBC is #20A143. Grayscale: #8F8F8F. Windows color (decimal): -2138436 or 12345055. OLE color: 12345055.
HSL color Cylindrical-coordinate representation of color #DF5EBC: hue angle of 316.28º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DF5EBC is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 94 | 188 | - |
| CMYK | 0 | 0.58 | 0.16 | 0.13 |
| HSL | 316.28º | 0.67% | 0.62% | - |
| HSV(B) | 316.28º | 0.58% | 0.87% | - |
| XYZ | 43.51 | 27.32 | 50.56 | - |
| YUV | 143.29 | 153.24 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 94 | 188 | 0 | 0.58 | 0.16 | 0.13 | 316.28 | 0.67 | 0.62 |
| Hex | DF | 5E | BC | 0 | 3A | 10 | D | 13C | 43 | 3E |
| Octal | 337 | 136 | 274 | 0 | 72 | 20 | 15 | 474 | 103 | 76 |
| Binary | 11011111 | 1011110 | 10111100 | 0 | 111010 | 10000 | 1101 | 100111100 | 1000011 | 111110 |
Color Harmonies of #DF5EBC
Complementary color
Monochromatic Colors of #DF5EBC
Black with #DF5EBC
Text Example
Text Example
White with #DF5EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5EBC; }
p { color: rgb(223,94,188); }
H1.HeaderClassName
{
color: #DF5EBC;
}
.AnyTagClassName
{
color: #DF5EBC;
}
</style>
background-color css
<style>
a { background-color: #DF5EBC; }
a { background-color: rgb(223,94,188); }
div.DivClassName
{
background-color: #DF5EBC;
}
.BgClassName
{
background-color: #DF5EBC;
}
</style>
border-color css
<style>
span { border-color: #DF5EBC; }
span { border-color: rgb(223,94,188); }
td.TdClassName
{
border-color: #DF5EBC;
}
.TagClassName
{
border-color: #DF5EBC;
}
</style>