Html Css Color HEX #DC58E6 Free Speech Magenta
📋 copy color: '#DC58E6'red 220 ◦ green 88 ◦ blue 230
Shades of Free Speech Magenta #DC58E6
Tints of Free Speech Magenta #DC58E6
RGB
CMYK
RGB Variations
Color information
#DC58E6 (or 0xDC58E6) is known color: Free Speech Magenta. HEX triplet: DC, 58 and E6. RGB value is (220,88,230). Sum of RGB (Red+Green+Blue) = 220+88+230=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 88 (34.77% from 255 or 16.36% from 538); Blue value is 230 (90.23% from 255 or 42.75% from 538); Max value from RGB is 230 - color contains mainly: blue. Hex color #DC58E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC58E6 is #23A719. Grayscale: #8F8F8F. Windows color (decimal): -2336538 or 15096028. OLE color: 15096028.
HSL color Cylindrical-coordinate representation of color #DC58E6: hue angle of 295.77º degrees, saturation: 0.74, 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 #DC58E6 is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 88 | 230 | - |
| CMYK | 0.04 | 0.62 | 0 | 0.10 |
| HSL | 295.77º | 0.74% | 0.62% | - |
| HSV(B) | 295.77º | 0.62% | 0.9% | - |
| XYZ | 47.29 | 27.91 | 77.76 | - |
| YUV | 143.66 | 176.73 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 230 | 0.04 | 0.62 | 0 | 0.10 | 295.77 | 0.74 | 0.62 |
| Hex | DC | 58 | E6 | 4 | 3E | 0 | A | 128 | 4A | 3E |
| Octal | 334 | 130 | 346 | 4 | 76 | 0 | 12 | 450 | 112 | 76 |
| Binary | 11011100 | 1011000 | 11100110 | 100 | 111110 | 0 | 1010 | 100101000 | 1001010 | 111110 |
Color Harmonies of #DC58E6
Complementary color
Monochromatic Colors of #DC58E6
Black with #DC58E6
Text Example
Text Example
White with #DC58E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC58E6; }
p { color: rgb(220,88,230); }
H1.HeaderClassName
{
color: #DC58E6;
}
.AnyTagClassName
{
color: #DC58E6;
}
</style>
background-color css
<style>
a { background-color: #DC58E6; }
a { background-color: rgb(220,88,230); }
div.DivClassName
{
background-color: #DC58E6;
}
.BgClassName
{
background-color: #DC58E6;
}
</style>
border-color css
<style>
span { border-color: #DC58E6; }
span { border-color: rgb(220,88,230); }
td.TdClassName
{
border-color: #DC58E6;
}
.TagClassName
{
border-color: #DC58E6;
}
</style>