Html Css Color HEX #DC37EF Free Speech Magenta
📋 copy color: '#DC37EF'red 220 ◦ green 55 ◦ blue 239
Shades of Free Speech Magenta #DC37EF
Tints of Free Speech Magenta #DC37EF
RGB
CMYK
RGB Variations
Color information
#DC37EF (or 0xDC37EF) is known color: Free Speech Magenta. HEX triplet: DC, 37 and EF. RGB value is (220,55,239). Sum of RGB (Red+Green+Blue) = 220+55+239=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 55 (21.88% from 255 or 10.70% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #DC37EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC37EF is #23C810. Grayscale: #7C7C7C. Windows color (decimal): -2344977 or 15677404. OLE color: 15677404.
HSL color Cylindrical-coordinate representation of color #DC37EF: hue angle of 293.8º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC37EF is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 55 | 239 | - |
| CMYK | 0.08 | 0.77 | 0 | 0.06 |
| HSL | 293.8º | 0.85% | 0.58% | - |
| HSV(B) | 293.8º | 0.77% | 0.94% | - |
| XYZ | 46.46 | 24.18 | 83.88 | - |
| YUV | 125.31 | 192.16 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 55 | 239 | 0.08 | 0.77 | 0 | 0.06 | 293.8 | 0.85 | 0.58 |
| Hex | DC | 37 | EF | 8 | 4D | 0 | 6 | 126 | 55 | 3A |
| Octal | 334 | 67 | 357 | 10 | 115 | 0 | 6 | 446 | 125 | 72 |
| Binary | 11011100 | 110111 | 11101111 | 1000 | 1001101 | 0 | 110 | 100100110 | 1010101 | 111010 |
Color Harmonies of #DC37EF
Complementary color
Monochromatic Colors of #DC37EF
Black with #DC37EF
Text Example
Text Example
White with #DC37EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC37EF; }
p { color: rgb(220,55,239); }
H1.HeaderClassName
{
color: #DC37EF;
}
.AnyTagClassName
{
color: #DC37EF;
}
</style>
background-color css
<style>
a { background-color: #DC37EF; }
a { background-color: rgb(220,55,239); }
div.DivClassName
{
background-color: #DC37EF;
}
.BgClassName
{
background-color: #DC37EF;
}
</style>
border-color css
<style>
span { border-color: #DC37EF; }
span { border-color: rgb(220,55,239); }
td.TdClassName
{
border-color: #DC37EF;
}
.TagClassName
{
border-color: #DC37EF;
}
</style>