Html Css Color HEX #DC58B8 Free Speech Magenta
📋 copy color: '#DC58B8'red 220 ◦ green 88 ◦ blue 184
Shades of Free Speech Magenta #DC58B8
Tints of Free Speech Magenta #DC58B8
RGB
CMYK
RGB Variations
Color information
#DC58B8 (or 0xDC58B8) is known color: Free Speech Magenta. HEX triplet: DC, 58 and B8. RGB value is (220,88,184). Sum of RGB (Red+Green+Blue) = 220+88+184=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 88 (34.77% from 255 or 17.89% from 492); Blue value is 184 (72.27% from 255 or 37.40% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DC58B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC58B8 is #23A747. Grayscale: #8A8A8A. Windows color (decimal): -2336584 or 12081372. OLE color: 12081372.
HSL color Cylindrical-coordinate representation of color #DC58B8: hue angle of 316.36º 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 #DC58B8 is Cyan = 0, Magento = 0.6, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 88 | 184 | - |
| CMYK | 0 | 0.6 | 0.16 | 0.14 |
| HSL | 316.36º | 0.65% | 0.6% | - |
| HSV(B) | 316.36º | 0.6% | 0.86% | - |
| XYZ | 41.66 | 25.66 | 48.1 | - |
| YUV | 138.41 | 153.73 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 184 | 0 | 0.6 | 0.16 | 0.14 | 316.36 | 0.65 | 0.6 |
| Hex | DC | 58 | B8 | 0 | 3C | 10 | E | 13C | 41 | 3C |
| Octal | 334 | 130 | 270 | 0 | 74 | 20 | 16 | 474 | 101 | 74 |
| Binary | 11011100 | 1011000 | 10111000 | 0 | 111100 | 10000 | 1110 | 100111100 | 1000001 | 111100 |
Color Harmonies of #DC58B8
Complementary color
Monochromatic Colors of #DC58B8
Black with #DC58B8
Text Example
Text Example
White with #DC58B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC58B8; }
p { color: rgb(220,88,184); }
H1.HeaderClassName
{
color: #DC58B8;
}
.AnyTagClassName
{
color: #DC58B8;
}
</style>
background-color css
<style>
a { background-color: #DC58B8; }
a { background-color: rgb(220,88,184); }
div.DivClassName
{
background-color: #DC58B8;
}
.BgClassName
{
background-color: #DC58B8;
}
</style>
border-color css
<style>
span { border-color: #DC58B8; }
span { border-color: rgb(220,88,184); }
td.TdClassName
{
border-color: #DC58B8;
}
.TagClassName
{
border-color: #DC58B8;
}
</style>