Html Css Color HEX #DF53E9 Free Speech Magenta
📋 copy color: '#DF53E9'red 223 ◦ green 83 ◦ blue 233
Shades of Free Speech Magenta #DF53E9
Tints of Free Speech Magenta #DF53E9
RGB
CMYK
RGB Variations
Color information
#DF53E9 (or 0xDF53E9) is known color: Free Speech Magenta. HEX triplet: DF, 53 and E9. RGB value is (223,83,233). Sum of RGB (Red+Green+Blue) = 223+83+233=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 83 (32.81% from 255 or 15.40% from 539); Blue value is 233 (91.41% from 255 or 43.23% from 539); Max value from RGB is 233 - color contains mainly: blue. Hex color #DF53E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF53E9 is #20AC16. Grayscale: #8D8D8D. Windows color (decimal): -2141207 or 15291359. OLE color: 15291359.
HSL color Cylindrical-coordinate representation of color #DF53E9: hue angle of 296º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF53E9 is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 83 | 233 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.09 |
| HSL | 296º | 0.77% | 0.62% | - |
| HSV(B) | 296º | 0.64% | 0.91% | - |
| XYZ | 48.23 | 27.76 | 79.91 | - |
| YUV | 141.96 | 179.38 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 83 | 233 | 0.04 | 0.64 | 0 | 0.09 | 296 | 0.77 | 0.62 |
| Hex | DF | 53 | E9 | 4 | 40 | 0 | 9 | 128 | 4D | 3E |
| Octal | 337 | 123 | 351 | 4 | 100 | 0 | 11 | 450 | 115 | 76 |
| Binary | 11011111 | 1010011 | 11101001 | 100 | 1000000 | 0 | 1001 | 100101000 | 1001101 | 111110 |
Color Harmonies of #DF53E9
Complementary color
Monochromatic Colors of #DF53E9
Black with #DF53E9
Text Example
Text Example
White with #DF53E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF53E9; }
p { color: rgb(223,83,233); }
H1.HeaderClassName
{
color: #DF53E9;
}
.AnyTagClassName
{
color: #DF53E9;
}
</style>
background-color css
<style>
a { background-color: #DF53E9; }
a { background-color: rgb(223,83,233); }
div.DivClassName
{
background-color: #DF53E9;
}
.BgClassName
{
background-color: #DF53E9;
}
</style>
border-color css
<style>
span { border-color: #DF53E9; }
span { border-color: rgb(223,83,233); }
td.TdClassName
{
border-color: #DF53E9;
}
.TagClassName
{
border-color: #DF53E9;
}
</style>