Html Css Color HEX #DF4FC0 Free Speech Magenta
📋 copy color: '#DF4FC0'red 223 ◦ green 79 ◦ blue 192
Shades of Free Speech Magenta #DF4FC0
Tints of Free Speech Magenta #DF4FC0
RGB
CMYK
RGB Variations
Color information
#DF4FC0 (or 0xDF4FC0) is known color: Free Speech Magenta. HEX triplet: DF, 4F and C0. RGB value is (223,79,192). Sum of RGB (Red+Green+Blue) = 223+79+192=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 79 (31.25% from 255 or 15.99% from 494); Blue value is 192 (75.39% from 255 or 38.87% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF4FC0 is #20B03F. Grayscale: #868686. Windows color (decimal): -2142272 or 12603359. OLE color: 12603359.
HSL color Cylindrical-coordinate representation of color #DF4FC0: hue angle of 312.92º 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 #DF4FC0 is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 79 | 192 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.13 |
| HSL | 312.92º | 0.69% | 0.59% | - |
| HSV(B) | 312.92º | 0.65% | 0.87% | - |
| XYZ | 42.74 | 25.09 | 52.46 | - |
| YUV | 134.94 | 160.21 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 79 | 192 | 0 | 0.65 | 0.14 | 0.13 | 312.92 | 0.69 | 0.59 |
| Hex | DF | 4F | C0 | 0 | 41 | E | D | 139 | 45 | 3B |
| Octal | 337 | 117 | 300 | 0 | 101 | 16 | 15 | 471 | 105 | 73 |
| Binary | 11011111 | 1001111 | 11000000 | 0 | 1000001 | 1110 | 1101 | 100111001 | 1000101 | 111011 |
Color Harmonies of #DF4FC0
Complementary color
Monochromatic Colors of #DF4FC0
Black with #DF4FC0
Text Example
Text Example
White with #DF4FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4FC0; }
p { color: rgb(223,79,192); }
H1.HeaderClassName
{
color: #DF4FC0;
}
.AnyTagClassName
{
color: #DF4FC0;
}
</style>
background-color css
<style>
a { background-color: #DF4FC0; }
a { background-color: rgb(223,79,192); }
div.DivClassName
{
background-color: #DF4FC0;
}
.BgClassName
{
background-color: #DF4FC0;
}
</style>
border-color css
<style>
span { border-color: #DF4FC0; }
span { border-color: rgb(223,79,192); }
td.TdClassName
{
border-color: #DF4FC0;
}
.TagClassName
{
border-color: #DF4FC0;
}
</style>