Html Css Color HEX #DC37FA Free Speech Magenta
📋 copy color: '#DC37FA'red 220 ◦ green 55 ◦ blue 250
Shades of Free Speech Magenta #DC37FA
Tints of Free Speech Magenta #DC37FA
RGB
CMYK
RGB Variations
Color information
#DC37FA (or 0xDC37FA) is known color: Free Speech Magenta. HEX triplet: DC, 37 and FA. RGB value is (220,55,250). Sum of RGB (Red+Green+Blue) = 220+55+250=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 55 (21.88% from 255 or 10.48% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC37FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC37FA is #23C805. Grayscale: #7D7D7D. Windows color (decimal): -2344966 or 16398300. OLE color: 16398300.
HSL color Cylindrical-coordinate representation of color #DC37FA: hue angle of 290.77º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC37FA is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 55 | 250 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.02 |
| HSL | 290.77º | 0.95% | 0.6% | - |
| HSV(B) | 290.77º | 0.78% | 0.98% | - |
| XYZ | 48.14 | 24.85 | 92.7 | - |
| YUV | 126.57 | 197.66 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 55 | 250 | 0.12 | 0.78 | 0 | 0.02 | 290.77 | 0.95 | 0.6 |
| Hex | DC | 37 | FA | C | 4E | 0 | 2 | 123 | 5F | 3C |
| Octal | 334 | 67 | 372 | 14 | 116 | 0 | 2 | 443 | 137 | 74 |
| Binary | 11011100 | 110111 | 11111010 | 1100 | 1001110 | 0 | 10 | 100100011 | 1011111 | 111100 |
Color Harmonies of #DC37FA
Complementary color
Monochromatic Colors of #DC37FA
Black with #DC37FA
Text Example
Text Example
White with #DC37FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC37FA; }
p { color: rgb(220,55,250); }
H1.HeaderClassName
{
color: #DC37FA;
}
.AnyTagClassName
{
color: #DC37FA;
}
</style>
background-color css
<style>
a { background-color: #DC37FA; }
a { background-color: rgb(220,55,250); }
div.DivClassName
{
background-color: #DC37FA;
}
.BgClassName
{
background-color: #DC37FA;
}
</style>
border-color css
<style>
span { border-color: #DC37FA; }
span { border-color: rgb(220,55,250); }
td.TdClassName
{
border-color: #DC37FA;
}
.TagClassName
{
border-color: #DC37FA;
}
</style>