Html Css Color HEX #DF58E3 Free Speech Magenta
📋 copy color: '#DF58E3'red 223 ◦ green 88 ◦ blue 227
Shades of Free Speech Magenta #DF58E3
Tints of Free Speech Magenta #DF58E3
RGB
CMYK
RGB Variations
Color information
#DF58E3 (or 0xDF58E3) is known color: Free Speech Magenta. HEX triplet: DF, 58 and E3. RGB value is (223,88,227). Sum of RGB (Red+Green+Blue) = 223+88+227=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 88 (34.77% from 255 or 16.36% from 538); Blue value is 227 (89.06% from 255 or 42.19% from 538); Max value from RGB is 227 - color contains mainly: blue. Hex color #DF58E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF58E3 is #20A71C. Grayscale: #8F8F8F. Windows color (decimal): -2139933 or 14899423. OLE color: 14899423.
HSL color Cylindrical-coordinate representation of color #DF58E3: hue angle of 298.27º degrees, saturation: 0.71, 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 #DF58E3 is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 88 | 227 | - |
| CMYK | 0.02 | 0.61 | 0 | 0.11 |
| HSL | 298.27º | 0.71% | 0.62% | - |
| HSV(B) | 298.27º | 0.61% | 0.89% | - |
| XYZ | 47.79 | 28.21 | 75.6 | - |
| YUV | 144.21 | 174.73 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 88 | 227 | 0.02 | 0.61 | 0 | 0.11 | 298.27 | 0.71 | 0.62 |
| Hex | DF | 58 | E3 | 2 | 3D | 0 | B | 12A | 47 | 3E |
| Octal | 337 | 130 | 343 | 2 | 75 | 0 | 13 | 452 | 107 | 76 |
| Binary | 11011111 | 1011000 | 11100011 | 10 | 111101 | 0 | 1011 | 100101010 | 1000111 | 111110 |
Color Harmonies of #DF58E3
Complementary color
Monochromatic Colors of #DF58E3
Black with #DF58E3
Text Example
Text Example
White with #DF58E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF58E3; }
p { color: rgb(223,88,227); }
H1.HeaderClassName
{
color: #DF58E3;
}
.AnyTagClassName
{
color: #DF58E3;
}
</style>
background-color css
<style>
a { background-color: #DF58E3; }
a { background-color: rgb(223,88,227); }
div.DivClassName
{
background-color: #DF58E3;
}
.BgClassName
{
background-color: #DF58E3;
}
</style>
border-color css
<style>
span { border-color: #DF58E3; }
span { border-color: rgb(223,88,227); }
td.TdClassName
{
border-color: #DF58E3;
}
.TagClassName
{
border-color: #DF58E3;
}
</style>