Html Css Color HEX #DF59E1 Free Speech Magenta
📋 copy color: '#DF59E1'red 223 ◦ green 89 ◦ blue 225
Shades of Free Speech Magenta #DF59E1
Tints of Free Speech Magenta #DF59E1
RGB
CMYK
RGB Variations
Color information
#DF59E1 (or 0xDF59E1) is known color: Free Speech Magenta. HEX triplet: DF, 59 and E1. RGB value is (223,89,225). Sum of RGB (Red+Green+Blue) = 223+89+225=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 89 (35.16% from 255 or 16.57% from 537); Blue value is 225 (88.28% from 255 or 41.90% from 537); Max value from RGB is 225 - color contains mainly: blue. Hex color #DF59E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF59E1 is #20A61E. Grayscale: #909090. Windows color (decimal): -2139679 or 14768607. OLE color: 14768607.
HSL color Cylindrical-coordinate representation of color #DF59E1: hue angle of 299.12º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DF59E1 is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 89 | 225 | - |
| CMYK | 0.01 | 0.60 | 0 | 0.12 |
| HSL | 299.12º | 0.69% | 0.62% | - |
| HSV(B) | 299.12º | 0.6% | 0.88% | - |
| XYZ | 47.59 | 28.27 | 74.18 | - |
| YUV | 144.57 | 173.39 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 89 | 225 | 0.01 | 0.60 | 0 | 0.12 | 299.12 | 0.69 | 0.62 |
| Hex | DF | 59 | E1 | 1 | 3C | 0 | C | 12B | 45 | 3E |
| Octal | 337 | 131 | 341 | 1 | 74 | 0 | 14 | 453 | 105 | 76 |
| Binary | 11011111 | 1011001 | 11100001 | 1 | 111100 | 0 | 1100 | 100101011 | 1000101 | 111110 |
Color Harmonies of #DF59E1
Complementary color
Monochromatic Colors of #DF59E1
Black with #DF59E1
Text Example
Text Example
White with #DF59E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF59E1; }
p { color: rgb(223,89,225); }
H1.HeaderClassName
{
color: #DF59E1;
}
.AnyTagClassName
{
color: #DF59E1;
}
</style>
background-color css
<style>
a { background-color: #DF59E1; }
a { background-color: rgb(223,89,225); }
div.DivClassName
{
background-color: #DF59E1;
}
.BgClassName
{
background-color: #DF59E1;
}
</style>
border-color css
<style>
span { border-color: #DF59E1; }
span { border-color: rgb(223,89,225); }
td.TdClassName
{
border-color: #DF59E1;
}
.TagClassName
{
border-color: #DF59E1;
}
</style>