Html Css Color HEX #DC2EE1 Free Speech Magenta
📋 copy color: '#DC2EE1'red 220 ◦ green 46 ◦ blue 225
Shades of Free Speech Magenta #DC2EE1
Tints of Free Speech Magenta #DC2EE1
RGB
CMYK
RGB Variations
Color information
#DC2EE1 (or 0xDC2EE1) is known color: Free Speech Magenta. HEX triplet: DC, 2E and E1. RGB value is (220,46,225). Sum of RGB (Red+Green+Blue) = 220+46+225=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 46 (18.36% from 255 or 9.37% from 491); Blue value is 225 (88.28% from 255 or 45.82% from 491); Max value from RGB is 225 - color contains mainly: blue. Hex color #DC2EE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2EE1 is #23D11E. Grayscale: #757575. Windows color (decimal): -2347295 or 14757596. OLE color: 14757596.
HSL color Cylindrical-coordinate representation of color #DC2EE1: hue angle of 298.32º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC2EE1 is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 46 | 225 | - |
| CMYK | 0.02 | 0.80 | 0 | 0.12 |
| HSL | 298.32º | 0.75% | 0.53% | - |
| HSV(B) | 298.32º | 0.8% | 0.88% | - |
| XYZ | 44.08 | 22.61 | 73.27 | - |
| YUV | 118.43 | 188.15 | 200.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 46 | 225 | 0.02 | 0.80 | 0 | 0.12 | 298.32 | 0.75 | 0.53 |
| Hex | DC | 2E | E1 | 2 | 50 | 0 | C | 12A | 4B | 35 |
| Octal | 334 | 56 | 341 | 2 | 120 | 0 | 14 | 452 | 113 | 65 |
| Binary | 11011100 | 101110 | 11100001 | 10 | 1010000 | 0 | 1100 | 100101010 | 1001011 | 110101 |
Color Harmonies of #DC2EE1
Complementary color
Monochromatic Colors of #DC2EE1
Black with #DC2EE1
Text Example
Text Example
White with #DC2EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2EE1; }
p { color: rgb(220,46,225); }
H1.HeaderClassName
{
color: #DC2EE1;
}
.AnyTagClassName
{
color: #DC2EE1;
}
</style>
background-color css
<style>
a { background-color: #DC2EE1; }
a { background-color: rgb(220,46,225); }
div.DivClassName
{
background-color: #DC2EE1;
}
.BgClassName
{
background-color: #DC2EE1;
}
</style>
border-color css
<style>
span { border-color: #DC2EE1; }
span { border-color: rgb(220,46,225); }
td.TdClassName
{
border-color: #DC2EE1;
}
.TagClassName
{
border-color: #DC2EE1;
}
</style>