Html Css Color HEX #DC49E5 Free Speech Magenta
📋 copy color: '#DC49E5'red 220 ◦ green 73 ◦ blue 229
Shades of Free Speech Magenta #DC49E5
Tints of Free Speech Magenta #DC49E5
RGB
CMYK
RGB Variations
Color information
#DC49E5 (or 0xDC49E5) is known color: Free Speech Magenta. HEX triplet: DC, 49 and E5. RGB value is (220,73,229). Sum of RGB (Red+Green+Blue) = 220+73+229=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 73 (28.91% from 255 or 13.98% from 522); Blue value is 229 (89.84% from 255 or 43.87% from 522); Max value from RGB is 229 - color contains mainly: blue. Hex color #DC49E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC49E5 is #23B61A. Grayscale: #868686. Windows color (decimal): -2340379 or 15026652. OLE color: 15026652.
HSL color Cylindrical-coordinate representation of color #DC49E5: hue angle of 296.54º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DC49E5 is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 73 | 229 | - |
| CMYK | 0.04 | 0.68 | 0 | 0.10 |
| HSL | 296.54º | 0.75% | 0.59% | - |
| HSV(B) | 296.54º | 0.68% | 0.9% | - |
| XYZ | 46.04 | 25.64 | 76.65 | - |
| YUV | 134.74 | 181.2 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 73 | 229 | 0.04 | 0.68 | 0 | 0.10 | 296.54 | 0.75 | 0.59 |
| Hex | DC | 49 | E5 | 4 | 44 | 0 | A | 129 | 4B | 3B |
| Octal | 334 | 111 | 345 | 4 | 104 | 0 | 12 | 451 | 113 | 73 |
| Binary | 11011100 | 1001001 | 11100101 | 100 | 1000100 | 0 | 1010 | 100101001 | 1001011 | 111011 |
Color Harmonies of #DC49E5
Complementary color
Monochromatic Colors of #DC49E5
Black with #DC49E5
Text Example
Text Example
White with #DC49E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC49E5; }
p { color: rgb(220,73,229); }
H1.HeaderClassName
{
color: #DC49E5;
}
.AnyTagClassName
{
color: #DC49E5;
}
</style>
background-color css
<style>
a { background-color: #DC49E5; }
a { background-color: rgb(220,73,229); }
div.DivClassName
{
background-color: #DC49E5;
}
.BgClassName
{
background-color: #DC49E5;
}
</style>
border-color css
<style>
span { border-color: #DC49E5; }
span { border-color: rgb(220,73,229); }
td.TdClassName
{
border-color: #DC49E5;
}
.TagClassName
{
border-color: #DC49E5;
}
</style>