Html Css Color HEX #DC31E3 Free Speech Magenta
📋 copy color: '#DC31E3'red 220 ◦ green 49 ◦ blue 227
Shades of Free Speech Magenta #DC31E3
Tints of Free Speech Magenta #DC31E3
RGB
CMYK
RGB Variations
Color information
#DC31E3 (or 0xDC31E3) is known color: Free Speech Magenta. HEX triplet: DC, 31 and E3. RGB value is (220,49,227). Sum of RGB (Red+Green+Blue) = 220+49+227=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 49 (19.53% from 255 or 9.88% from 496); Blue value is 227 (89.06% from 255 or 45.77% from 496); Max value from RGB is 227 - color contains mainly: blue. Hex color #DC31E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC31E3 is #23CE1C. Grayscale: #777777. Windows color (decimal): -2346525 or 14889436. OLE color: 14889436.
HSL color Cylindrical-coordinate representation of color #DC31E3: hue angle of 297.64º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC31E3 is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 49 | 227 | - |
| CMYK | 0.03 | 0.78 | 0 | 0.11 |
| HSL | 297.64º | 0.76% | 0.54% | - |
| HSV(B) | 297.64º | 0.78% | 0.89% | - |
| XYZ | 44.48 | 22.96 | 74.76 | - |
| YUV | 120.42 | 188.15 | 199.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 227 | 0.03 | 0.78 | 0 | 0.11 | 297.64 | 0.76 | 0.54 |
| Hex | DC | 31 | E3 | 3 | 4E | 0 | B | 12A | 4C | 36 |
| Octal | 334 | 61 | 343 | 3 | 116 | 0 | 13 | 452 | 114 | 66 |
| Binary | 11011100 | 110001 | 11100011 | 11 | 1001110 | 0 | 1011 | 100101010 | 1001100 | 110110 |
Color Harmonies of #DC31E3
Complementary color
Monochromatic Colors of #DC31E3
Black with #DC31E3
Text Example
Text Example
White with #DC31E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC31E3; }
p { color: rgb(220,49,227); }
H1.HeaderClassName
{
color: #DC31E3;
}
.AnyTagClassName
{
color: #DC31E3;
}
</style>
background-color css
<style>
a { background-color: #DC31E3; }
a { background-color: rgb(220,49,227); }
div.DivClassName
{
background-color: #DC31E3;
}
.BgClassName
{
background-color: #DC31E3;
}
</style>
border-color css
<style>
span { border-color: #DC31E3; }
span { border-color: rgb(220,49,227); }
td.TdClassName
{
border-color: #DC31E3;
}
.TagClassName
{
border-color: #DC31E3;
}
</style>