Html Css Color HEX #DC4ED3 Free Speech Magenta
📋 copy color: '#DC4ED3'red 220 ◦ green 78 ◦ blue 211
Shades of Free Speech Magenta #DC4ED3
Tints of Free Speech Magenta #DC4ED3
RGB
CMYK
RGB Variations
Color information
#DC4ED3 (or 0xDC4ED3) is known color: Free Speech Magenta. HEX triplet: DC, 4E and D3. RGB value is (220,78,211). Sum of RGB (Red+Green+Blue) = 220+78+211=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 78 (30.86% from 255 or 15.32% from 509); Blue value is 211 (82.81% from 255 or 41.45% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4ED3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC4ED3 is #23B12C. Grayscale: #878787. Windows color (decimal): -2339117 or 13848284. OLE color: 13848284.
HSL color Cylindrical-coordinate representation of color #DC4ED3: hue angle of 303.8º 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 #DC4ED3 is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 78 | 211 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.14 |
| HSL | 303.8º | 0.67% | 0.58% | - |
| HSV(B) | 303.8º | 0.65% | 0.86% | - |
| XYZ | 44 | 25.37 | 64.21 | - |
| YUV | 135.62 | 170.54 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 78 | 211 | 0 | 0.65 | 0.04 | 0.14 | 303.8 | 0.67 | 0.58 |
| Hex | DC | 4E | D3 | 0 | 41 | 4 | E | 130 | 43 | 3A |
| Octal | 334 | 116 | 323 | 0 | 101 | 4 | 16 | 460 | 103 | 72 |
| Binary | 11011100 | 1001110 | 11010011 | 0 | 1000001 | 100 | 1110 | 100110000 | 1000011 | 111010 |
Color Harmonies of #DC4ED3
Complementary color
Monochromatic Colors of #DC4ED3
Black with #DC4ED3
Text Example
Text Example
White with #DC4ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4ED3; }
p { color: rgb(220,78,211); }
H1.HeaderClassName
{
color: #DC4ED3;
}
.AnyTagClassName
{
color: #DC4ED3;
}
</style>
background-color css
<style>
a { background-color: #DC4ED3; }
a { background-color: rgb(220,78,211); }
div.DivClassName
{
background-color: #DC4ED3;
}
.BgClassName
{
background-color: #DC4ED3;
}
</style>
border-color css
<style>
span { border-color: #DC4ED3; }
span { border-color: rgb(220,78,211); }
td.TdClassName
{
border-color: #DC4ED3;
}
.TagClassName
{
border-color: #DC4ED3;
}
</style>