Html Css Color HEX #DC41E6 Free Speech Magenta
📋 copy color: '#DC41E6'red 220 ◦ green 65 ◦ blue 230
Shades of Free Speech Magenta #DC41E6
Tints of Free Speech Magenta #DC41E6
RGB
CMYK
RGB Variations
Color information
#DC41E6 (or 0xDC41E6) is known color: Free Speech Magenta. HEX triplet: DC, 41 and E6. RGB value is (220,65,230). Sum of RGB (Red+Green+Blue) = 220+65+230=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 65 (25.78% from 255 or 12.62% from 515); Blue value is 230 (90.23% from 255 or 44.66% from 515); Max value from RGB is 230 - color contains mainly: blue. Hex color #DC41E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC41E6 is #23BE19. Grayscale: #818181. Windows color (decimal): -2342426 or 15090140. OLE color: 15090140.
HSL color Cylindrical-coordinate representation of color #DC41E6: hue angle of 296.36º degrees, saturation: 0.77, 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 #DC41E6 is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 65 | 230 | - |
| CMYK | 0.04 | 0.72 | 0 | 0.10 |
| HSL | 296.36º | 0.77% | 0.58% | - |
| HSV(B) | 296.36º | 0.72% | 0.9% | - |
| XYZ | 45.69 | 24.71 | 77.22 | - |
| YUV | 130.16 | 184.35 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 65 | 230 | 0.04 | 0.72 | 0 | 0.10 | 296.36 | 0.77 | 0.58 |
| Hex | DC | 41 | E6 | 4 | 48 | 0 | A | 128 | 4D | 3A |
| Octal | 334 | 101 | 346 | 4 | 110 | 0 | 12 | 450 | 115 | 72 |
| Binary | 11011100 | 1000001 | 11100110 | 100 | 1001000 | 0 | 1010 | 100101000 | 1001101 | 111010 |
Color Harmonies of #DC41E6
Complementary color
Monochromatic Colors of #DC41E6
Black with #DC41E6
Text Example
Text Example
White with #DC41E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC41E6; }
p { color: rgb(220,65,230); }
H1.HeaderClassName
{
color: #DC41E6;
}
.AnyTagClassName
{
color: #DC41E6;
}
</style>
background-color css
<style>
a { background-color: #DC41E6; }
a { background-color: rgb(220,65,230); }
div.DivClassName
{
background-color: #DC41E6;
}
.BgClassName
{
background-color: #DC41E6;
}
</style>
border-color css
<style>
span { border-color: #DC41E6; }
span { border-color: rgb(220,65,230); }
td.TdClassName
{
border-color: #DC41E6;
}
.TagClassName
{
border-color: #DC41E6;
}
</style>