Html Css Color HEX #DC58CB Free Speech Magenta
📋 copy color: '#DC58CB'red 220 ◦ green 88 ◦ blue 203
Shades of Free Speech Magenta #DC58CB
Tints of Free Speech Magenta #DC58CB
RGB
CMYK
RGB Variations
Color information
#DC58CB (or 0xDC58CB) is known color: Free Speech Magenta. HEX triplet: DC, 58 and CB. RGB value is (220,88,203). Sum of RGB (Red+Green+Blue) = 220+88+203=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 88 (34.77% from 255 or 17.22% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DC58CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC58CB is #23A734. Grayscale: #8C8C8C. Windows color (decimal): -2336565 or 13326556. OLE color: 13326556.
HSL color Cylindrical-coordinate representation of color #DC58CB: hue angle of 307.73º 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 #DC58CB is Cyan = 0, Magento = 0.6, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 88 | 203 | - |
| CMYK | 0 | 0.6 | 0.08 | 0.14 |
| HSL | 307.73º | 0.65% | 0.6% | - |
| HSV(B) | 307.73º | 0.6% | 0.86% | - |
| XYZ | 43.78 | 26.51 | 59.31 | - |
| YUV | 140.58 | 163.23 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 203 | 0 | 0.6 | 0.08 | 0.14 | 307.73 | 0.65 | 0.6 |
| Hex | DC | 58 | CB | 0 | 3C | 8 | E | 134 | 41 | 3C |
| Octal | 334 | 130 | 313 | 0 | 74 | 10 | 16 | 464 | 101 | 74 |
| Binary | 11011100 | 1011000 | 11001011 | 0 | 111100 | 1000 | 1110 | 100110100 | 1000001 | 111100 |
Color Harmonies of #DC58CB
Complementary color
Monochromatic Colors of #DC58CB
Black with #DC58CB
Text Example
Text Example
White with #DC58CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC58CB; }
p { color: rgb(220,88,203); }
H1.HeaderClassName
{
color: #DC58CB;
}
.AnyTagClassName
{
color: #DC58CB;
}
</style>
background-color css
<style>
a { background-color: #DC58CB; }
a { background-color: rgb(220,88,203); }
div.DivClassName
{
background-color: #DC58CB;
}
.BgClassName
{
background-color: #DC58CB;
}
</style>
border-color css
<style>
span { border-color: #DC58CB; }
span { border-color: rgb(220,88,203); }
td.TdClassName
{
border-color: #DC58CB;
}
.TagClassName
{
border-color: #DC58CB;
}
</style>