Html Css Color HEX #DC58D9 Free Speech Magenta
📋 copy color: '#DC58D9'red 220 ◦ green 88 ◦ blue 217
Shades of Free Speech Magenta #DC58D9
Tints of Free Speech Magenta #DC58D9
RGB
CMYK
RGB Variations
Color information
#DC58D9 (or 0xDC58D9) is known color: Free Speech Magenta. HEX triplet: DC, 58 and D9. RGB value is (220,88,217). Sum of RGB (Red+Green+Blue) = 220+88+217=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 88 (34.77% from 255 or 16.76% from 525); Blue value is 217 (85.16% from 255 or 41.33% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DC58D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC58D9 is #23A726. Grayscale: #8D8D8D. Windows color (decimal): -2336551 or 14244060. OLE color: 14244060.
HSL color Cylindrical-coordinate representation of color #DC58D9: hue angle of 301.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 #DC58D9 is Cyan = 0, Magento = 0.6, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 88 | 217 | - |
| CMYK | 0 | 0.6 | 0.01 | 0.14 |
| HSL | 301.36º | 0.65% | 0.6% | - |
| HSV(B) | 301.36º | 0.6% | 0.86% | - |
| XYZ | 45.53 | 27.2 | 68.5 | - |
| YUV | 142.17 | 170.23 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 217 | 0 | 0.6 | 0.01 | 0.14 | 301.36 | 0.65 | 0.6 |
| Hex | DC | 58 | D9 | 0 | 3C | 1 | E | 12D | 41 | 3C |
| Octal | 334 | 130 | 331 | 0 | 74 | 1 | 16 | 455 | 101 | 74 |
| Binary | 11011100 | 1011000 | 11011001 | 0 | 111100 | 1 | 1110 | 100101101 | 1000001 | 111100 |
Color Harmonies of #DC58D9
Complementary color
Monochromatic Colors of #DC58D9
Black with #DC58D9
Text Example
Text Example
White with #DC58D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC58D9; }
p { color: rgb(220,88,217); }
H1.HeaderClassName
{
color: #DC58D9;
}
.AnyTagClassName
{
color: #DC58D9;
}
</style>
background-color css
<style>
a { background-color: #DC58D9; }
a { background-color: rgb(220,88,217); }
div.DivClassName
{
background-color: #DC58D9;
}
.BgClassName
{
background-color: #DC58D9;
}
</style>
border-color css
<style>
span { border-color: #DC58D9; }
span { border-color: rgb(220,88,217); }
td.TdClassName
{
border-color: #DC58D9;
}
.TagClassName
{
border-color: #DC58D9;
}
</style>