Html Css Color HEX #DF37F5 Free Speech Magenta
📋 copy color: '#DF37F5'red 223 ◦ green 55 ◦ blue 245
Shades of Free Speech Magenta #DF37F5
Tints of Free Speech Magenta #DF37F5
RGB
CMYK
RGB Variations
Color information
#DF37F5 (or 0xDF37F5) is known color: Free Speech Magenta. HEX triplet: DF, 37 and F5. RGB value is (223,55,245). Sum of RGB (Red+Green+Blue) = 223+55+245=523 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.64% from 523); Green value is 55 (21.88% from 255 or 10.52% from 523); Blue value is 245 (96.09% from 255 or 46.85% from 523); Max value from RGB is 245 - color contains mainly: blue. Hex color #DF37F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF37F5 is #20C80A. Grayscale: #7E7E7E. Windows color (decimal): -2148363 or 16070623. OLE color: 16070623.
HSL color Cylindrical-coordinate representation of color #DF37F5: hue angle of 293.05º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF37F5 is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 55 | 245 | - |
| CMYK | 0.09 | 0.78 | 0 | 0.04 |
| HSL | 293.05º | 0.9% | 0.59% | - |
| HSV(B) | 293.05º | 0.78% | 0.96% | - |
| XYZ | 48.28 | 25.01 | 88.67 | - |
| YUV | 126.89 | 194.66 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 55 | 245 | 0.09 | 0.78 | 0 | 0.04 | 293.05 | 0.9 | 0.59 |
| Hex | DF | 37 | F5 | 9 | 4E | 0 | 4 | 125 | 5A | 3B |
| Octal | 337 | 67 | 365 | 11 | 116 | 0 | 4 | 445 | 132 | 73 |
| Binary | 11011111 | 110111 | 11110101 | 1001 | 1001110 | 0 | 100 | 100100101 | 1011010 | 111011 |
Color Harmonies of #DF37F5
Complementary color
Monochromatic Colors of #DF37F5
Black with #DF37F5
Text Example
Text Example
White with #DF37F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF37F5; }
p { color: rgb(223,55,245); }
H1.HeaderClassName
{
color: #DF37F5;
}
.AnyTagClassName
{
color: #DF37F5;
}
</style>
background-color css
<style>
a { background-color: #DF37F5; }
a { background-color: rgb(223,55,245); }
div.DivClassName
{
background-color: #DF37F5;
}
.BgClassName
{
background-color: #DF37F5;
}
</style>
border-color css
<style>
span { border-color: #DF37F5; }
span { border-color: rgb(223,55,245); }
td.TdClassName
{
border-color: #DF37F5;
}
.TagClassName
{
border-color: #DF37F5;
}
</style>