Html Css Color HEX #DC58C1 Free Speech Magenta
📋 copy color: '#DC58C1'red 220 ◦ green 88 ◦ blue 193
Shades of Free Speech Magenta #DC58C1
Tints of Free Speech Magenta #DC58C1
RGB
CMYK
RGB Variations
Color information
#DC58C1 (or 0xDC58C1) is known color: Free Speech Magenta. HEX triplet: DC, 58 and C1. RGB value is (220,88,193). Sum of RGB (Red+Green+Blue) = 220+88+193=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 88 (34.77% from 255 or 17.56% from 501); Blue value is 193 (75.78% from 255 or 38.52% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DC58C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC58C1 is #23A73E. Grayscale: #8B8B8B. Windows color (decimal): -2336575 or 12671196. OLE color: 12671196.
HSL color Cylindrical-coordinate representation of color #DC58C1: hue angle of 312.27º 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 #DC58C1 is Cyan = 0, Magento = 0.6, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 88 | 193 | - |
| CMYK | 0 | 0.6 | 0.12 | 0.14 |
| HSL | 312.27º | 0.65% | 0.6% | - |
| HSV(B) | 312.27º | 0.6% | 0.86% | - |
| XYZ | 42.63 | 26.05 | 53.23 | - |
| YUV | 139.44 | 158.23 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 193 | 0 | 0.6 | 0.12 | 0.14 | 312.27 | 0.65 | 0.6 |
| Hex | DC | 58 | C1 | 0 | 3C | C | E | 138 | 41 | 3C |
| Octal | 334 | 130 | 301 | 0 | 74 | 14 | 16 | 470 | 101 | 74 |
| Binary | 11011100 | 1011000 | 11000001 | 0 | 111100 | 1100 | 1110 | 100111000 | 1000001 | 111100 |
Color Harmonies of #DC58C1
Complementary color
Monochromatic Colors of #DC58C1
Black with #DC58C1
Text Example
Text Example
White with #DC58C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC58C1; }
p { color: rgb(220,88,193); }
H1.HeaderClassName
{
color: #DC58C1;
}
.AnyTagClassName
{
color: #DC58C1;
}
</style>
background-color css
<style>
a { background-color: #DC58C1; }
a { background-color: rgb(220,88,193); }
div.DivClassName
{
background-color: #DC58C1;
}
.BgClassName
{
background-color: #DC58C1;
}
</style>
border-color css
<style>
span { border-color: #DC58C1; }
span { border-color: rgb(220,88,193); }
td.TdClassName
{
border-color: #DC58C1;
}
.TagClassName
{
border-color: #DC58C1;
}
</style>