Html Css Color HEX #DC4ED6 Free Speech Magenta
📋 copy color: '#DC4ED6'red 220 ◦ green 78 ◦ blue 214
Shades of Free Speech Magenta #DC4ED6
Tints of Free Speech Magenta #DC4ED6
RGB
CMYK
RGB Variations
Color information
#DC4ED6 (or 0xDC4ED6) is known color: Free Speech Magenta. HEX triplet: DC, 4E and D6. RGB value is (220,78,214). Sum of RGB (Red+Green+Blue) = 220+78+214=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 78 (30.86% from 255 or 15.23% from 512); Blue value is 214 (83.98% from 255 or 41.80% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4ED6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC4ED6 is #23B129. Grayscale: #878787. Windows color (decimal): -2339114 or 14044892. OLE color: 14044892.
HSL color Cylindrical-coordinate representation of color #DC4ED6: hue angle of 302.54º 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 #DC4ED6 is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 78 | 214 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.14 |
| HSL | 302.54º | 0.67% | 0.58% | - |
| HSV(B) | 302.54º | 0.65% | 0.86% | - |
| XYZ | 44.38 | 25.52 | 66.21 | - |
| YUV | 135.96 | 172.04 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 78 | 214 | 0 | 0.65 | 0.03 | 0.14 | 302.54 | 0.67 | 0.58 |
| Hex | DC | 4E | D6 | 0 | 41 | 3 | E | 12F | 43 | 3A |
| Octal | 334 | 116 | 326 | 0 | 101 | 3 | 16 | 457 | 103 | 72 |
| Binary | 11011100 | 1001110 | 11010110 | 0 | 1000001 | 11 | 1110 | 100101111 | 1000011 | 111010 |
Color Harmonies of #DC4ED6
Complementary color
Monochromatic Colors of #DC4ED6
Black with #DC4ED6
Text Example
Text Example
White with #DC4ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4ED6; }
p { color: rgb(220,78,214); }
H1.HeaderClassName
{
color: #DC4ED6;
}
.AnyTagClassName
{
color: #DC4ED6;
}
</style>
background-color css
<style>
a { background-color: #DC4ED6; }
a { background-color: rgb(220,78,214); }
div.DivClassName
{
background-color: #DC4ED6;
}
.BgClassName
{
background-color: #DC4ED6;
}
</style>
border-color css
<style>
span { border-color: #DC4ED6; }
span { border-color: rgb(220,78,214); }
td.TdClassName
{
border-color: #DC4ED6;
}
.TagClassName
{
border-color: #DC4ED6;
}
</style>