Html Css Color HEX #DC4ED2 Free Speech Magenta
📋 copy color: '#DC4ED2'red 220 ◦ green 78 ◦ blue 210
Shades of Free Speech Magenta #DC4ED2
Tints of Free Speech Magenta #DC4ED2
RGB
CMYK
RGB Variations
Color information
#DC4ED2 (or 0xDC4ED2) is known color: Free Speech Magenta. HEX triplet: DC, 4E and D2. RGB value is (220,78,210). Sum of RGB (Red+Green+Blue) = 220+78+210=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 78 (30.86% from 255 or 15.35% from 508); Blue value is 210 (82.42% from 255 or 41.34% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4ED2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC4ED2 is #23B12D. Grayscale: #878787. Windows color (decimal): -2339118 or 13782748. OLE color: 13782748.
HSL color Cylindrical-coordinate representation of color #DC4ED2: hue angle of 304.23º 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 #DC4ED2 is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 78 | 210 | - |
| CMYK | 0 | 0.65 | 0.05 | 0.14 |
| HSL | 304.23º | 0.67% | 0.58% | - |
| HSV(B) | 304.23º | 0.65% | 0.86% | - |
| XYZ | 43.87 | 25.32 | 63.55 | - |
| YUV | 135.51 | 170.04 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 78 | 210 | 0 | 0.65 | 0.05 | 0.14 | 304.23 | 0.67 | 0.58 |
| Hex | DC | 4E | D2 | 0 | 41 | 5 | E | 130 | 43 | 3A |
| Octal | 334 | 116 | 322 | 0 | 101 | 5 | 16 | 460 | 103 | 72 |
| Binary | 11011100 | 1001110 | 11010010 | 0 | 1000001 | 101 | 1110 | 100110000 | 1000011 | 111010 |
Color Harmonies of #DC4ED2
Complementary color
Monochromatic Colors of #DC4ED2
Black with #DC4ED2
Text Example
Text Example
White with #DC4ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4ED2; }
p { color: rgb(220,78,210); }
H1.HeaderClassName
{
color: #DC4ED2;
}
.AnyTagClassName
{
color: #DC4ED2;
}
</style>
background-color css
<style>
a { background-color: #DC4ED2; }
a { background-color: rgb(220,78,210); }
div.DivClassName
{
background-color: #DC4ED2;
}
.BgClassName
{
background-color: #DC4ED2;
}
</style>
border-color css
<style>
span { border-color: #DC4ED2; }
span { border-color: rgb(220,78,210); }
td.TdClassName
{
border-color: #DC4ED2;
}
.TagClassName
{
border-color: #DC4ED2;
}
</style>