Html Css Color HEX #DF4EDD Free Speech Magenta
📋 copy color: '#DF4EDD'red 223 ◦ green 78 ◦ blue 221
Shades of Free Speech Magenta #DF4EDD
Tints of Free Speech Magenta #DF4EDD
RGB
CMYK
RGB Variations
Color information
#DF4EDD (or 0xDF4EDD) is known color: Free Speech Magenta. HEX triplet: DF, 4E and DD. RGB value is (223,78,221). Sum of RGB (Red+Green+Blue) = 223+78+221=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 78 (30.86% from 255 or 14.94% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF4EDD is #20B122. Grayscale: #898989. Windows color (decimal): -2142499 or 14503647. OLE color: 14503647.
HSL color Cylindrical-coordinate representation of color #DF4EDD: hue angle of 300.83º 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 #DF4EDD is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 78 | 221 | - |
| CMYK | 0 | 0.65 | 0.01 | 0.13 |
| HSL | 300.83º | 0.69% | 0.59% | - |
| HSV(B) | 300.83º | 0.65% | 0.87% | - |
| XYZ | 46.21 | 26.36 | 71.06 | - |
| YUV | 137.66 | 175.04 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 78 | 221 | 0 | 0.65 | 0.01 | 0.13 | 300.83 | 0.69 | 0.59 |
| Hex | DF | 4E | DD | 0 | 41 | 1 | D | 12D | 45 | 3B |
| Octal | 337 | 116 | 335 | 0 | 101 | 1 | 15 | 455 | 105 | 73 |
| Binary | 11011111 | 1001110 | 11011101 | 0 | 1000001 | 1 | 1101 | 100101101 | 1000101 | 111011 |
Color Harmonies of #DF4EDD
Complementary color
Monochromatic Colors of #DF4EDD
Black with #DF4EDD
Text Example
Text Example
White with #DF4EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4EDD; }
p { color: rgb(223,78,221); }
H1.HeaderClassName
{
color: #DF4EDD;
}
.AnyTagClassName
{
color: #DF4EDD;
}
</style>
background-color css
<style>
a { background-color: #DF4EDD; }
a { background-color: rgb(223,78,221); }
div.DivClassName
{
background-color: #DF4EDD;
}
.BgClassName
{
background-color: #DF4EDD;
}
</style>
border-color css
<style>
span { border-color: #DF4EDD; }
span { border-color: rgb(223,78,221); }
td.TdClassName
{
border-color: #DF4EDD;
}
.TagClassName
{
border-color: #DF4EDD;
}
</style>