Html Css Color HEX #DC58C5 Free Speech Magenta
📋 copy color: '#DC58C5'red 220 ◦ green 88 ◦ blue 197
Shades of Free Speech Magenta #DC58C5
Tints of Free Speech Magenta #DC58C5
RGB
CMYK
RGB Variations
Color information
#DC58C5 (or 0xDC58C5) is known color: Free Speech Magenta. HEX triplet: DC, 58 and C5. RGB value is (220,88,197). Sum of RGB (Red+Green+Blue) = 220+88+197=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 88 (34.77% from 255 or 17.43% from 505); Blue value is 197 (77.34% from 255 or 39.01% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DC58C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC58C5 is #23A73A. Grayscale: #8B8B8B. Windows color (decimal): -2336571 or 12933340. OLE color: 12933340.
HSL color Cylindrical-coordinate representation of color #DC58C5: hue angle of 310.45º 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 #DC58C5 is Cyan = 0, Magento = 0.6, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 88 | 197 | - |
| CMYK | 0 | 0.6 | 0.10 | 0.14 |
| HSL | 310.45º | 0.65% | 0.6% | - |
| HSV(B) | 310.45º | 0.6% | 0.86% | - |
| XYZ | 43.08 | 26.23 | 55.61 | - |
| YUV | 139.89 | 160.23 | 185.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 197 | 0 | 0.6 | 0.10 | 0.14 | 310.45 | 0.65 | 0.6 |
| Hex | DC | 58 | C5 | 0 | 3C | A | E | 136 | 41 | 3C |
| Octal | 334 | 130 | 305 | 0 | 74 | 12 | 16 | 466 | 101 | 74 |
| Binary | 11011100 | 1011000 | 11000101 | 0 | 111100 | 1010 | 1110 | 100110110 | 1000001 | 111100 |
Color Harmonies of #DC58C5
Complementary color
Monochromatic Colors of #DC58C5
Black with #DC58C5
Text Example
Text Example
White with #DC58C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC58C5; }
p { color: rgb(220,88,197); }
H1.HeaderClassName
{
color: #DC58C5;
}
.AnyTagClassName
{
color: #DC58C5;
}
</style>
background-color css
<style>
a { background-color: #DC58C5; }
a { background-color: rgb(220,88,197); }
div.DivClassName
{
background-color: #DC58C5;
}
.BgClassName
{
background-color: #DC58C5;
}
</style>
border-color css
<style>
span { border-color: #DC58C5; }
span { border-color: rgb(220,88,197); }
td.TdClassName
{
border-color: #DC58C5;
}
.TagClassName
{
border-color: #DC58C5;
}
</style>