Html Css Color HEX #DF4ED1 Free Speech Magenta
📋 copy color: '#DF4ED1'red 223 ◦ green 78 ◦ blue 209
Shades of Free Speech Magenta #DF4ED1
Tints of Free Speech Magenta #DF4ED1
RGB
CMYK
RGB Variations
Color information
#DF4ED1 (or 0xDF4ED1) is known color: Free Speech Magenta. HEX triplet: DF, 4E and D1. RGB value is (223,78,209). Sum of RGB (Red+Green+Blue) = 223+78+209=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 78 (30.86% from 255 or 15.29% from 510); Blue value is 209 (82.03% from 255 or 40.98% from 510); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF4ED1 is #20B12E. Grayscale: #878787. Windows color (decimal): -2142511 or 13717215. OLE color: 13717215.
HSL color Cylindrical-coordinate representation of color #DF4ED1: hue angle of 305.79º 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 #DF4ED1 is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 78 | 209 | - |
| CMYK | 0 | 0.65 | 0.06 | 0.13 |
| HSL | 305.79º | 0.69% | 0.59% | - |
| HSV(B) | 305.79º | 0.65% | 0.87% | - |
| XYZ | 44.66 | 25.74 | 62.94 | - |
| YUV | 136.29 | 169.04 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 78 | 209 | 0 | 0.65 | 0.06 | 0.13 | 305.79 | 0.69 | 0.59 |
| Hex | DF | 4E | D1 | 0 | 41 | 6 | D | 132 | 45 | 3B |
| Octal | 337 | 116 | 321 | 0 | 101 | 6 | 15 | 462 | 105 | 73 |
| Binary | 11011111 | 1001110 | 11010001 | 0 | 1000001 | 110 | 1101 | 100110010 | 1000101 | 111011 |
Color Harmonies of #DF4ED1
Complementary color
Monochromatic Colors of #DF4ED1
Black with #DF4ED1
Text Example
Text Example
White with #DF4ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4ED1; }
p { color: rgb(223,78,209); }
H1.HeaderClassName
{
color: #DF4ED1;
}
.AnyTagClassName
{
color: #DF4ED1;
}
</style>
background-color css
<style>
a { background-color: #DF4ED1; }
a { background-color: rgb(223,78,209); }
div.DivClassName
{
background-color: #DF4ED1;
}
.BgClassName
{
background-color: #DF4ED1;
}
</style>
border-color css
<style>
span { border-color: #DF4ED1; }
span { border-color: rgb(223,78,209); }
td.TdClassName
{
border-color: #DF4ED1;
}
.TagClassName
{
border-color: #DF4ED1;
}
</style>