Html Css Color HEX #DF31E0 Free Speech Magenta
📋 copy color: '#DF31E0'red 223 ◦ green 49 ◦ blue 224
Shades of Free Speech Magenta #DF31E0
Tints of Free Speech Magenta #DF31E0
RGB
CMYK
RGB Variations
Color information
#DF31E0 (or 0xDF31E0) is known color: Free Speech Magenta. HEX triplet: DF, 31 and E0. RGB value is (223,49,224). Sum of RGB (Red+Green+Blue) = 223+49+224=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 49 (19.53% from 255 or 9.88% from 496); Blue value is 224 (87.89% from 255 or 45.16% from 496); Max value from RGB is 224 - color contains mainly: blue. Hex color #DF31E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF31E0 is #20CE1F. Grayscale: #787878. Windows color (decimal): -2149920 or 14692831. OLE color: 14692831.
HSL color Cylindrical-coordinate representation of color #DF31E0: hue angle of 299.66º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF31E0 is Cyan = 0.00, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 49 | 224 | - |
| CMYK | 0.00 | 0.78 | 0 | 0.12 |
| HSL | 299.66º | 0.74% | 0.54% | - |
| HSV(B) | 299.66º | 0.78% | 0.88% | - |
| XYZ | 44.98 | 23.27 | 72.64 | - |
| YUV | 120.98 | 186.15 | 200.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 49 | 224 | 0.00 | 0.78 | 0 | 0.12 | 299.66 | 0.74 | 0.54 |
| Hex | DF | 31 | E0 | 0 | 4E | 0 | C | 12C | 4A | 36 |
| Octal | 337 | 61 | 340 | 0 | 116 | 0 | 14 | 454 | 112 | 66 |
| Binary | 11011111 | 110001 | 11100000 | 0 | 1001110 | 0 | 1100 | 100101100 | 1001010 | 110110 |
Color Harmonies of #DF31E0
Complementary color
Monochromatic Colors of #DF31E0
Black with #DF31E0
Text Example
Text Example
White with #DF31E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF31E0; }
p { color: rgb(223,49,224); }
H1.HeaderClassName
{
color: #DF31E0;
}
.AnyTagClassName
{
color: #DF31E0;
}
</style>
background-color css
<style>
a { background-color: #DF31E0; }
a { background-color: rgb(223,49,224); }
div.DivClassName
{
background-color: #DF31E0;
}
.BgClassName
{
background-color: #DF31E0;
}
</style>
border-color css
<style>
span { border-color: #DF31E0; }
span { border-color: rgb(223,49,224); }
td.TdClassName
{
border-color: #DF31E0;
}
.TagClassName
{
border-color: #DF31E0;
}
</style>