Html Css Color HEX #DC31DC Free Speech Magenta
📋 copy color: '#DC31DC'red 220 ◦ green 49 ◦ blue 220
Shades of Free Speech Magenta #DC31DC
Tints of Free Speech Magenta #DC31DC
RGB
CMYK
RGB Variations
Color information
#DC31DC (or 0xDC31DC) is known color: Free Speech Magenta. HEX triplet: DC, 31 and DC. RGB value is (220,49,220). Sum of RGB (Red+Green+Blue) = 220+49+220=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 49 (19.53% from 255 or 10.02% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC31DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC31DC is #23CE23. Grayscale: #777777. Windows color (decimal): -2346532 or 14430684. OLE color: 14430684.
HSL color Cylindrical-coordinate representation of color #DC31DC: hue angle of 300º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC31DC is Cyan = 0, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 49 | 220 | - |
| CMYK | 0 | 0.78 | 0 | 0.14 |
| HSL | 300º | 0.71% | 0.53% | - |
| HSV(B) | 300º | 0.78% | 0.86% | - |
| XYZ | 43.53 | 22.58 | 69.77 | - |
| YUV | 119.62 | 184.65 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 220 | 0 | 0.78 | 0 | 0.14 | 300 | 0.71 | 0.53 |
| Hex | DC | 31 | DC | 0 | 4E | 0 | E | 12C | 47 | 35 |
| Octal | 334 | 61 | 334 | 0 | 116 | 0 | 16 | 454 | 107 | 65 |
| Binary | 11011100 | 110001 | 11011100 | 0 | 1001110 | 0 | 1110 | 100101100 | 1000111 | 110101 |
Color Harmonies of #DC31DC
Complementary color
Monochromatic Colors of #DC31DC
Black with #DC31DC
Text Example
Text Example
White with #DC31DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC31DC; }
p { color: rgb(220,49,220); }
H1.HeaderClassName
{
color: #DC31DC;
}
.AnyTagClassName
{
color: #DC31DC;
}
</style>
background-color css
<style>
a { background-color: #DC31DC; }
a { background-color: rgb(220,49,220); }
div.DivClassName
{
background-color: #DC31DC;
}
.BgClassName
{
background-color: #DC31DC;
}
</style>
border-color css
<style>
span { border-color: #DC31DC; }
span { border-color: rgb(220,49,220); }
td.TdClassName
{
border-color: #DC31DC;
}
.TagClassName
{
border-color: #DC31DC;
}
</style>