Html Css Color HEX #DC61E1 Free Speech Magenta
📋 copy color: '#DC61E1'red 220 ◦ green 97 ◦ blue 225
Shades of Free Speech Magenta #DC61E1
Tints of Free Speech Magenta #DC61E1
RGB
CMYK
RGB Variations
Color information
#DC61E1 (or 0xDC61E1) is known color: Free Speech Magenta. HEX triplet: DC, 61 and E1. RGB value is (220,97,225). Sum of RGB (Red+Green+Blue) = 220+97+225=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 97 (38.28% from 255 or 17.90% from 542); Blue value is 225 (88.28% from 255 or 41.51% from 542); Max value from RGB is 225 - color contains mainly: blue. Hex color #DC61E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC61E1 is #239E1E. Grayscale: #939393. Windows color (decimal): -2334239 or 14770652. OLE color: 14770652.
HSL color Cylindrical-coordinate representation of color #DC61E1: hue angle of 297.66º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC61E1 is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 97 | 225 | - |
| CMYK | 0.02 | 0.57 | 0 | 0.12 |
| HSL | 297.66º | 0.68% | 0.63% | - |
| HSV(B) | 297.66º | 0.57% | 0.88% | - |
| XYZ | 47.38 | 29.2 | 74.37 | - |
| YUV | 148.37 | 171.25 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 97 | 225 | 0.02 | 0.57 | 0 | 0.12 | 297.66 | 0.68 | 0.63 |
| Hex | DC | 61 | E1 | 2 | 39 | 0 | C | 12A | 44 | 3F |
| Octal | 334 | 141 | 341 | 2 | 71 | 0 | 14 | 452 | 104 | 77 |
| Binary | 11011100 | 1100001 | 11100001 | 10 | 111001 | 0 | 1100 | 100101010 | 1000100 | 111111 |
Color Harmonies of #DC61E1
Complementary color
Monochromatic Colors of #DC61E1
Black with #DC61E1
Text Example
Text Example
White with #DC61E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC61E1; }
p { color: rgb(220,97,225); }
H1.HeaderClassName
{
color: #DC61E1;
}
.AnyTagClassName
{
color: #DC61E1;
}
</style>
background-color css
<style>
a { background-color: #DC61E1; }
a { background-color: rgb(220,97,225); }
div.DivClassName
{
background-color: #DC61E1;
}
.BgClassName
{
background-color: #DC61E1;
}
</style>
border-color css
<style>
span { border-color: #DC61E1; }
span { border-color: rgb(220,97,225); }
td.TdClassName
{
border-color: #DC61E1;
}
.TagClassName
{
border-color: #DC61E1;
}
</style>