Html Css Color HEX #DC58DC Free Speech Magenta
📋 copy color: '#DC58DC'red 220 ◦ green 88 ◦ blue 220
Shades of Free Speech Magenta #DC58DC
Tints of Free Speech Magenta #DC58DC
RGB
CMYK
RGB Variations
Color information
#DC58DC (or 0xDC58DC) is known color: Free Speech Magenta. HEX triplet: DC, 58 and DC. RGB value is (220,88,220). Sum of RGB (Red+Green+Blue) = 220+88+220=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 88 (34.77% from 255 or 16.67% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC58DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC58DC is #23A723. Grayscale: #8E8E8E. Windows color (decimal): -2336548 or 14440668. OLE color: 14440668.
HSL color Cylindrical-coordinate representation of color #DC58DC: hue angle of 300º 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 #DC58DC is Cyan = 0, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 88 | 220 | - |
| CMYK | 0 | 0.6 | 0 | 0.14 |
| HSL | 300º | 0.65% | 0.6% | - |
| HSV(B) | 300º | 0.6% | 0.86% | - |
| XYZ | 45.92 | 27.36 | 70.57 | - |
| YUV | 142.52 | 171.73 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 220 | 0 | 0.6 | 0 | 0.14 | 300 | 0.65 | 0.6 |
| Hex | DC | 58 | DC | 0 | 3C | 0 | E | 12C | 41 | 3C |
| Octal | 334 | 130 | 334 | 0 | 74 | 0 | 16 | 454 | 101 | 74 |
| Binary | 11011100 | 1011000 | 11011100 | 0 | 111100 | 0 | 1110 | 100101100 | 1000001 | 111100 |
Color Harmonies of #DC58DC
Complementary color
Monochromatic Colors of #DC58DC
Black with #DC58DC
Text Example
Text Example
White with #DC58DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC58DC; }
p { color: rgb(220,88,220); }
H1.HeaderClassName
{
color: #DC58DC;
}
.AnyTagClassName
{
color: #DC58DC;
}
</style>
background-color css
<style>
a { background-color: #DC58DC; }
a { background-color: rgb(220,88,220); }
div.DivClassName
{
background-color: #DC58DC;
}
.BgClassName
{
background-color: #DC58DC;
}
</style>
border-color css
<style>
span { border-color: #DC58DC; }
span { border-color: rgb(220,88,220); }
td.TdClassName
{
border-color: #DC58DC;
}
.TagClassName
{
border-color: #DC58DC;
}
</style>