Html Css Color HEX #DC37E1 Free Speech Magenta
📋 copy color: '#DC37E1'red 220 ◦ green 55 ◦ blue 225
Shades of Free Speech Magenta #DC37E1
Tints of Free Speech Magenta #DC37E1
RGB
CMYK
RGB Variations
Color information
#DC37E1 (or 0xDC37E1) is known color: Free Speech Magenta. HEX triplet: DC, 37 and E1. RGB value is (220,55,225). Sum of RGB (Red+Green+Blue) = 220+55+225=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 55 (21.88% from 255 or 11% from 500); Blue value is 225 (88.28% from 255 or 45% from 500); Max value from RGB is 225 - color contains mainly: blue. Hex color #DC37E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC37E1 is #23C81E. Grayscale: #7B7B7B. Windows color (decimal): -2344991 or 14759900. OLE color: 14759900.
HSL color Cylindrical-coordinate representation of color #DC37E1: hue angle of 298.24º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC37E1 is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 55 | 225 | - |
| CMYK | 0.02 | 0.76 | 0 | 0.12 |
| HSL | 298.24º | 0.74% | 0.55% | - |
| HSV(B) | 298.24º | 0.76% | 0.88% | - |
| XYZ | 44.47 | 23.38 | 73.4 | - |
| YUV | 123.72 | 185.16 | 196.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 55 | 225 | 0.02 | 0.76 | 0 | 0.12 | 298.24 | 0.74 | 0.55 |
| Hex | DC | 37 | E1 | 2 | 4C | 0 | C | 12A | 4A | 37 |
| Octal | 334 | 67 | 341 | 2 | 114 | 0 | 14 | 452 | 112 | 67 |
| Binary | 11011100 | 110111 | 11100001 | 10 | 1001100 | 0 | 1100 | 100101010 | 1001010 | 110111 |
Color Harmonies of #DC37E1
Complementary color
Monochromatic Colors of #DC37E1
Black with #DC37E1
Text Example
Text Example
White with #DC37E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC37E1; }
p { color: rgb(220,55,225); }
H1.HeaderClassName
{
color: #DC37E1;
}
.AnyTagClassName
{
color: #DC37E1;
}
</style>
background-color css
<style>
a { background-color: #DC37E1; }
a { background-color: rgb(220,55,225); }
div.DivClassName
{
background-color: #DC37E1;
}
.BgClassName
{
background-color: #DC37E1;
}
</style>
border-color css
<style>
span { border-color: #DC37E1; }
span { border-color: rgb(220,55,225); }
td.TdClassName
{
border-color: #DC37E1;
}
.TagClassName
{
border-color: #DC37E1;
}
</style>