Html Css Color HEX #DC50C5 Free Speech Magenta
📋 copy color: '#DC50C5'red 220 ◦ green 80 ◦ blue 197
Shades of Free Speech Magenta #DC50C5
Tints of Free Speech Magenta #DC50C5
RGB
CMYK
RGB Variations
Color information
#DC50C5 (or 0xDC50C5) is known color: Free Speech Magenta. HEX triplet: DC, 50 and C5. RGB value is (220,80,197). Sum of RGB (Red+Green+Blue) = 220+80+197=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 80 (31.64% from 255 or 16.10% from 497); Blue value is 197 (77.34% from 255 or 39.64% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DC50C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC50C5 is #23AF3A. Grayscale: #868686. Windows color (decimal): -2338619 or 12931292. OLE color: 12931292.
HSL color Cylindrical-coordinate representation of color #DC50C5: hue angle of 309.86º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC50C5 is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 80 | 197 | - |
| CMYK | 0 | 0.64 | 0.10 | 0.14 |
| HSL | 309.86º | 0.67% | 0.59% | - |
| HSV(B) | 309.86º | 0.64% | 0.86% | - |
| XYZ | 42.46 | 24.98 | 55.41 | - |
| YUV | 135.2 | 162.88 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 197 | 0 | 0.64 | 0.10 | 0.14 | 309.86 | 0.67 | 0.59 |
| Hex | DC | 50 | C5 | 0 | 40 | A | E | 136 | 43 | 3B |
| Octal | 334 | 120 | 305 | 0 | 100 | 12 | 16 | 466 | 103 | 73 |
| Binary | 11011100 | 1010000 | 11000101 | 0 | 1000000 | 1010 | 1110 | 100110110 | 1000011 | 111011 |
Color Harmonies of #DC50C5
Complementary color
Monochromatic Colors of #DC50C5
Black with #DC50C5
Text Example
Text Example
White with #DC50C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC50C5; }
p { color: rgb(220,80,197); }
H1.HeaderClassName
{
color: #DC50C5;
}
.AnyTagClassName
{
color: #DC50C5;
}
</style>
background-color css
<style>
a { background-color: #DC50C5; }
a { background-color: rgb(220,80,197); }
div.DivClassName
{
background-color: #DC50C5;
}
.BgClassName
{
background-color: #DC50C5;
}
</style>
border-color css
<style>
span { border-color: #DC50C5; }
span { border-color: rgb(220,80,197); }
td.TdClassName
{
border-color: #DC50C5;
}
.TagClassName
{
border-color: #DC50C5;
}
</style>