Html Css Color HEX #DC55BA Free Speech Magenta
📋 copy color: '#DC55BA'red 220 ◦ green 85 ◦ blue 186
Shades of Free Speech Magenta #DC55BA
Tints of Free Speech Magenta #DC55BA
RGB
CMYK
RGB Variations
Color information
#DC55BA (or 0xDC55BA) is known color: Free Speech Magenta. HEX triplet: DC, 55 and BA. RGB value is (220,85,186). Sum of RGB (Red+Green+Blue) = 220+85+186=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 85 (33.59% from 255 or 17.31% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DC55BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC55BA is #23AA45. Grayscale: #888888. Windows color (decimal): -2337350 or 12211676. OLE color: 12211676.
HSL color Cylindrical-coordinate representation of color #DC55BA: hue angle of 315.11º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC55BA is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 85 | 186 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.14 |
| HSL | 315.11º | 0.66% | 0.6% | - |
| HSV(B) | 315.11º | 0.61% | 0.86% | - |
| XYZ | 41.63 | 25.26 | 49.14 | - |
| YUV | 136.88 | 155.73 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 186 | 0 | 0.61 | 0.15 | 0.14 | 315.11 | 0.66 | 0.6 |
| Hex | DC | 55 | BA | 0 | 3D | F | E | 13B | 42 | 3C |
| Octal | 334 | 125 | 272 | 0 | 75 | 17 | 16 | 473 | 102 | 74 |
| Binary | 11011100 | 1010101 | 10111010 | 0 | 111101 | 1111 | 1110 | 100111011 | 1000010 | 111100 |
Color Harmonies of #DC55BA
Complementary color
Monochromatic Colors of #DC55BA
Black with #DC55BA
Text Example
Text Example
White with #DC55BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC55BA; }
p { color: rgb(220,85,186); }
H1.HeaderClassName
{
color: #DC55BA;
}
.AnyTagClassName
{
color: #DC55BA;
}
</style>
background-color css
<style>
a { background-color: #DC55BA; }
a { background-color: rgb(220,85,186); }
div.DivClassName
{
background-color: #DC55BA;
}
.BgClassName
{
background-color: #DC55BA;
}
</style>
border-color css
<style>
span { border-color: #DC55BA; }
span { border-color: rgb(220,85,186); }
td.TdClassName
{
border-color: #DC55BA;
}
.TagClassName
{
border-color: #DC55BA;
}
</style>