Html Css Color HEX #DC61C7 Free Speech Magenta
📋 copy color: '#DC61C7'red 220 ◦ green 97 ◦ blue 199
Shades of Free Speech Magenta #DC61C7
Tints of Free Speech Magenta #DC61C7
RGB
CMYK
RGB Variations
Color information
#DC61C7 (or 0xDC61C7) is known color: Free Speech Magenta. HEX triplet: DC, 61 and C7. RGB value is (220,97,199). Sum of RGB (Red+Green+Blue) = 220+97+199=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 97 (38.28% from 255 or 18.80% from 516); Blue value is 199 (78.12% from 255 or 38.57% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DC61C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC61C7 is #239E38. Grayscale: #919191. Windows color (decimal): -2334265 or 13066716. OLE color: 13066716.
HSL color Cylindrical-coordinate representation of color #DC61C7: hue angle of 310.24º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC61C7 is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 97 | 199 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.14 |
| HSL | 310.24º | 0.64% | 0.62% | - |
| HSV(B) | 310.24º | 0.56% | 0.86% | - |
| XYZ | 44.1 | 27.89 | 57.09 | - |
| YUV | 145.41 | 158.25 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 97 | 199 | 0 | 0.56 | 0.10 | 0.14 | 310.24 | 0.64 | 0.62 |
| Hex | DC | 61 | C7 | 0 | 38 | A | E | 136 | 40 | 3E |
| Octal | 334 | 141 | 307 | 0 | 70 | 12 | 16 | 466 | 100 | 76 |
| Binary | 11011100 | 1100001 | 11000111 | 0 | 111000 | 1010 | 1110 | 100110110 | 1000000 | 111110 |
Color Harmonies of #DC61C7
Complementary color
Monochromatic Colors of #DC61C7
Black with #DC61C7
Text Example
Text Example
White with #DC61C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC61C7; }
p { color: rgb(220,97,199); }
H1.HeaderClassName
{
color: #DC61C7;
}
.AnyTagClassName
{
color: #DC61C7;
}
</style>
background-color css
<style>
a { background-color: #DC61C7; }
a { background-color: rgb(220,97,199); }
div.DivClassName
{
background-color: #DC61C7;
}
.BgClassName
{
background-color: #DC61C7;
}
</style>
border-color css
<style>
span { border-color: #DC61C7; }
span { border-color: rgb(220,97,199); }
td.TdClassName
{
border-color: #DC61C7;
}
.TagClassName
{
border-color: #DC61C7;
}
</style>