Html Css Color HEX #DF31E5 Free Speech Magenta
📋 copy color: '#DF31E5'red 223 ◦ green 49 ◦ blue 229
Shades of Free Speech Magenta #DF31E5
Tints of Free Speech Magenta #DF31E5
RGB
CMYK
RGB Variations
Color information
#DF31E5 (or 0xDF31E5) is known color: Free Speech Magenta. HEX triplet: DF, 31 and E5. RGB value is (223,49,229). Sum of RGB (Red+Green+Blue) = 223+49+229=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 49 (19.53% from 255 or 9.78% from 501); Blue value is 229 (89.84% from 255 or 45.71% from 501); Max value from RGB is 229 - color contains mainly: blue. Hex color #DF31E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF31E5 is #20CE1A. Grayscale: #787878. Windows color (decimal): -2149915 or 15020511. OLE color: 15020511.
HSL color Cylindrical-coordinate representation of color #DF31E5: hue angle of 298º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF31E5 is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 49 | 229 | - |
| CMYK | 0.03 | 0.79 | 0 | 0.10 |
| HSL | 298º | 0.78% | 0.55% | - |
| HSV(B) | 298º | 0.79% | 0.9% | - |
| XYZ | 45.67 | 23.54 | 76.27 | - |
| YUV | 121.55 | 188.65 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 49 | 229 | 0.03 | 0.79 | 0 | 0.10 | 298 | 0.78 | 0.55 |
| Hex | DF | 31 | E5 | 3 | 4F | 0 | A | 12A | 4E | 37 |
| Octal | 337 | 61 | 345 | 3 | 117 | 0 | 12 | 452 | 116 | 67 |
| Binary | 11011111 | 110001 | 11100101 | 11 | 1001111 | 0 | 1010 | 100101010 | 1001110 | 110111 |
Color Harmonies of #DF31E5
Complementary color
Monochromatic Colors of #DF31E5
Black with #DF31E5
Text Example
Text Example
White with #DF31E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF31E5; }
p { color: rgb(223,49,229); }
H1.HeaderClassName
{
color: #DF31E5;
}
.AnyTagClassName
{
color: #DF31E5;
}
</style>
background-color css
<style>
a { background-color: #DF31E5; }
a { background-color: rgb(223,49,229); }
div.DivClassName
{
background-color: #DF31E5;
}
.BgClassName
{
background-color: #DF31E5;
}
</style>
border-color css
<style>
span { border-color: #DF31E5; }
span { border-color: rgb(223,49,229); }
td.TdClassName
{
border-color: #DF31E5;
}
.TagClassName
{
border-color: #DF31E5;
}
</style>