Html Css Color HEX #DC41E5 Free Speech Magenta
📋 copy color: '#DC41E5'red 220 ◦ green 65 ◦ blue 229
Shades of Free Speech Magenta #DC41E5
Tints of Free Speech Magenta #DC41E5
RGB
CMYK
RGB Variations
Color information
#DC41E5 (or 0xDC41E5) is known color: Free Speech Magenta. HEX triplet: DC, 41 and E5. RGB value is (220,65,229). Sum of RGB (Red+Green+Blue) = 220+65+229=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 65 (25.78% from 255 or 12.65% from 514); Blue value is 229 (89.84% from 255 or 44.55% from 514); Max value from RGB is 229 - color contains mainly: blue. Hex color #DC41E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC41E5 is #23BE1A. Grayscale: #818181. Windows color (decimal): -2342427 or 15024604. OLE color: 15024604.
HSL color Cylindrical-coordinate representation of color #DC41E5: hue angle of 296.71º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC41E5 is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 65 | 229 | - |
| CMYK | 0.04 | 0.72 | 0 | 0.10 |
| HSL | 296.71º | 0.76% | 0.58% | - |
| HSV(B) | 296.71º | 0.72% | 0.9% | - |
| XYZ | 45.55 | 24.65 | 76.49 | - |
| YUV | 130.04 | 183.85 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 65 | 229 | 0.04 | 0.72 | 0 | 0.10 | 296.71 | 0.76 | 0.58 |
| Hex | DC | 41 | E5 | 4 | 48 | 0 | A | 129 | 4C | 3A |
| Octal | 334 | 101 | 345 | 4 | 110 | 0 | 12 | 451 | 114 | 72 |
| Binary | 11011100 | 1000001 | 11100101 | 100 | 1001000 | 0 | 1010 | 100101001 | 1001100 | 111010 |
Color Harmonies of #DC41E5
Complementary color
Monochromatic Colors of #DC41E5
Black with #DC41E5
Text Example
Text Example
White with #DC41E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC41E5; }
p { color: rgb(220,65,229); }
H1.HeaderClassName
{
color: #DC41E5;
}
.AnyTagClassName
{
color: #DC41E5;
}
</style>
background-color css
<style>
a { background-color: #DC41E5; }
a { background-color: rgb(220,65,229); }
div.DivClassName
{
background-color: #DC41E5;
}
.BgClassName
{
background-color: #DC41E5;
}
</style>
border-color css
<style>
span { border-color: #DC41E5; }
span { border-color: rgb(220,65,229); }
td.TdClassName
{
border-color: #DC41E5;
}
.TagClassName
{
border-color: #DC41E5;
}
</style>