Html Css Color HEX #DC58E5 Free Speech Magenta
📋 copy color: '#DC58E5'red 220 ◦ green 88 ◦ blue 229
Shades of Free Speech Magenta #DC58E5
Tints of Free Speech Magenta #DC58E5
RGB
CMYK
RGB Variations
Color information
#DC58E5 (or 0xDC58E5) is known color: Free Speech Magenta. HEX triplet: DC, 58 and E5. RGB value is (220,88,229). Sum of RGB (Red+Green+Blue) = 220+88+229=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 88 (34.77% from 255 or 16.39% from 537); Blue value is 229 (89.84% from 255 or 42.64% from 537); Max value from RGB is 229 - color contains mainly: blue. Hex color #DC58E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC58E5 is #23A71A. Grayscale: #8F8F8F. Windows color (decimal): -2336539 or 15030492. OLE color: 15030492.
HSL color Cylindrical-coordinate representation of color #DC58E5: hue angle of 296.17º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC58E5 is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 88 | 229 | - |
| CMYK | 0.04 | 0.62 | 0 | 0.10 |
| HSL | 296.17º | 0.73% | 0.62% | - |
| HSV(B) | 296.17º | 0.62% | 0.9% | - |
| XYZ | 47.15 | 27.85 | 77.02 | - |
| YUV | 143.54 | 176.23 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 229 | 0.04 | 0.62 | 0 | 0.10 | 296.17 | 0.73 | 0.62 |
| Hex | DC | 58 | E5 | 4 | 3E | 0 | A | 128 | 49 | 3E |
| Octal | 334 | 130 | 345 | 4 | 76 | 0 | 12 | 450 | 111 | 76 |
| Binary | 11011100 | 1011000 | 11100101 | 100 | 111110 | 0 | 1010 | 100101000 | 1001001 | 111110 |
Color Harmonies of #DC58E5
Complementary color
Monochromatic Colors of #DC58E5
Black with #DC58E5
Text Example
Text Example
White with #DC58E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC58E5; }
p { color: rgb(220,88,229); }
H1.HeaderClassName
{
color: #DC58E5;
}
.AnyTagClassName
{
color: #DC58E5;
}
</style>
background-color css
<style>
a { background-color: #DC58E5; }
a { background-color: rgb(220,88,229); }
div.DivClassName
{
background-color: #DC58E5;
}
.BgClassName
{
background-color: #DC58E5;
}
</style>
border-color css
<style>
span { border-color: #DC58E5; }
span { border-color: rgb(220,88,229); }
td.TdClassName
{
border-color: #DC58E5;
}
.TagClassName
{
border-color: #DC58E5;
}
</style>