Html Css Color HEX #DA37F0 Free Speech Magenta
📋 copy color: '#DA37F0'red 218 ◦ green 55 ◦ blue 240
Shades of Free Speech Magenta #DA37F0
Tints of Free Speech Magenta #DA37F0
RGB
CMYK
RGB Variations
Color information
#DA37F0 (or 0xDA37F0) is known color: Free Speech Magenta. HEX triplet: DA, 37 and F0. RGB value is (218,55,240). Sum of RGB (Red+Green+Blue) = 218+55+240=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 55 (21.88% from 255 or 10.72% from 513); Blue value is 240 (94.14% from 255 or 46.78% from 513); Max value from RGB is 240 - color contains mainly: blue. Hex color #DA37F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA37F0 is #25C80F. Grayscale: #7C7C7C. Windows color (decimal): -2476048 or 15742938. OLE color: 15742938.
HSL color Cylindrical-coordinate representation of color #DA37F0: hue angle of 292.86º degrees, saturation: 0.86, 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 #DA37F0 is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 55 | 240 | - |
| CMYK | 0.09 | 0.77 | 0 | 0.06 |
| HSL | 292.86º | 0.86% | 0.58% | - |
| HSV(B) | 292.86º | 0.77% | 0.94% | - |
| XYZ | 46.01 | 23.93 | 84.63 | - |
| YUV | 124.83 | 193 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 55 | 240 | 0.09 | 0.77 | 0 | 0.06 | 292.86 | 0.86 | 0.58 |
| Hex | DA | 37 | F0 | 9 | 4D | 0 | 6 | 125 | 56 | 3A |
| Octal | 332 | 67 | 360 | 11 | 115 | 0 | 6 | 445 | 126 | 72 |
| Binary | 11011010 | 110111 | 11110000 | 1001 | 1001101 | 0 | 110 | 100100101 | 1010110 | 111010 |
Color Harmonies of #DA37F0
Complementary color
Monochromatic Colors of #DA37F0
Black with #DA37F0
Text Example
Text Example
White with #DA37F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA37F0; }
p { color: rgb(218,55,240); }
H1.HeaderClassName
{
color: #DA37F0;
}
.AnyTagClassName
{
color: #DA37F0;
}
</style>
background-color css
<style>
a { background-color: #DA37F0; }
a { background-color: rgb(218,55,240); }
div.DivClassName
{
background-color: #DA37F0;
}
.BgClassName
{
background-color: #DA37F0;
}
</style>
border-color css
<style>
span { border-color: #DA37F0; }
span { border-color: rgb(218,55,240); }
td.TdClassName
{
border-color: #DA37F0;
}
.TagClassName
{
border-color: #DA37F0;
}
</style>