Html Css Color HEX #DF58E6 Free Speech Magenta
📋 copy color: '#DF58E6'red 223 ◦ green 88 ◦ blue 230
Shades of Free Speech Magenta #DF58E6
Tints of Free Speech Magenta #DF58E6
RGB
CMYK
RGB Variations
Color information
#DF58E6 (or 0xDF58E6) is known color: Free Speech Magenta. HEX triplet: DF, 58 and E6. RGB value is (223,88,230). Sum of RGB (Red+Green+Blue) = 223+88+230=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 88 (34.77% from 255 or 16.27% from 541); Blue value is 230 (90.23% from 255 or 42.51% from 541); Max value from RGB is 230 - color contains mainly: blue. Hex color #DF58E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF58E6 is #20A719. Grayscale: #909090. Windows color (decimal): -2139930 or 15096031. OLE color: 15096031.
HSL color Cylindrical-coordinate representation of color #DF58E6: hue angle of 297.04º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DF58E6 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 88 | 230 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.10 |
| HSL | 297.04º | 0.74% | 0.62% | - |
| HSV(B) | 297.04º | 0.62% | 0.9% | - |
| XYZ | 48.2 | 28.38 | 77.8 | - |
| YUV | 144.55 | 176.23 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 88 | 230 | 0.03 | 0.62 | 0 | 0.10 | 297.04 | 0.74 | 0.62 |
| Hex | DF | 58 | E6 | 3 | 3E | 0 | A | 129 | 4A | 3E |
| Octal | 337 | 130 | 346 | 3 | 76 | 0 | 12 | 451 | 112 | 76 |
| Binary | 11011111 | 1011000 | 11100110 | 11 | 111110 | 0 | 1010 | 100101001 | 1001010 | 111110 |
Color Harmonies of #DF58E6
Complementary color
Monochromatic Colors of #DF58E6
Black with #DF58E6
Text Example
Text Example
White with #DF58E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF58E6; }
p { color: rgb(223,88,230); }
H1.HeaderClassName
{
color: #DF58E6;
}
.AnyTagClassName
{
color: #DF58E6;
}
</style>
background-color css
<style>
a { background-color: #DF58E6; }
a { background-color: rgb(223,88,230); }
div.DivClassName
{
background-color: #DF58E6;
}
.BgClassName
{
background-color: #DF58E6;
}
</style>
border-color css
<style>
span { border-color: #DF58E6; }
span { border-color: rgb(223,88,230); }
td.TdClassName
{
border-color: #DF58E6;
}
.TagClassName
{
border-color: #DF58E6;
}
</style>