Html Css Color HEX #DF4EBA Free Speech Magenta
📋 copy color: '#DF4EBA'red 223 ◦ green 78 ◦ blue 186
Shades of Free Speech Magenta #DF4EBA
Tints of Free Speech Magenta #DF4EBA
RGB
CMYK
RGB Variations
Color information
#DF4EBA (or 0xDF4EBA) is known color: Free Speech Magenta. HEX triplet: DF, 4E and BA. RGB value is (223,78,186). Sum of RGB (Red+Green+Blue) = 223+78+186=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 78 (30.86% from 255 or 16.02% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF4EBA is #20B145. Grayscale: #858585. Windows color (decimal): -2142534 or 12209887. OLE color: 12209887.
HSL color Cylindrical-coordinate representation of color #DF4EBA: hue angle of 315.31º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF4EBA is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 78 | 186 | - |
| CMYK | 0 | 0.65 | 0.17 | 0.13 |
| HSL | 315.31º | 0.69% | 0.59% | - |
| HSV(B) | 315.31º | 0.65% | 0.87% | - |
| XYZ | 42.02 | 24.68 | 49 | - |
| YUV | 133.67 | 157.54 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 78 | 186 | 0 | 0.65 | 0.17 | 0.13 | 315.31 | 0.69 | 0.59 |
| Hex | DF | 4E | BA | 0 | 41 | 11 | D | 13B | 45 | 3B |
| Octal | 337 | 116 | 272 | 0 | 101 | 21 | 15 | 473 | 105 | 73 |
| Binary | 11011111 | 1001110 | 10111010 | 0 | 1000001 | 10001 | 1101 | 100111011 | 1000101 | 111011 |
Color Harmonies of #DF4EBA
Complementary color
Monochromatic Colors of #DF4EBA
Black with #DF4EBA
Text Example
Text Example
White with #DF4EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4EBA; }
p { color: rgb(223,78,186); }
H1.HeaderClassName
{
color: #DF4EBA;
}
.AnyTagClassName
{
color: #DF4EBA;
}
</style>
background-color css
<style>
a { background-color: #DF4EBA; }
a { background-color: rgb(223,78,186); }
div.DivClassName
{
background-color: #DF4EBA;
}
.BgClassName
{
background-color: #DF4EBA;
}
</style>
border-color css
<style>
span { border-color: #DF4EBA; }
span { border-color: rgb(223,78,186); }
td.TdClassName
{
border-color: #DF4EBA;
}
.TagClassName
{
border-color: #DF4EBA;
}
</style>