Html Css Color HEX #DC58D5 Free Speech Magenta
📋 copy color: '#DC58D5'red 220 ◦ green 88 ◦ blue 213
Shades of Free Speech Magenta #DC58D5
Tints of Free Speech Magenta #DC58D5
RGB
CMYK
RGB Variations
Color information
#DC58D5 (or 0xDC58D5) is known color: Free Speech Magenta. HEX triplet: DC, 58 and D5. RGB value is (220,88,213). Sum of RGB (Red+Green+Blue) = 220+88+213=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 88 (34.77% from 255 or 16.89% from 521); Blue value is 213 (83.59% from 255 or 40.88% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DC58D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC58D5 is #23A72A. Grayscale: #8D8D8D. Windows color (decimal): -2336555 or 13981916. OLE color: 13981916.
HSL color Cylindrical-coordinate representation of color #DC58D5: hue angle of 303.18º 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 #DC58D5 is Cyan = 0, Magento = 0.6, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 88 | 213 | - |
| CMYK | 0 | 0.6 | 0.03 | 0.14 |
| HSL | 303.18º | 0.65% | 0.6% | - |
| HSV(B) | 303.18º | 0.6% | 0.86% | - |
| XYZ | 45.02 | 27 | 65.79 | - |
| YUV | 141.72 | 168.23 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 213 | 0 | 0.6 | 0.03 | 0.14 | 303.18 | 0.65 | 0.6 |
| Hex | DC | 58 | D5 | 0 | 3C | 3 | E | 12F | 41 | 3C |
| Octal | 334 | 130 | 325 | 0 | 74 | 3 | 16 | 457 | 101 | 74 |
| Binary | 11011100 | 1011000 | 11010101 | 0 | 111100 | 11 | 1110 | 100101111 | 1000001 | 111100 |
Color Harmonies of #DC58D5
Complementary color
Monochromatic Colors of #DC58D5
Black with #DC58D5
Text Example
Text Example
White with #DC58D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC58D5; }
p { color: rgb(220,88,213); }
H1.HeaderClassName
{
color: #DC58D5;
}
.AnyTagClassName
{
color: #DC58D5;
}
</style>
background-color css
<style>
a { background-color: #DC58D5; }
a { background-color: rgb(220,88,213); }
div.DivClassName
{
background-color: #DC58D5;
}
.BgClassName
{
background-color: #DC58D5;
}
</style>
border-color css
<style>
span { border-color: #DC58D5; }
span { border-color: rgb(220,88,213); }
td.TdClassName
{
border-color: #DC58D5;
}
.TagClassName
{
border-color: #DC58D5;
}
</style>