Html Css Color HEX #DF58EE Free Speech Magenta
📋 copy color: '#DF58EE'red 223 ◦ green 88 ◦ blue 238
Shades of Free Speech Magenta #DF58EE
Tints of Free Speech Magenta #DF58EE
RGB
CMYK
RGB Variations
Color information
#DF58EE (or 0xDF58EE) is known color: Free Speech Magenta. HEX triplet: DF, 58 and EE. RGB value is (223,88,238). Sum of RGB (Red+Green+Blue) = 223+88+238=549 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.62% from 549); Green value is 88 (34.77% from 255 or 16.03% from 549); Blue value is 238 (93.36% from 255 or 43.35% from 549); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF58EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF58EE is #20A711. Grayscale: #919191. Windows color (decimal): -2139922 or 15620319. OLE color: 15620319.
HSL color Cylindrical-coordinate representation of color #DF58EE: hue angle of 294º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DF58EE is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 88 | 238 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.07 |
| HSL | 294º | 0.82% | 0.64% | - |
| HSV(B) | 294º | 0.63% | 0.93% | - |
| XYZ | 49.35 | 28.84 | 83.85 | - |
| YUV | 145.47 | 180.23 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 88 | 238 | 0.06 | 0.63 | 0 | 0.07 | 294 | 0.82 | 0.64 |
| Hex | DF | 58 | EE | 6 | 3F | 0 | 7 | 126 | 52 | 40 |
| Octal | 337 | 130 | 356 | 6 | 77 | 0 | 7 | 446 | 122 | 100 |
| Binary | 11011111 | 1011000 | 11101110 | 110 | 111111 | 0 | 111 | 100100110 | 1010010 | 1000000 |
Color Harmonies of #DF58EE
Complementary color
Monochromatic Colors of #DF58EE
Black with #DF58EE
Text Example
Text Example
White with #DF58EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF58EE; }
p { color: rgb(223,88,238); }
H1.HeaderClassName
{
color: #DF58EE;
}
.AnyTagClassName
{
color: #DF58EE;
}
</style>
background-color css
<style>
a { background-color: #DF58EE; }
a { background-color: rgb(223,88,238); }
div.DivClassName
{
background-color: #DF58EE;
}
.BgClassName
{
background-color: #DF58EE;
}
</style>
border-color css
<style>
span { border-color: #DF58EE; }
span { border-color: rgb(223,88,238); }
td.TdClassName
{
border-color: #DF58EE;
}
.TagClassName
{
border-color: #DF58EE;
}
</style>