Html Css Color HEX #DF37FA Free Speech Magenta
📋 copy color: '#DF37FA'red 223 ◦ green 55 ◦ blue 250
Shades of Free Speech Magenta #DF37FA
Tints of Free Speech Magenta #DF37FA
RGB
CMYK
RGB Variations
Color information
#DF37FA (or 0xDF37FA) is known color: Free Speech Magenta. HEX triplet: DF, 37 and FA. RGB value is (223,55,250). Sum of RGB (Red+Green+Blue) = 223+55+250=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 55 (21.88% from 255 or 10.42% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF37FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF37FA is #20C805. Grayscale: #7E7E7E. Windows color (decimal): -2148358 or 16398303. OLE color: 16398303.
HSL color Cylindrical-coordinate representation of color #DF37FA: hue angle of 291.69º 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 #DF37FA is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 55 | 250 | - |
| CMYK | 0.11 | 0.78 | 0 | 0.02 |
| HSL | 291.69º | 0.95% | 0.6% | - |
| HSV(B) | 291.69º | 0.78% | 0.98% | - |
| XYZ | 49.05 | 25.32 | 92.74 | - |
| YUV | 127.46 | 197.16 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 55 | 250 | 0.11 | 0.78 | 0 | 0.02 | 291.69 | 0.95 | 0.6 |
| Hex | DF | 37 | FA | B | 4E | 0 | 2 | 124 | 5F | 3C |
| Octal | 337 | 67 | 372 | 13 | 116 | 0 | 2 | 444 | 137 | 74 |
| Binary | 11011111 | 110111 | 11111010 | 1011 | 1001110 | 0 | 10 | 100100100 | 1011111 | 111100 |
Color Harmonies of #DF37FA
Complementary color
Monochromatic Colors of #DF37FA
Black with #DF37FA
Text Example
Text Example
White with #DF37FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF37FA; }
p { color: rgb(223,55,250); }
H1.HeaderClassName
{
color: #DF37FA;
}
.AnyTagClassName
{
color: #DF37FA;
}
</style>
background-color css
<style>
a { background-color: #DF37FA; }
a { background-color: rgb(223,55,250); }
div.DivClassName
{
background-color: #DF37FA;
}
.BgClassName
{
background-color: #DF37FA;
}
</style>
border-color css
<style>
span { border-color: #DF37FA; }
span { border-color: rgb(223,55,250); }
td.TdClassName
{
border-color: #DF37FA;
}
.TagClassName
{
border-color: #DF37FA;
}
</style>