Html Css Color HEX #DC37D5 Free Speech Magenta
📋 copy color: '#DC37D5'red 220 ◦ green 55 ◦ blue 213
Shades of Free Speech Magenta #DC37D5
Tints of Free Speech Magenta #DC37D5
RGB
CMYK
RGB Variations
Color information
#DC37D5 (or 0xDC37D5) is known color: Free Speech Magenta. HEX triplet: DC, 37 and D5. RGB value is (220,55,213). Sum of RGB (Red+Green+Blue) = 220+55+213=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 55 (21.88% from 255 or 11.27% from 488); Blue value is 213 (83.59% from 255 or 43.65% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DC37D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC37D5 is #23C82A. Grayscale: #797979. Windows color (decimal): -2345003 or 13973468. OLE color: 13973468.
HSL color Cylindrical-coordinate representation of color #DC37D5: hue angle of 302.55º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC37D5 is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 55 | 213 | - |
| CMYK | 0 | 0.75 | 0.03 | 0.14 |
| HSL | 302.55º | 0.7% | 0.54% | - |
| HSV(B) | 302.55º | 0.75% | 0.86% | - |
| XYZ | 42.89 | 22.75 | 65.08 | - |
| YUV | 122.35 | 179.16 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 55 | 213 | 0 | 0.75 | 0.03 | 0.14 | 302.55 | 0.7 | 0.54 |
| Hex | DC | 37 | D5 | 0 | 4B | 3 | E | 12F | 46 | 36 |
| Octal | 334 | 67 | 325 | 0 | 113 | 3 | 16 | 457 | 106 | 66 |
| Binary | 11011100 | 110111 | 11010101 | 0 | 1001011 | 11 | 1110 | 100101111 | 1000110 | 110110 |
Color Harmonies of #DC37D5
Complementary color
Monochromatic Colors of #DC37D5
Black with #DC37D5
Text Example
Text Example
White with #DC37D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC37D5; }
p { color: rgb(220,55,213); }
H1.HeaderClassName
{
color: #DC37D5;
}
.AnyTagClassName
{
color: #DC37D5;
}
</style>
background-color css
<style>
a { background-color: #DC37D5; }
a { background-color: rgb(220,55,213); }
div.DivClassName
{
background-color: #DC37D5;
}
.BgClassName
{
background-color: #DC37D5;
}
</style>
border-color css
<style>
span { border-color: #DC37D5; }
span { border-color: rgb(220,55,213); }
td.TdClassName
{
border-color: #DC37D5;
}
.TagClassName
{
border-color: #DC37D5;
}
</style>