Html Css Color HEX #DC61C8 Free Speech Magenta
📋 copy color: '#DC61C8'red 220 ◦ green 97 ◦ blue 200
Shades of Free Speech Magenta #DC61C8
Tints of Free Speech Magenta #DC61C8
RGB
CMYK
RGB Variations
Color information
#DC61C8 (or 0xDC61C8) is known color: Free Speech Magenta. HEX triplet: DC, 61 and C8. RGB value is (220,97,200). Sum of RGB (Red+Green+Blue) = 220+97+200=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 97 (38.28% from 255 or 18.76% from 517); Blue value is 200 (78.52% from 255 or 38.68% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DC61C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC61C8 is #239E37. Grayscale: #919191. Windows color (decimal): -2334264 or 13132252. OLE color: 13132252.
HSL color Cylindrical-coordinate representation of color #DC61C8: hue angle of 309.76º 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 #DC61C8 is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 97 | 200 | - |
| CMYK | 0 | 0.56 | 0.09 | 0.14 |
| HSL | 309.76º | 0.64% | 0.62% | - |
| HSV(B) | 309.76º | 0.56% | 0.86% | - |
| XYZ | 44.22 | 27.94 | 57.71 | - |
| YUV | 145.52 | 158.75 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 97 | 200 | 0 | 0.56 | 0.09 | 0.14 | 309.76 | 0.64 | 0.62 |
| Hex | DC | 61 | C8 | 0 | 38 | 9 | E | 136 | 40 | 3E |
| Octal | 334 | 141 | 310 | 0 | 70 | 11 | 16 | 466 | 100 | 76 |
| Binary | 11011100 | 1100001 | 11001000 | 0 | 111000 | 1001 | 1110 | 100110110 | 1000000 | 111110 |
Color Harmonies of #DC61C8
Complementary color
Monochromatic Colors of #DC61C8
Black with #DC61C8
Text Example
Text Example
White with #DC61C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC61C8; }
p { color: rgb(220,97,200); }
H1.HeaderClassName
{
color: #DC61C8;
}
.AnyTagClassName
{
color: #DC61C8;
}
</style>
background-color css
<style>
a { background-color: #DC61C8; }
a { background-color: rgb(220,97,200); }
div.DivClassName
{
background-color: #DC61C8;
}
.BgClassName
{
background-color: #DC61C8;
}
</style>
border-color css
<style>
span { border-color: #DC61C8; }
span { border-color: rgb(220,97,200); }
td.TdClassName
{
border-color: #DC61C8;
}
.TagClassName
{
border-color: #DC61C8;
}
</style>