Html Css Color HEX #DC55BC Free Speech Magenta
📋 copy color: '#DC55BC'red 220 ◦ green 85 ◦ blue 188
Shades of Free Speech Magenta #DC55BC
Tints of Free Speech Magenta #DC55BC
RGB
CMYK
RGB Variations
Color information
#DC55BC (or 0xDC55BC) is known color: Free Speech Magenta. HEX triplet: DC, 55 and BC. RGB value is (220,85,188). Sum of RGB (Red+Green+Blue) = 220+85+188=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 85 (33.59% from 255 or 17.24% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DC55BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC55BC is #23AA43. Grayscale: #888888. Windows color (decimal): -2337348 or 12342748. OLE color: 12342748.
HSL color Cylindrical-coordinate representation of color #DC55BC: hue angle of 314.22º 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 #DC55BC is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 85 | 188 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.14 |
| HSL | 314.22º | 0.66% | 0.6% | - |
| HSV(B) | 314.22º | 0.61% | 0.86% | - |
| XYZ | 41.84 | 25.34 | 50.26 | - |
| YUV | 137.11 | 156.73 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 188 | 0 | 0.61 | 0.15 | 0.14 | 314.22 | 0.66 | 0.6 |
| Hex | DC | 55 | BC | 0 | 3D | F | E | 13A | 42 | 3C |
| Octal | 334 | 125 | 274 | 0 | 75 | 17 | 16 | 472 | 102 | 74 |
| Binary | 11011100 | 1010101 | 10111100 | 0 | 111101 | 1111 | 1110 | 100111010 | 1000010 | 111100 |
Color Harmonies of #DC55BC
Complementary color
Monochromatic Colors of #DC55BC
Black with #DC55BC
Text Example
Text Example
White with #DC55BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC55BC; }
p { color: rgb(220,85,188); }
H1.HeaderClassName
{
color: #DC55BC;
}
.AnyTagClassName
{
color: #DC55BC;
}
</style>
background-color css
<style>
a { background-color: #DC55BC; }
a { background-color: rgb(220,85,188); }
div.DivClassName
{
background-color: #DC55BC;
}
.BgClassName
{
background-color: #DC55BC;
}
</style>
border-color css
<style>
span { border-color: #DC55BC; }
span { border-color: rgb(220,85,188); }
td.TdClassName
{
border-color: #DC55BC;
}
.TagClassName
{
border-color: #DC55BC;
}
</style>