Html Css Color HEX #DC37F2 Free Speech Magenta
📋 copy color: '#DC37F2'red 220 ◦ green 55 ◦ blue 242
Shades of Free Speech Magenta #DC37F2
Tints of Free Speech Magenta #DC37F2
RGB
CMYK
RGB Variations
Color information
#DC37F2 (or 0xDC37F2) is known color: Free Speech Magenta. HEX triplet: DC, 37 and F2. RGB value is (220,55,242). Sum of RGB (Red+Green+Blue) = 220+55+242=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 55 (21.88% from 255 or 10.64% from 517); Blue value is 242 (94.92% from 255 or 46.81% from 517); Max value from RGB is 242 - color contains mainly: blue. Hex color #DC37F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC37F2 is #23C80D. Grayscale: #7D7D7D. Windows color (decimal): -2344974 or 15874012. OLE color: 15874012.
HSL color Cylindrical-coordinate representation of color #DC37F2: hue angle of 292.94º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC37F2 is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 55 | 242 | - |
| CMYK | 0.09 | 0.77 | 0 | 0.05 |
| HSL | 292.94º | 0.88% | 0.58% | - |
| HSV(B) | 292.94º | 0.77% | 0.95% | - |
| XYZ | 46.91 | 24.36 | 86.23 | - |
| YUV | 125.65 | 193.66 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 55 | 242 | 0.09 | 0.77 | 0 | 0.05 | 292.94 | 0.88 | 0.58 |
| Hex | DC | 37 | F2 | 9 | 4D | 0 | 5 | 125 | 58 | 3A |
| Octal | 334 | 67 | 362 | 11 | 115 | 0 | 5 | 445 | 130 | 72 |
| Binary | 11011100 | 110111 | 11110010 | 1001 | 1001101 | 0 | 101 | 100100101 | 1011000 | 111010 |
Color Harmonies of #DC37F2
Complementary color
Monochromatic Colors of #DC37F2
Black with #DC37F2
Text Example
Text Example
White with #DC37F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC37F2; }
p { color: rgb(220,55,242); }
H1.HeaderClassName
{
color: #DC37F2;
}
.AnyTagClassName
{
color: #DC37F2;
}
</style>
background-color css
<style>
a { background-color: #DC37F2; }
a { background-color: rgb(220,55,242); }
div.DivClassName
{
background-color: #DC37F2;
}
.BgClassName
{
background-color: #DC37F2;
}
</style>
border-color css
<style>
span { border-color: #DC37F2; }
span { border-color: rgb(220,55,242); }
td.TdClassName
{
border-color: #DC37F2;
}
.TagClassName
{
border-color: #DC37F2;
}
</style>