Html Css Color HEX #DC4EDF Free Speech Magenta
📋 copy color: '#DC4EDF'red 220 ◦ green 78 ◦ blue 223
Shades of Free Speech Magenta #DC4EDF
Tints of Free Speech Magenta #DC4EDF
RGB
CMYK
RGB Variations
Color information
#DC4EDF (or 0xDC4EDF) is known color: Free Speech Magenta. HEX triplet: DC, 4E and DF. RGB value is (220,78,223). Sum of RGB (Red+Green+Blue) = 220+78+223=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 78 (30.86% from 255 or 14.97% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC4EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC4EDF is #23B120. Grayscale: #888888. Windows color (decimal): -2339105 or 14634716. OLE color: 14634716.
HSL color Cylindrical-coordinate representation of color #DC4EDF: hue angle of 298.76º 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 #DC4EDF is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 78 | 223 | - |
| CMYK | 0.01 | 0.65 | 0 | 0.13 |
| HSL | 298.76º | 0.69% | 0.59% | - |
| HSV(B) | 298.76º | 0.65% | 0.87% | - |
| XYZ | 45.56 | 25.99 | 72.43 | - |
| YUV | 136.99 | 176.54 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 78 | 223 | 0.01 | 0.65 | 0 | 0.13 | 298.76 | 0.69 | 0.59 |
| Hex | DC | 4E | DF | 1 | 41 | 0 | D | 12B | 45 | 3B |
| Octal | 334 | 116 | 337 | 1 | 101 | 0 | 15 | 453 | 105 | 73 |
| Binary | 11011100 | 1001110 | 11011111 | 1 | 1000001 | 0 | 1101 | 100101011 | 1000101 | 111011 |
Color Harmonies of #DC4EDF
Complementary color
Monochromatic Colors of #DC4EDF
Black with #DC4EDF
Text Example
Text Example
White with #DC4EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4EDF; }
p { color: rgb(220,78,223); }
H1.HeaderClassName
{
color: #DC4EDF;
}
.AnyTagClassName
{
color: #DC4EDF;
}
</style>
background-color css
<style>
a { background-color: #DC4EDF; }
a { background-color: rgb(220,78,223); }
div.DivClassName
{
background-color: #DC4EDF;
}
.BgClassName
{
background-color: #DC4EDF;
}
</style>
border-color css
<style>
span { border-color: #DC4EDF; }
span { border-color: rgb(220,78,223); }
td.TdClassName
{
border-color: #DC4EDF;
}
.TagClassName
{
border-color: #DC4EDF;
}
</style>