Html Css Color HEX #DF58DA Free Speech Magenta
📋 copy color: '#DF58DA'red 223 ◦ green 88 ◦ blue 218
Shades of Free Speech Magenta #DF58DA
Tints of Free Speech Magenta #DF58DA
RGB
CMYK
RGB Variations
Color information
#DF58DA (or 0xDF58DA) is known color: Free Speech Magenta. HEX triplet: DF, 58 and DA. RGB value is (223,88,218). Sum of RGB (Red+Green+Blue) = 223+88+218=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 88 (34.77% from 255 or 16.64% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 223 - color contains mainly: red. Hex color #DF58DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF58DA is #20A725. Grayscale: #8E8E8E. Windows color (decimal): -2139942 or 14309599. OLE color: 14309599.
HSL color Cylindrical-coordinate representation of color #DF58DA: hue angle of 302.22º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DF58DA is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 88 | 218 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.13 |
| HSL | 302.22º | 0.68% | 0.61% | - |
| HSV(B) | 302.22º | 0.61% | 0.87% | - |
| XYZ | 46.58 | 27.73 | 69.23 | - |
| YUV | 143.19 | 170.23 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 88 | 218 | 0 | 0.61 | 0.02 | 0.13 | 302.22 | 0.68 | 0.61 |
| Hex | DF | 58 | DA | 0 | 3D | 2 | D | 12E | 44 | 3D |
| Octal | 337 | 130 | 332 | 0 | 75 | 2 | 15 | 456 | 104 | 75 |
| Binary | 11011111 | 1011000 | 11011010 | 0 | 111101 | 10 | 1101 | 100101110 | 1000100 | 111101 |
Color Harmonies of #DF58DA
Complementary color
Monochromatic Colors of #DF58DA
Black with #DF58DA
Text Example
Text Example
White with #DF58DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF58DA; }
p { color: rgb(223,88,218); }
H1.HeaderClassName
{
color: #DF58DA;
}
.AnyTagClassName
{
color: #DF58DA;
}
</style>
background-color css
<style>
a { background-color: #DF58DA; }
a { background-color: rgb(223,88,218); }
div.DivClassName
{
background-color: #DF58DA;
}
.BgClassName
{
background-color: #DF58DA;
}
</style>
border-color css
<style>
span { border-color: #DF58DA; }
span { border-color: rgb(223,88,218); }
td.TdClassName
{
border-color: #DF58DA;
}
.TagClassName
{
border-color: #DF58DA;
}
</style>