Html Css Color HEX #DC50BC Free Speech Magenta
📋 copy color: '#DC50BC'red 220 ◦ green 80 ◦ blue 188
Shades of Free Speech Magenta #DC50BC
Tints of Free Speech Magenta #DC50BC
RGB
CMYK
RGB Variations
Color information
#DC50BC (or 0xDC50BC) is known color: Free Speech Magenta. HEX triplet: DC, 50 and BC. RGB value is (220,80,188). Sum of RGB (Red+Green+Blue) = 220+80+188=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 80 (31.64% from 255 or 16.39% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DC50BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC50BC is #23AF43. Grayscale: #858585. Windows color (decimal): -2338628 or 12341468. OLE color: 12341468.
HSL color Cylindrical-coordinate representation of color #DC50BC: hue angle of 313.71º 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 #DC50BC is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 80 | 188 | - |
| CMYK | 0 | 0.64 | 0.15 | 0.14 |
| HSL | 313.71º | 0.67% | 0.59% | - |
| HSV(B) | 313.71º | 0.64% | 0.86% | - |
| XYZ | 41.46 | 24.58 | 50.14 | - |
| YUV | 134.17 | 158.38 | 189.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 188 | 0 | 0.64 | 0.15 | 0.14 | 313.71 | 0.67 | 0.59 |
| Hex | DC | 50 | BC | 0 | 40 | F | E | 13A | 43 | 3B |
| Octal | 334 | 120 | 274 | 0 | 100 | 17 | 16 | 472 | 103 | 73 |
| Binary | 11011100 | 1010000 | 10111100 | 0 | 1000000 | 1111 | 1110 | 100111010 | 1000011 | 111011 |
Color Harmonies of #DC50BC
Complementary color
Monochromatic Colors of #DC50BC
Black with #DC50BC
Text Example
Text Example
White with #DC50BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC50BC; }
p { color: rgb(220,80,188); }
H1.HeaderClassName
{
color: #DC50BC;
}
.AnyTagClassName
{
color: #DC50BC;
}
</style>
background-color css
<style>
a { background-color: #DC50BC; }
a { background-color: rgb(220,80,188); }
div.DivClassName
{
background-color: #DC50BC;
}
.BgClassName
{
background-color: #DC50BC;
}
</style>
border-color css
<style>
span { border-color: #DC50BC; }
span { border-color: rgb(220,80,188); }
td.TdClassName
{
border-color: #DC50BC;
}
.TagClassName
{
border-color: #DC50BC;
}
</style>