Html Css Color HEX #DC4EC7 Free Speech Magenta
📋 copy color: '#DC4EC7'red 220 ◦ green 78 ◦ blue 199
Shades of Free Speech Magenta #DC4EC7
Tints of Free Speech Magenta #DC4EC7
RGB
CMYK
RGB Variations
Color information
#DC4EC7 (or 0xDC4EC7) is known color: Free Speech Magenta. HEX triplet: DC, 4E and C7. RGB value is (220,78,199). Sum of RGB (Red+Green+Blue) = 220+78+199=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 78 (30.86% from 255 or 15.69% from 497); Blue value is 199 (78.12% from 255 or 40.04% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC4EC7 is #23B138. Grayscale: #858585. Windows color (decimal): -2339129 or 13061852. OLE color: 13061852.
HSL color Cylindrical-coordinate representation of color #DC4EC7: hue angle of 308.87º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC4EC7 is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 78 | 199 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.14 |
| HSL | 308.87º | 0.67% | 0.58% | - |
| HSV(B) | 308.87º | 0.65% | 0.86% | - |
| XYZ | 42.55 | 24.79 | 56.57 | - |
| YUV | 134.25 | 164.54 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 78 | 199 | 0 | 0.65 | 0.10 | 0.14 | 308.87 | 0.67 | 0.58 |
| Hex | DC | 4E | C7 | 0 | 41 | A | E | 135 | 43 | 3A |
| Octal | 334 | 116 | 307 | 0 | 101 | 12 | 16 | 465 | 103 | 72 |
| Binary | 11011100 | 1001110 | 11000111 | 0 | 1000001 | 1010 | 1110 | 100110101 | 1000011 | 111010 |
Color Harmonies of #DC4EC7
Complementary color
Monochromatic Colors of #DC4EC7
Black with #DC4EC7
Text Example
Text Example
White with #DC4EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4EC7; }
p { color: rgb(220,78,199); }
H1.HeaderClassName
{
color: #DC4EC7;
}
.AnyTagClassName
{
color: #DC4EC7;
}
</style>
background-color css
<style>
a { background-color: #DC4EC7; }
a { background-color: rgb(220,78,199); }
div.DivClassName
{
background-color: #DC4EC7;
}
.BgClassName
{
background-color: #DC4EC7;
}
</style>
border-color css
<style>
span { border-color: #DC4EC7; }
span { border-color: rgb(220,78,199); }
td.TdClassName
{
border-color: #DC4EC7;
}
.TagClassName
{
border-color: #DC4EC7;
}
</style>