Html Css Color HEX #DC58CE Free Speech Magenta
📋 copy color: '#DC58CE'red 220 ◦ green 88 ◦ blue 206
Shades of Free Speech Magenta #DC58CE
Tints of Free Speech Magenta #DC58CE
RGB
CMYK
RGB Variations
Color information
#DC58CE (or 0xDC58CE) is known color: Free Speech Magenta. HEX triplet: DC, 58 and CE. RGB value is (220,88,206). Sum of RGB (Red+Green+Blue) = 220+88+206=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 88 (34.77% from 255 or 17.12% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DC58CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC58CE is #23A731. Grayscale: #8C8C8C. Windows color (decimal): -2336562 or 13523164. OLE color: 13523164.
HSL color Cylindrical-coordinate representation of color #DC58CE: hue angle of 306.36º 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 #DC58CE is Cyan = 0, Magento = 0.6, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 88 | 206 | - |
| CMYK | 0 | 0.6 | 0.06 | 0.14 |
| HSL | 306.36º | 0.65% | 0.6% | - |
| HSV(B) | 306.36º | 0.6% | 0.86% | - |
| XYZ | 44.15 | 26.65 | 61.21 | - |
| YUV | 140.92 | 164.73 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 206 | 0 | 0.6 | 0.06 | 0.14 | 306.36 | 0.65 | 0.6 |
| Hex | DC | 58 | CE | 0 | 3C | 6 | E | 132 | 41 | 3C |
| Octal | 334 | 130 | 316 | 0 | 74 | 6 | 16 | 462 | 101 | 74 |
| Binary | 11011100 | 1011000 | 11001110 | 0 | 111100 | 110 | 1110 | 100110010 | 1000001 | 111100 |
Color Harmonies of #DC58CE
Complementary color
Monochromatic Colors of #DC58CE
Black with #DC58CE
Text Example
Text Example
White with #DC58CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC58CE; }
p { color: rgb(220,88,206); }
H1.HeaderClassName
{
color: #DC58CE;
}
.AnyTagClassName
{
color: #DC58CE;
}
</style>
background-color css
<style>
a { background-color: #DC58CE; }
a { background-color: rgb(220,88,206); }
div.DivClassName
{
background-color: #DC58CE;
}
.BgClassName
{
background-color: #DC58CE;
}
</style>
border-color css
<style>
span { border-color: #DC58CE; }
span { border-color: rgb(220,88,206); }
td.TdClassName
{
border-color: #DC58CE;
}
.TagClassName
{
border-color: #DC58CE;
}
</style>