Html Css Color HEX #DC50D9 Free Speech Magenta
📋 copy color: '#DC50D9'red 220 ◦ green 80 ◦ blue 217
Shades of Free Speech Magenta #DC50D9
Tints of Free Speech Magenta #DC50D9
RGB
CMYK
RGB Variations
Color information
#DC50D9 (or 0xDC50D9) is known color: Free Speech Magenta. HEX triplet: DC, 50 and D9. RGB value is (220,80,217). Sum of RGB (Red+Green+Blue) = 220+80+217=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 80 (31.64% from 255 or 15.47% from 517); Blue value is 217 (85.16% from 255 or 41.97% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DC50D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC50D9 is #23AF26. Grayscale: #898989. Windows color (decimal): -2338599 or 14242012. OLE color: 14242012.
HSL color Cylindrical-coordinate representation of color #DC50D9: hue angle of 301.29º 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 #DC50D9 is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 80 | 217 | - |
| CMYK | 0 | 0.64 | 0.01 | 0.14 |
| HSL | 301.29º | 0.67% | 0.59% | - |
| HSV(B) | 301.29º | 0.64% | 0.86% | - |
| XYZ | 44.91 | 25.96 | 68.29 | - |
| YUV | 137.48 | 172.88 | 186.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 217 | 0 | 0.64 | 0.01 | 0.14 | 301.29 | 0.67 | 0.59 |
| Hex | DC | 50 | D9 | 0 | 40 | 1 | E | 12D | 43 | 3B |
| Octal | 334 | 120 | 331 | 0 | 100 | 1 | 16 | 455 | 103 | 73 |
| Binary | 11011100 | 1010000 | 11011001 | 0 | 1000000 | 1 | 1110 | 100101101 | 1000011 | 111011 |
Color Harmonies of #DC50D9
Complementary color
Monochromatic Colors of #DC50D9
Black with #DC50D9
Text Example
Text Example
White with #DC50D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC50D9; }
p { color: rgb(220,80,217); }
H1.HeaderClassName
{
color: #DC50D9;
}
.AnyTagClassName
{
color: #DC50D9;
}
</style>
background-color css
<style>
a { background-color: #DC50D9; }
a { background-color: rgb(220,80,217); }
div.DivClassName
{
background-color: #DC50D9;
}
.BgClassName
{
background-color: #DC50D9;
}
</style>
border-color css
<style>
span { border-color: #DC50D9; }
span { border-color: rgb(220,80,217); }
td.TdClassName
{
border-color: #DC50D9;
}
.TagClassName
{
border-color: #DC50D9;
}
</style>