Html Css Color HEX #DC58D4 Free Speech Magenta
📋 copy color: '#DC58D4'red 220 ◦ green 88 ◦ blue 212
Shades of Free Speech Magenta #DC58D4
Tints of Free Speech Magenta #DC58D4
RGB
CMYK
RGB Variations
Color information
#DC58D4 (or 0xDC58D4) is known color: Free Speech Magenta. HEX triplet: DC, 58 and D4. RGB value is (220,88,212). Sum of RGB (Red+Green+Blue) = 220+88+212=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 88 (34.77% from 255 or 16.92% from 520); Blue value is 212 (83.20% from 255 or 40.77% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DC58D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC58D4 is #23A72B. Grayscale: #8D8D8D. Windows color (decimal): -2336556 or 13916380. OLE color: 13916380.
HSL color Cylindrical-coordinate representation of color #DC58D4: hue angle of 303.64º 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 #DC58D4 is Cyan = 0, Magento = 0.6, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 88 | 212 | - |
CMYK | 0 | 0.6 | 0.04 | 0.14 |
HSL | 303.64º | 0.65% | 0.6% | - |
HSV(B) | 303.64º | 0.6% | 0.86% | - |
XYZ | 44.89 | 26.95 | 65.12 | - |
YUV | 141.6 | 167.73 | 183.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 88 | 212 | 0 | 0.6 | 0.04 | 0.14 | 303.64 | 0.65 | 0.6 |
Hex | DC | 58 | D4 | 0 | 3C | 4 | E | 130 | 41 | 3C |
Octal | 334 | 130 | 324 | 0 | 74 | 4 | 16 | 460 | 101 | 74 |
Binary | 11011100 | 1011000 | 11010100 | 0 | 111100 | 100 | 1110 | 100110000 | 1000001 | 111100 |
Color Harmonies of #DC58D4
Complementary color
Monochromatic Colors of #DC58D4
Black with #DC58D4
Text Example
Text Example
White with #DC58D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC58D4; }
p { color: rgb(220,88,212); }
H1.HeaderClassName
{
color: #DC58D4;
}
.AnyTagClassName
{
color: #DC58D4;
}
</style>
background-color css
<style>
a { background-color: #DC58D4; }
a { background-color: rgb(220,88,212); }
div.DivClassName
{
background-color: #DC58D4;
}
.BgClassName
{
background-color: #DC58D4;
}
</style>
border-color css
<style>
span { border-color: #DC58D4; }
span { border-color: rgb(220,88,212); }
td.TdClassName
{
border-color: #DC58D4;
}
.TagClassName
{
border-color: #DC58D4;
}
</style>