Html Css Color HEX #DC58CC Free Speech Magenta
📋 copy color: '#DC58CC'red 220 ◦ green 88 ◦ blue 204
Shades of Free Speech Magenta #DC58CC
Tints of Free Speech Magenta #DC58CC
RGB
CMYK
RGB Variations
Color information
#DC58CC (or 0xDC58CC) is known color: Free Speech Magenta. HEX triplet: DC, 58 and CC. RGB value is (220,88,204). Sum of RGB (Red+Green+Blue) = 220+88+204=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 88 (34.77% from 255 or 17.19% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DC58CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC58CC is #23A733. Grayscale: #8C8C8C. Windows color (decimal): -2336564 or 13392092. OLE color: 13392092.
HSL color Cylindrical-coordinate representation of color #DC58CC: hue angle of 307.27º 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 #DC58CC is Cyan = 0, Magento = 0.6, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 88 | 204 | - |
| CMYK | 0 | 0.6 | 0.07 | 0.14 |
| HSL | 307.27º | 0.65% | 0.6% | - |
| HSV(B) | 307.27º | 0.6% | 0.86% | - |
| XYZ | 43.9 | 26.55 | 59.94 | - |
| YUV | 140.69 | 163.73 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 204 | 0 | 0.6 | 0.07 | 0.14 | 307.27 | 0.65 | 0.6 |
| Hex | DC | 58 | CC | 0 | 3C | 7 | E | 133 | 41 | 3C |
| Octal | 334 | 130 | 314 | 0 | 74 | 7 | 16 | 463 | 101 | 74 |
| Binary | 11011100 | 1011000 | 11001100 | 0 | 111100 | 111 | 1110 | 100110011 | 1000001 | 111100 |
Color Harmonies of #DC58CC
Complementary color
Monochromatic Colors of #DC58CC
Black with #DC58CC
Text Example
Text Example
White with #DC58CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC58CC; }
p { color: rgb(220,88,204); }
H1.HeaderClassName
{
color: #DC58CC;
}
.AnyTagClassName
{
color: #DC58CC;
}
</style>
background-color css
<style>
a { background-color: #DC58CC; }
a { background-color: rgb(220,88,204); }
div.DivClassName
{
background-color: #DC58CC;
}
.BgClassName
{
background-color: #DC58CC;
}
</style>
border-color css
<style>
span { border-color: #DC58CC; }
span { border-color: rgb(220,88,204); }
td.TdClassName
{
border-color: #DC58CC;
}
.TagClassName
{
border-color: #DC58CC;
}
</style>