Html Css Color HEX #DC58BC Free Speech Magenta
📋 copy color: '#DC58BC'red 220 ◦ green 88 ◦ blue 188
Shades of Free Speech Magenta #DC58BC
Tints of Free Speech Magenta #DC58BC
RGB
CMYK
RGB Variations
Color information
#DC58BC (or 0xDC58BC) is known color: Free Speech Magenta. HEX triplet: DC, 58 and BC. RGB value is (220,88,188). Sum of RGB (Red+Green+Blue) = 220+88+188=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 88 (34.77% from 255 or 17.74% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DC58BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC58BC is #23A743. Grayscale: #8A8A8A. Windows color (decimal): -2336580 or 12343516. OLE color: 12343516.
HSL color Cylindrical-coordinate representation of color #DC58BC: hue angle of 314.55º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC58BC is Cyan = 0, Magento = 0.6, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 88 | 188 | - |
| CMYK | 0 | 0.6 | 0.15 | 0.14 |
| HSL | 314.55º | 0.65% | 0.6% | - |
| HSV(B) | 314.55º | 0.6% | 0.86% | - |
| XYZ | 42.08 | 25.83 | 50.34 | - |
| YUV | 138.87 | 155.73 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 188 | 0 | 0.6 | 0.15 | 0.14 | 314.55 | 0.65 | 0.6 |
| Hex | DC | 58 | BC | 0 | 3C | F | E | 13B | 41 | 3C |
| Octal | 334 | 130 | 274 | 0 | 74 | 17 | 16 | 473 | 101 | 74 |
| Binary | 11011100 | 1011000 | 10111100 | 0 | 111100 | 1111 | 1110 | 100111011 | 1000001 | 111100 |
Color Harmonies of #DC58BC
Complementary color
Monochromatic Colors of #DC58BC
Black with #DC58BC
Text Example
Text Example
White with #DC58BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC58BC; }
p { color: rgb(220,88,188); }
H1.HeaderClassName
{
color: #DC58BC;
}
.AnyTagClassName
{
color: #DC58BC;
}
</style>
background-color css
<style>
a { background-color: #DC58BC; }
a { background-color: rgb(220,88,188); }
div.DivClassName
{
background-color: #DC58BC;
}
.BgClassName
{
background-color: #DC58BC;
}
</style>
border-color css
<style>
span { border-color: #DC58BC; }
span { border-color: rgb(220,88,188); }
td.TdClassName
{
border-color: #DC58BC;
}
.TagClassName
{
border-color: #DC58BC;
}
</style>