Html Css Color HEX #DF31E4 Free Speech Magenta
📋 copy color: '#DF31E4'red 223 ◦ green 49 ◦ blue 228
Shades of Free Speech Magenta #DF31E4
Tints of Free Speech Magenta #DF31E4
RGB
CMYK
RGB Variations
Color information
#DF31E4 (or 0xDF31E4) is known color: Free Speech Magenta. HEX triplet: DF, 31 and E4. RGB value is (223,49,228). Sum of RGB (Red+Green+Blue) = 223+49+228=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 49 (19.53% from 255 or 9.8% from 500); Blue value is 228 (89.45% from 255 or 45.6% from 500); Max value from RGB is 228 - color contains mainly: blue. Hex color #DF31E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF31E4 is #20CE1B. Grayscale: #787878. Windows color (decimal): -2149916 or 14954975. OLE color: 14954975.
HSL color Cylindrical-coordinate representation of color #DF31E4: hue angle of 298.32º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF31E4 is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 49 | 228 | - |
| CMYK | 0.02 | 0.79 | 0 | 0.11 |
| HSL | 298.32º | 0.77% | 0.54% | - |
| HSV(B) | 298.32º | 0.79% | 0.89% | - |
| XYZ | 45.53 | 23.49 | 75.53 | - |
| YUV | 121.43 | 188.15 | 200.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 49 | 228 | 0.02 | 0.79 | 0 | 0.11 | 298.32 | 0.77 | 0.54 |
| Hex | DF | 31 | E4 | 2 | 4F | 0 | B | 12A | 4D | 36 |
| Octal | 337 | 61 | 344 | 2 | 117 | 0 | 13 | 452 | 115 | 66 |
| Binary | 11011111 | 110001 | 11100100 | 10 | 1001111 | 0 | 1011 | 100101010 | 1001101 | 110110 |
Color Harmonies of #DF31E4
Complementary color
Monochromatic Colors of #DF31E4
Black with #DF31E4
Text Example
Text Example
White with #DF31E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF31E4; }
p { color: rgb(223,49,228); }
H1.HeaderClassName
{
color: #DF31E4;
}
.AnyTagClassName
{
color: #DF31E4;
}
</style>
background-color css
<style>
a { background-color: #DF31E4; }
a { background-color: rgb(223,49,228); }
div.DivClassName
{
background-color: #DF31E4;
}
.BgClassName
{
background-color: #DF31E4;
}
</style>
border-color css
<style>
span { border-color: #DF31E4; }
span { border-color: rgb(223,49,228); }
td.TdClassName
{
border-color: #DF31E4;
}
.TagClassName
{
border-color: #DF31E4;
}
</style>