Html Css Color HEX #DF4FDC Free Speech Magenta
📋 copy color: '#DF4FDC'red 223 ◦ green 79 ◦ blue 220
Shades of Free Speech Magenta #DF4FDC
Tints of Free Speech Magenta #DF4FDC
RGB
CMYK
RGB Variations
Color information
#DF4FDC (or 0xDF4FDC) is known color: Free Speech Magenta. HEX triplet: DF, 4F and DC. RGB value is (223,79,220). Sum of RGB (Red+Green+Blue) = 223+79+220=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 79 (31.25% from 255 or 15.13% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF4FDC is #20B023. Grayscale: #898989. Windows color (decimal): -2142244 or 14438367. OLE color: 14438367.
HSL color Cylindrical-coordinate representation of color #DF4FDC: hue angle of 301.25º 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 #DF4FDC is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 79 | 220 | - |
| CMYK | 0 | 0.65 | 0.01 | 0.13 |
| HSL | 301.25º | 0.69% | 0.59% | - |
| HSV(B) | 301.25º | 0.65% | 0.87% | - |
| XYZ | 46.15 | 26.45 | 70.38 | - |
| YUV | 138.13 | 174.21 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 79 | 220 | 0 | 0.65 | 0.01 | 0.13 | 301.25 | 0.69 | 0.59 |
| Hex | DF | 4F | DC | 0 | 41 | 1 | D | 12D | 45 | 3B |
| Octal | 337 | 117 | 334 | 0 | 101 | 1 | 15 | 455 | 105 | 73 |
| Binary | 11011111 | 1001111 | 11011100 | 0 | 1000001 | 1 | 1101 | 100101101 | 1000101 | 111011 |
Color Harmonies of #DF4FDC
Complementary color
Monochromatic Colors of #DF4FDC
Black with #DF4FDC
Text Example
Text Example
White with #DF4FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4FDC; }
p { color: rgb(223,79,220); }
H1.HeaderClassName
{
color: #DF4FDC;
}
.AnyTagClassName
{
color: #DF4FDC;
}
</style>
background-color css
<style>
a { background-color: #DF4FDC; }
a { background-color: rgb(223,79,220); }
div.DivClassName
{
background-color: #DF4FDC;
}
.BgClassName
{
background-color: #DF4FDC;
}
</style>
border-color css
<style>
span { border-color: #DF4FDC; }
span { border-color: rgb(223,79,220); }
td.TdClassName
{
border-color: #DF4FDC;
}
.TagClassName
{
border-color: #DF4FDC;
}
</style>