Html Css Color HEX #DF37F2 Free Speech Magenta
📋 copy color: '#DF37F2'red 223 ◦ green 55 ◦ blue 242
Shades of Free Speech Magenta #DF37F2
Tints of Free Speech Magenta #DF37F2
RGB
CMYK
RGB Variations
Color information
#DF37F2 (or 0xDF37F2) is known color: Free Speech Magenta. HEX triplet: DF, 37 and F2. RGB value is (223,55,242). Sum of RGB (Red+Green+Blue) = 223+55+242=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 55 (21.88% from 255 or 10.58% from 520); Blue value is 242 (94.92% from 255 or 46.54% from 520); Max value from RGB is 242 - color contains mainly: blue. Hex color #DF37F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF37F2 is #20C80D. Grayscale: #7D7D7D. Windows color (decimal): -2148366 or 15874015. OLE color: 15874015.
HSL color Cylindrical-coordinate representation of color #DF37F2: hue angle of 293.9º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DF37F2 is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 55 | 242 | - |
| CMYK | 0.08 | 0.77 | 0 | 0.05 |
| HSL | 293.9º | 0.88% | 0.58% | - |
| HSV(B) | 293.9º | 0.77% | 0.95% | - |
| XYZ | 47.82 | 24.83 | 86.28 | - |
| YUV | 126.55 | 193.16 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 55 | 242 | 0.08 | 0.77 | 0 | 0.05 | 293.9 | 0.88 | 0.58 |
| Hex | DF | 37 | F2 | 8 | 4D | 0 | 5 | 126 | 58 | 3A |
| Octal | 337 | 67 | 362 | 10 | 115 | 0 | 5 | 446 | 130 | 72 |
| Binary | 11011111 | 110111 | 11110010 | 1000 | 1001101 | 0 | 101 | 100100110 | 1011000 | 111010 |
Color Harmonies of #DF37F2
Complementary color
Monochromatic Colors of #DF37F2
Black with #DF37F2
Text Example
Text Example
White with #DF37F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF37F2; }
p { color: rgb(223,55,242); }
H1.HeaderClassName
{
color: #DF37F2;
}
.AnyTagClassName
{
color: #DF37F2;
}
</style>
background-color css
<style>
a { background-color: #DF37F2; }
a { background-color: rgb(223,55,242); }
div.DivClassName
{
background-color: #DF37F2;
}
.BgClassName
{
background-color: #DF37F2;
}
</style>
border-color css
<style>
span { border-color: #DF37F2; }
span { border-color: rgb(223,55,242); }
td.TdClassName
{
border-color: #DF37F2;
}
.TagClassName
{
border-color: #DF37F2;
}
</style>