Html Css Color HEX #DF4ED8 Free Speech Magenta
📋 copy color: '#DF4ED8'red 223 ◦ green 78 ◦ blue 216
Shades of Free Speech Magenta #DF4ED8
Tints of Free Speech Magenta #DF4ED8
RGB
CMYK
RGB Variations
Color information
#DF4ED8 (or 0xDF4ED8) is known color: Free Speech Magenta. HEX triplet: DF, 4E and D8. RGB value is (223,78,216). Sum of RGB (Red+Green+Blue) = 223+78+216=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 78 (30.86% from 255 or 15.09% from 517); Blue value is 216 (84.77% from 255 or 41.78% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF4ED8 is #20B127. Grayscale: #888888. Windows color (decimal): -2142504 or 14175967. OLE color: 14175967.
HSL color Cylindrical-coordinate representation of color #DF4ED8: hue angle of 302.9º 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 #DF4ED8 is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 78 | 216 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.13 |
| HSL | 302.9º | 0.69% | 0.59% | - |
| HSV(B) | 302.9º | 0.65% | 0.87% | - |
| XYZ | 45.55 | 26.09 | 67.6 | - |
| YUV | 137.09 | 172.54 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 78 | 216 | 0 | 0.65 | 0.03 | 0.13 | 302.9 | 0.69 | 0.59 |
| Hex | DF | 4E | D8 | 0 | 41 | 3 | D | 12F | 45 | 3B |
| Octal | 337 | 116 | 330 | 0 | 101 | 3 | 15 | 457 | 105 | 73 |
| Binary | 11011111 | 1001110 | 11011000 | 0 | 1000001 | 11 | 1101 | 100101111 | 1000101 | 111011 |
Color Harmonies of #DF4ED8
Complementary color
Monochromatic Colors of #DF4ED8
Black with #DF4ED8
Text Example
Text Example
White with #DF4ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4ED8; }
p { color: rgb(223,78,216); }
H1.HeaderClassName
{
color: #DF4ED8;
}
.AnyTagClassName
{
color: #DF4ED8;
}
</style>
background-color css
<style>
a { background-color: #DF4ED8; }
a { background-color: rgb(223,78,216); }
div.DivClassName
{
background-color: #DF4ED8;
}
.BgClassName
{
background-color: #DF4ED8;
}
</style>
border-color css
<style>
span { border-color: #DF4ED8; }
span { border-color: rgb(223,78,216); }
td.TdClassName
{
border-color: #DF4ED8;
}
.TagClassName
{
border-color: #DF4ED8;
}
</style>