Html Css Color HEX #DF37E9 Free Speech Magenta
📋 copy color: '#DF37E9'red 223 ◦ green 55 ◦ blue 233
Shades of Free Speech Magenta #DF37E9
Tints of Free Speech Magenta #DF37E9
RGB
CMYK
RGB Variations
Color information
#DF37E9 (or 0xDF37E9) is known color: Free Speech Magenta. HEX triplet: DF, 37 and E9. RGB value is (223,55,233). Sum of RGB (Red+Green+Blue) = 223+55+233=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 55 (21.88% from 255 or 10.76% from 511); Blue value is 233 (91.41% from 255 or 45.60% from 511); Max value from RGB is 233 - color contains mainly: blue. Hex color #DF37E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF37E9 is #20C816. Grayscale: #7C7C7C. Windows color (decimal): -2148375 or 15284191. OLE color: 15284191.
HSL color Cylindrical-coordinate representation of color #DF37E9: hue angle of 296.63º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DF37E9 is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 55 | 233 | - |
| CMYK | 0.04 | 0.76 | 0 | 0.09 |
| HSL | 296.63º | 0.8% | 0.56% | - |
| HSV(B) | 296.63º | 0.76% | 0.91% | - |
| XYZ | 46.51 | 24.3 | 79.33 | - |
| YUV | 125.52 | 188.66 | 197.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 55 | 233 | 0.04 | 0.76 | 0 | 0.09 | 296.63 | 0.8 | 0.56 |
| Hex | DF | 37 | E9 | 4 | 4C | 0 | 9 | 129 | 50 | 38 |
| Octal | 337 | 67 | 351 | 4 | 114 | 0 | 11 | 451 | 120 | 70 |
| Binary | 11011111 | 110111 | 11101001 | 100 | 1001100 | 0 | 1001 | 100101001 | 1010000 | 111000 |
Color Harmonies of #DF37E9
Complementary color
Monochromatic Colors of #DF37E9
Black with #DF37E9
Text Example
Text Example
White with #DF37E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF37E9; }
p { color: rgb(223,55,233); }
H1.HeaderClassName
{
color: #DF37E9;
}
.AnyTagClassName
{
color: #DF37E9;
}
</style>
background-color css
<style>
a { background-color: #DF37E9; }
a { background-color: rgb(223,55,233); }
div.DivClassName
{
background-color: #DF37E9;
}
.BgClassName
{
background-color: #DF37E9;
}
</style>
border-color css
<style>
span { border-color: #DF37E9; }
span { border-color: rgb(223,55,233); }
td.TdClassName
{
border-color: #DF37E9;
}
.TagClassName
{
border-color: #DF37E9;
}
</style>