Html Css Color HEX #DF58E2 Free Speech Magenta
📋 copy color: '#DF58E2'red 223 ◦ green 88 ◦ blue 226
Shades of Free Speech Magenta #DF58E2
Tints of Free Speech Magenta #DF58E2
RGB
CMYK
RGB Variations
Color information
#DF58E2 (or 0xDF58E2) is known color: Free Speech Magenta. HEX triplet: DF, 58 and E2. RGB value is (223,88,226). Sum of RGB (Red+Green+Blue) = 223+88+226=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 88 (34.77% from 255 or 16.39% from 537); Blue value is 226 (88.67% from 255 or 42.09% from 537); Max value from RGB is 226 - color contains mainly: blue. Hex color #DF58E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF58E2 is #20A71D. Grayscale: #8F8F8F. Windows color (decimal): -2139934 or 14833887. OLE color: 14833887.
HSL color Cylindrical-coordinate representation of color #DF58E2: hue angle of 298.7º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DF58E2 is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 88 | 226 | - |
| CMYK | 0.01 | 0.61 | 0 | 0.11 |
| HSL | 298.7º | 0.7% | 0.62% | - |
| HSV(B) | 298.7º | 0.61% | 0.89% | - |
| XYZ | 47.65 | 28.16 | 74.88 | - |
| YUV | 144.1 | 174.23 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 88 | 226 | 0.01 | 0.61 | 0 | 0.11 | 298.7 | 0.7 | 0.62 |
| Hex | DF | 58 | E2 | 1 | 3D | 0 | B | 12B | 46 | 3E |
| Octal | 337 | 130 | 342 | 1 | 75 | 0 | 13 | 453 | 106 | 76 |
| Binary | 11011111 | 1011000 | 11100010 | 1 | 111101 | 0 | 1011 | 100101011 | 1000110 | 111110 |
Color Harmonies of #DF58E2
Complementary color
Monochromatic Colors of #DF58E2
Black with #DF58E2
Text Example
Text Example
White with #DF58E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF58E2; }
p { color: rgb(223,88,226); }
H1.HeaderClassName
{
color: #DF58E2;
}
.AnyTagClassName
{
color: #DF58E2;
}
</style>
background-color css
<style>
a { background-color: #DF58E2; }
a { background-color: rgb(223,88,226); }
div.DivClassName
{
background-color: #DF58E2;
}
.BgClassName
{
background-color: #DF58E2;
}
</style>
border-color css
<style>
span { border-color: #DF58E2; }
span { border-color: rgb(223,88,226); }
td.TdClassName
{
border-color: #DF58E2;
}
.TagClassName
{
border-color: #DF58E2;
}
</style>