Html Css Color HEX #DF50ED Free Speech Magenta
📋 copy color: '#DF50ED'red 223 ◦ green 80 ◦ blue 237
Shades of Free Speech Magenta #DF50ED
Tints of Free Speech Magenta #DF50ED
RGB
CMYK
RGB Variations
Color information
#DF50ED (or 0xDF50ED) is known color: Free Speech Magenta. HEX triplet: DF, 50 and ED. RGB value is (223,80,237). Sum of RGB (Red+Green+Blue) = 223+80+237=540 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.30% from 540); Green value is 80 (31.64% from 255 or 14.81% from 540); Blue value is 237 (92.97% from 255 or 43.89% from 540); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF50ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF50ED is #20AF12. Grayscale: #8C8C8C. Windows color (decimal): -2141971 or 15552735. OLE color: 15552735.
HSL color Cylindrical-coordinate representation of color #DF50ED: hue angle of 294.65º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DF50ED is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 80 | 237 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.07 |
| HSL | 294.65º | 0.81% | 0.62% | - |
| HSV(B) | 294.65º | 0.66% | 0.93% | - |
| XYZ | 48.59 | 27.54 | 82.88 | - |
| YUV | 140.66 | 182.38 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 237 | 0.06 | 0.66 | 0 | 0.07 | 294.65 | 0.81 | 0.62 |
| Hex | DF | 50 | ED | 6 | 42 | 0 | 7 | 127 | 51 | 3E |
| Octal | 337 | 120 | 355 | 6 | 102 | 0 | 7 | 447 | 121 | 76 |
| Binary | 11011111 | 1010000 | 11101101 | 110 | 1000010 | 0 | 111 | 100100111 | 1010001 | 111110 |
Color Harmonies of #DF50ED
Complementary color
Monochromatic Colors of #DF50ED
Black with #DF50ED
Text Example
Text Example
White with #DF50ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF50ED; }
p { color: rgb(223,80,237); }
H1.HeaderClassName
{
color: #DF50ED;
}
.AnyTagClassName
{
color: #DF50ED;
}
</style>
background-color css
<style>
a { background-color: #DF50ED; }
a { background-color: rgb(223,80,237); }
div.DivClassName
{
background-color: #DF50ED;
}
.BgClassName
{
background-color: #DF50ED;
}
</style>
border-color css
<style>
span { border-color: #DF50ED; }
span { border-color: rgb(223,80,237); }
td.TdClassName
{
border-color: #DF50ED;
}
.TagClassName
{
border-color: #DF50ED;
}
</style>