Html Css Color HEX #DF59E5 Free Speech Magenta
📋 copy color: '#DF59E5'red 223 ◦ green 89 ◦ blue 229
Shades of Free Speech Magenta #DF59E5
Tints of Free Speech Magenta #DF59E5
RGB
CMYK
RGB Variations
Color information
#DF59E5 (or 0xDF59E5) is known color: Free Speech Magenta. HEX triplet: DF, 59 and E5. RGB value is (223,89,229). Sum of RGB (Red+Green+Blue) = 223+89+229=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 89 (35.16% from 255 or 16.45% from 541); Blue value is 229 (89.84% from 255 or 42.33% from 541); Max value from RGB is 229 - color contains mainly: blue. Hex color #DF59E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF59E5 is #20A61A. Grayscale: #909090. Windows color (decimal): -2139675 or 15030751. OLE color: 15030751.
HSL color Cylindrical-coordinate representation of color #DF59E5: hue angle of 297.43º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DF59E5 is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 89 | 229 | - |
| CMYK | 0.03 | 0.61 | 0 | 0.10 |
| HSL | 297.43º | 0.73% | 0.62% | - |
| HSV(B) | 297.43º | 0.61% | 0.9% | - |
| XYZ | 48.15 | 28.49 | 77.09 | - |
| YUV | 145.03 | 175.39 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 89 | 229 | 0.03 | 0.61 | 0 | 0.10 | 297.43 | 0.73 | 0.62 |
| Hex | DF | 59 | E5 | 3 | 3D | 0 | A | 129 | 49 | 3E |
| Octal | 337 | 131 | 345 | 3 | 75 | 0 | 12 | 451 | 111 | 76 |
| Binary | 11011111 | 1011001 | 11100101 | 11 | 111101 | 0 | 1010 | 100101001 | 1001001 | 111110 |
Color Harmonies of #DF59E5
Complementary color
Monochromatic Colors of #DF59E5
Black with #DF59E5
Text Example
Text Example
White with #DF59E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF59E5; }
p { color: rgb(223,89,229); }
H1.HeaderClassName
{
color: #DF59E5;
}
.AnyTagClassName
{
color: #DF59E5;
}
</style>
background-color css
<style>
a { background-color: #DF59E5; }
a { background-color: rgb(223,89,229); }
div.DivClassName
{
background-color: #DF59E5;
}
.BgClassName
{
background-color: #DF59E5;
}
</style>
border-color css
<style>
span { border-color: #DF59E5; }
span { border-color: rgb(223,89,229); }
td.TdClassName
{
border-color: #DF59E5;
}
.TagClassName
{
border-color: #DF59E5;
}
</style>