Html Css Color HEX #DC37F8 Free Speech Magenta
📋 copy color: '#DC37F8'red 220 ◦ green 55 ◦ blue 248
Shades of Free Speech Magenta #DC37F8
Tints of Free Speech Magenta #DC37F8
RGB
CMYK
RGB Variations
Color information
#DC37F8 (or 0xDC37F8) is known color: Free Speech Magenta. HEX triplet: DC, 37 and F8. RGB value is (220,55,248). Sum of RGB (Red+Green+Blue) = 220+55+248=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 55 (21.88% from 255 or 10.52% from 523); Blue value is 248 (97.27% from 255 or 47.42% from 523); Max value from RGB is 248 - color contains mainly: blue. Hex color #DC37F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC37F8 is #23C807. Grayscale: #7D7D7D. Windows color (decimal): -2344968 or 16267228. OLE color: 16267228.
HSL color Cylindrical-coordinate representation of color #DC37F8: hue angle of 291.3º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC37F8 is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 55 | 248 | - |
| CMYK | 0.11 | 0.78 | 0 | 0.03 |
| HSL | 291.3º | 0.93% | 0.59% | - |
| HSV(B) | 291.3º | 0.78% | 0.97% | - |
| XYZ | 47.82 | 24.73 | 91.06 | - |
| YUV | 126.34 | 196.66 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 55 | 248 | 0.11 | 0.78 | 0 | 0.03 | 291.3 | 0.93 | 0.59 |
| Hex | DC | 37 | F8 | B | 4E | 0 | 3 | 123 | 5D | 3B |
| Octal | 334 | 67 | 370 | 13 | 116 | 0 | 3 | 443 | 135 | 73 |
| Binary | 11011100 | 110111 | 11111000 | 1011 | 1001110 | 0 | 11 | 100100011 | 1011101 | 111011 |
Color Harmonies of #DC37F8
Complementary color
Monochromatic Colors of #DC37F8
Black with #DC37F8
Text Example
Text Example
White with #DC37F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC37F8; }
p { color: rgb(220,55,248); }
H1.HeaderClassName
{
color: #DC37F8;
}
.AnyTagClassName
{
color: #DC37F8;
}
</style>
background-color css
<style>
a { background-color: #DC37F8; }
a { background-color: rgb(220,55,248); }
div.DivClassName
{
background-color: #DC37F8;
}
.BgClassName
{
background-color: #DC37F8;
}
</style>
border-color css
<style>
span { border-color: #DC37F8; }
span { border-color: rgb(220,55,248); }
td.TdClassName
{
border-color: #DC37F8;
}
.TagClassName
{
border-color: #DC37F8;
}
</style>