Html Css Color HEX #DC61BA Free Speech Magenta
📋 copy color: '#DC61BA'red 220 ◦ green 97 ◦ blue 186
Shades of Free Speech Magenta #DC61BA
Tints of Free Speech Magenta #DC61BA
RGB
CMYK
RGB Variations
Color information
#DC61BA (or 0xDC61BA) is known color: Free Speech Magenta. HEX triplet: DC, 61 and BA. RGB value is (220,97,186). Sum of RGB (Red+Green+Blue) = 220+97+186=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 97 (38.28% from 255 or 19.28% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DC61BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC61BA is #239E45. Grayscale: #8F8F8F. Windows color (decimal): -2334278 or 12214748. OLE color: 12214748.
HSL color Cylindrical-coordinate representation of color #DC61BA: hue angle of 316.59º 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 #DC61BA is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 97 | 186 | - |
| CMYK | 0 | 0.56 | 0.15 | 0.14 |
| HSL | 316.59º | 0.64% | 0.62% | - |
| HSV(B) | 316.59º | 0.56% | 0.86% | - |
| XYZ | 42.65 | 27.31 | 49.48 | - |
| YUV | 143.92 | 151.75 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 97 | 186 | 0 | 0.56 | 0.15 | 0.14 | 316.59 | 0.64 | 0.62 |
| Hex | DC | 61 | BA | 0 | 38 | F | E | 13D | 40 | 3E |
| Octal | 334 | 141 | 272 | 0 | 70 | 17 | 16 | 475 | 100 | 76 |
| Binary | 11011100 | 1100001 | 10111010 | 0 | 111000 | 1111 | 1110 | 100111101 | 1000000 | 111110 |
Color Harmonies of #DC61BA
Complementary color
Monochromatic Colors of #DC61BA
Black with #DC61BA
Text Example
Text Example
White with #DC61BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC61BA; }
p { color: rgb(220,97,186); }
H1.HeaderClassName
{
color: #DC61BA;
}
.AnyTagClassName
{
color: #DC61BA;
}
</style>
background-color css
<style>
a { background-color: #DC61BA; }
a { background-color: rgb(220,97,186); }
div.DivClassName
{
background-color: #DC61BA;
}
.BgClassName
{
background-color: #DC61BA;
}
</style>
border-color css
<style>
span { border-color: #DC61BA; }
span { border-color: rgb(220,97,186); }
td.TdClassName
{
border-color: #DC61BA;
}
.TagClassName
{
border-color: #DC61BA;
}
</style>