Html Css Color HEX #DF4DBF Free Speech Magenta
📋 copy color: '#DF4DBF'red 223 ◦ green 77 ◦ blue 191
Shades of Free Speech Magenta #DF4DBF
Tints of Free Speech Magenta #DF4DBF
RGB
CMYK
RGB Variations
Color information
#DF4DBF (or 0xDF4DBF) is known color: Free Speech Magenta. HEX triplet: DF, 4D and BF. RGB value is (223,77,191). Sum of RGB (Red+Green+Blue) = 223+77+191=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 77 (30.47% from 255 or 15.68% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF4DBF is #20B240. Grayscale: #858585. Windows color (decimal): -2142785 or 12537311. OLE color: 12537311.
HSL color Cylindrical-coordinate representation of color #DF4DBF: hue angle of 313.15º degrees, saturation: 0.7, 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 #DF4DBF is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 77 | 191 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.13 |
| HSL | 313.15º | 0.7% | 0.59% | - |
| HSV(B) | 313.15º | 0.65% | 0.87% | - |
| XYZ | 42.49 | 24.76 | 51.83 | - |
| YUV | 133.65 | 160.37 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 77 | 191 | 0 | 0.65 | 0.14 | 0.13 | 313.15 | 0.7 | 0.59 |
| Hex | DF | 4D | BF | 0 | 41 | E | D | 139 | 46 | 3B |
| Octal | 337 | 115 | 277 | 0 | 101 | 16 | 15 | 471 | 106 | 73 |
| Binary | 11011111 | 1001101 | 10111111 | 0 | 1000001 | 1110 | 1101 | 100111001 | 1000110 | 111011 |
Color Harmonies of #DF4DBF
Complementary color
Monochromatic Colors of #DF4DBF
Black with #DF4DBF
Text Example
Text Example
White with #DF4DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4DBF; }
p { color: rgb(223,77,191); }
H1.HeaderClassName
{
color: #DF4DBF;
}
.AnyTagClassName
{
color: #DF4DBF;
}
</style>
background-color css
<style>
a { background-color: #DF4DBF; }
a { background-color: rgb(223,77,191); }
div.DivClassName
{
background-color: #DF4DBF;
}
.BgClassName
{
background-color: #DF4DBF;
}
</style>
border-color css
<style>
span { border-color: #DF4DBF; }
span { border-color: rgb(223,77,191); }
td.TdClassName
{
border-color: #DF4DBF;
}
.TagClassName
{
border-color: #DF4DBF;
}
</style>