Html Css Color HEX #DC53BA Free Speech Magenta
📋 copy color: '#DC53BA'red 220 ◦ green 83 ◦ blue 186
Shades of Free Speech Magenta #DC53BA
Tints of Free Speech Magenta #DC53BA
RGB
CMYK
RGB Variations
Color information
#DC53BA (or 0xDC53BA) is known color: Free Speech Magenta. HEX triplet: DC, 53 and BA. RGB value is (220,83,186). Sum of RGB (Red+Green+Blue) = 220+83+186=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 83 (32.81% from 255 or 16.97% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DC53BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC53BA is #23AC45. Grayscale: #878787. Windows color (decimal): -2337862 or 12211164. OLE color: 12211164.
HSL color Cylindrical-coordinate representation of color #DC53BA: hue angle of 314.89º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC53BA is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 83 | 186 | - |
| CMYK | 0 | 0.62 | 0.15 | 0.14 |
| HSL | 314.89º | 0.66% | 0.59% | - |
| HSV(B) | 314.89º | 0.62% | 0.86% | - |
| XYZ | 41.47 | 24.95 | 49.08 | - |
| YUV | 135.71 | 156.39 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 186 | 0 | 0.62 | 0.15 | 0.14 | 314.89 | 0.66 | 0.59 |
| Hex | DC | 53 | BA | 0 | 3E | F | E | 13B | 42 | 3B |
| Octal | 334 | 123 | 272 | 0 | 76 | 17 | 16 | 473 | 102 | 73 |
| Binary | 11011100 | 1010011 | 10111010 | 0 | 111110 | 1111 | 1110 | 100111011 | 1000010 | 111011 |
Color Harmonies of #DC53BA
Complementary color
Monochromatic Colors of #DC53BA
Black with #DC53BA
Text Example
Text Example
White with #DC53BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC53BA; }
p { color: rgb(220,83,186); }
H1.HeaderClassName
{
color: #DC53BA;
}
.AnyTagClassName
{
color: #DC53BA;
}
</style>
background-color css
<style>
a { background-color: #DC53BA; }
a { background-color: rgb(220,83,186); }
div.DivClassName
{
background-color: #DC53BA;
}
.BgClassName
{
background-color: #DC53BA;
}
</style>
border-color css
<style>
span { border-color: #DC53BA; }
span { border-color: rgb(220,83,186); }
td.TdClassName
{
border-color: #DC53BA;
}
.TagClassName
{
border-color: #DC53BA;
}
</style>