Html Css Color HEX #DF58E9 Free Speech Magenta
📋 copy color: '#DF58E9'red 223 ◦ green 88 ◦ blue 233
Shades of Free Speech Magenta #DF58E9
Tints of Free Speech Magenta #DF58E9
RGB
CMYK
RGB Variations
Color information
#DF58E9 (or 0xDF58E9) is known color: Free Speech Magenta. HEX triplet: DF, 58 and E9. RGB value is (223,88,233). Sum of RGB (Red+Green+Blue) = 223+88+233=544 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.99% from 544); Green value is 88 (34.77% from 255 or 16.18% from 544); Blue value is 233 (91.41% from 255 or 42.83% from 544); Max value from RGB is 233 - color contains mainly: blue. Hex color #DF58E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF58E9 is #20A716. Grayscale: #909090. Windows color (decimal): -2139927 or 15292639. OLE color: 15292639.
HSL color Cylindrical-coordinate representation of color #DF58E9: hue angle of 295.86º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DF58E9 is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 88 | 233 | - |
| CMYK | 0.04 | 0.62 | 0 | 0.09 |
| HSL | 295.86º | 0.77% | 0.63% | - |
| HSV(B) | 295.86º | 0.62% | 0.91% | - |
| XYZ | 48.63 | 28.55 | 80.04 | - |
| YUV | 144.9 | 177.73 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 88 | 233 | 0.04 | 0.62 | 0 | 0.09 | 295.86 | 0.77 | 0.63 |
| Hex | DF | 58 | E9 | 4 | 3E | 0 | 9 | 128 | 4D | 3F |
| Octal | 337 | 130 | 351 | 4 | 76 | 0 | 11 | 450 | 115 | 77 |
| Binary | 11011111 | 1011000 | 11101001 | 100 | 111110 | 0 | 1001 | 100101000 | 1001101 | 111111 |
Color Harmonies of #DF58E9
Complementary color
Monochromatic Colors of #DF58E9
Black with #DF58E9
Text Example
Text Example
White with #DF58E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF58E9; }
p { color: rgb(223,88,233); }
H1.HeaderClassName
{
color: #DF58E9;
}
.AnyTagClassName
{
color: #DF58E9;
}
</style>
background-color css
<style>
a { background-color: #DF58E9; }
a { background-color: rgb(223,88,233); }
div.DivClassName
{
background-color: #DF58E9;
}
.BgClassName
{
background-color: #DF58E9;
}
</style>
border-color css
<style>
span { border-color: #DF58E9; }
span { border-color: rgb(223,88,233); }
td.TdClassName
{
border-color: #DF58E9;
}
.TagClassName
{
border-color: #DF58E9;
}
</style>