Html Css Color HEX #DC50BD Free Speech Magenta
📋 copy color: '#DC50BD'red 220 ◦ green 80 ◦ blue 189
Shades of Free Speech Magenta #DC50BD
Tints of Free Speech Magenta #DC50BD
RGB
CMYK
RGB Variations
Color information
#DC50BD (or 0xDC50BD) is known color: Free Speech Magenta. HEX triplet: DC, 50 and BD. RGB value is (220,80,189). Sum of RGB (Red+Green+Blue) = 220+80+189=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 80 (31.64% from 255 or 16.36% from 489); Blue value is 189 (74.22% from 255 or 38.65% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DC50BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC50BD is #23AF42. Grayscale: #858585. Windows color (decimal): -2338627 or 12407004. OLE color: 12407004.
HSL color Cylindrical-coordinate representation of color #DC50BD: hue angle of 313.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 #DC50BD is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 80 | 189 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.14 |
| HSL | 313.29º | 0.67% | 0.59% | - |
| HSV(B) | 313.29º | 0.64% | 0.86% | - |
| XYZ | 41.57 | 24.63 | 50.71 | - |
| YUV | 134.29 | 158.88 | 189.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 189 | 0 | 0.64 | 0.14 | 0.14 | 313.29 | 0.67 | 0.59 |
| Hex | DC | 50 | BD | 0 | 40 | E | E | 139 | 43 | 3B |
| Octal | 334 | 120 | 275 | 0 | 100 | 16 | 16 | 471 | 103 | 73 |
| Binary | 11011100 | 1010000 | 10111101 | 0 | 1000000 | 1110 | 1110 | 100111001 | 1000011 | 111011 |
Color Harmonies of #DC50BD
Complementary color
Monochromatic Colors of #DC50BD
Black with #DC50BD
Text Example
Text Example
White with #DC50BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC50BD; }
p { color: rgb(220,80,189); }
H1.HeaderClassName
{
color: #DC50BD;
}
.AnyTagClassName
{
color: #DC50BD;
}
</style>
background-color css
<style>
a { background-color: #DC50BD; }
a { background-color: rgb(220,80,189); }
div.DivClassName
{
background-color: #DC50BD;
}
.BgClassName
{
background-color: #DC50BD;
}
</style>
border-color css
<style>
span { border-color: #DC50BD; }
span { border-color: rgb(220,80,189); }
td.TdClassName
{
border-color: #DC50BD;
}
.TagClassName
{
border-color: #DC50BD;
}
</style>