Html Css Color HEX #DF2EE9 Free Speech Magenta
📋 copy color: '#DF2EE9'red 223 ◦ green 46 ◦ blue 233
Shades of Free Speech Magenta #DF2EE9
Tints of Free Speech Magenta #DF2EE9
RGB
CMYK
RGB Variations
Color information
#DF2EE9 (or 0xDF2EE9) is known color: Free Speech Magenta. HEX triplet: DF, 2E and E9. RGB value is (223,46,233). Sum of RGB (Red+Green+Blue) = 223+46+233=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 46 (18.36% from 255 or 9.16% from 502); Blue value is 233 (91.41% from 255 or 46.41% from 502); Max value from RGB is 233 - color contains mainly: blue. Hex color #DF2EE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF2EE9 is #20D116. Grayscale: #777777. Windows color (decimal): -2150679 or 15281887. OLE color: 15281887.
HSL color Cylindrical-coordinate representation of color #DF2EE9: hue angle of 296.79º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF2EE9 is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 46 | 233 | - |
| CMYK | 0.04 | 0.80 | 0 | 0.09 |
| HSL | 296.79º | 0.81% | 0.55% | - |
| HSV(B) | 296.79º | 0.8% | 0.91% | - |
| XYZ | 46.12 | 23.53 | 79.2 | - |
| YUV | 120.24 | 191.64 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 46 | 233 | 0.04 | 0.80 | 0 | 0.09 | 296.79 | 0.81 | 0.55 |
| Hex | DF | 2E | E9 | 4 | 50 | 0 | 9 | 129 | 51 | 37 |
| Octal | 337 | 56 | 351 | 4 | 120 | 0 | 11 | 451 | 121 | 67 |
| Binary | 11011111 | 101110 | 11101001 | 100 | 1010000 | 0 | 1001 | 100101001 | 1010001 | 110111 |
Color Harmonies of #DF2EE9
Complementary color
Monochromatic Colors of #DF2EE9
Black with #DF2EE9
Text Example
Text Example
White with #DF2EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2EE9; }
p { color: rgb(223,46,233); }
H1.HeaderClassName
{
color: #DF2EE9;
}
.AnyTagClassName
{
color: #DF2EE9;
}
</style>
background-color css
<style>
a { background-color: #DF2EE9; }
a { background-color: rgb(223,46,233); }
div.DivClassName
{
background-color: #DF2EE9;
}
.BgClassName
{
background-color: #DF2EE9;
}
</style>
border-color css
<style>
span { border-color: #DF2EE9; }
span { border-color: rgb(223,46,233); }
td.TdClassName
{
border-color: #DF2EE9;
}
.TagClassName
{
border-color: #DF2EE9;
}
</style>