Html Css Color HEX #DF59ED Free Speech Magenta
📋 copy color: '#DF59ED'red 223 ◦ green 89 ◦ blue 237
Shades of Free Speech Magenta #DF59ED
Tints of Free Speech Magenta #DF59ED
RGB
CMYK
RGB Variations
Color information
#DF59ED (or 0xDF59ED) is known color: Free Speech Magenta. HEX triplet: DF, 59 and ED. RGB value is (223,89,237). Sum of RGB (Red+Green+Blue) = 223+89+237=549 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.62% from 549); Green value is 89 (35.16% from 255 or 16.21% from 549); Blue value is 237 (92.97% from 255 or 43.17% from 549); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF59ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF59ED is #20A612. Grayscale: #919191. Windows color (decimal): -2139667 or 15555039. OLE color: 15555039.
HSL color Cylindrical-coordinate representation of color #DF59ED: hue angle of 294.32º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DF59ED is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 89 | 237 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.07 |
| HSL | 294.32º | 0.8% | 0.64% | - |
| HSV(B) | 294.32º | 0.62% | 0.93% | - |
| XYZ | 49.29 | 28.95 | 83.11 | - |
| YUV | 145.94 | 179.39 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 89 | 237 | 0.06 | 0.62 | 0 | 0.07 | 294.32 | 0.8 | 0.64 |
| Hex | DF | 59 | ED | 6 | 3E | 0 | 7 | 126 | 50 | 40 |
| Octal | 337 | 131 | 355 | 6 | 76 | 0 | 7 | 446 | 120 | 100 |
| Binary | 11011111 | 1011001 | 11101101 | 110 | 111110 | 0 | 111 | 100100110 | 1010000 | 1000000 |
Color Harmonies of #DF59ED
Complementary color
Monochromatic Colors of #DF59ED
Black with #DF59ED
Text Example
Text Example
White with #DF59ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF59ED; }
p { color: rgb(223,89,237); }
H1.HeaderClassName
{
color: #DF59ED;
}
.AnyTagClassName
{
color: #DF59ED;
}
</style>
background-color css
<style>
a { background-color: #DF59ED; }
a { background-color: rgb(223,89,237); }
div.DivClassName
{
background-color: #DF59ED;
}
.BgClassName
{
background-color: #DF59ED;
}
</style>
border-color css
<style>
span { border-color: #DF59ED; }
span { border-color: rgb(223,89,237); }
td.TdClassName
{
border-color: #DF59ED;
}
.TagClassName
{
border-color: #DF59ED;
}
</style>