Html Css Color HEX #DF50EE Free Speech Magenta
📋 copy color: '#DF50EE'red 223 ◦ green 80 ◦ blue 238
Shades of Free Speech Magenta #DF50EE
Tints of Free Speech Magenta #DF50EE
RGB
CMYK
RGB Variations
Color information
#DF50EE (or 0xDF50EE) is known color: Free Speech Magenta. HEX triplet: DF, 50 and EE. RGB value is (223,80,238). Sum of RGB (Red+Green+Blue) = 223+80+238=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 80 (31.64% from 255 or 14.79% from 541); Blue value is 238 (93.36% from 255 or 43.99% from 541); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF50EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF50EE is #20AF11. Grayscale: #8C8C8C. Windows color (decimal): -2141970 or 15618271. OLE color: 15618271.
HSL color Cylindrical-coordinate representation of color #DF50EE: hue angle of 294.3º degrees, saturation: 0.82, 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 #DF50EE is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 80 | 238 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.07 |
| HSL | 294.3º | 0.82% | 0.62% | - |
| HSV(B) | 294.3º | 0.66% | 0.93% | - |
| XYZ | 48.73 | 27.6 | 83.65 | - |
| YUV | 140.77 | 182.88 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 238 | 0.06 | 0.66 | 0 | 0.07 | 294.3 | 0.82 | 0.62 |
| Hex | DF | 50 | EE | 6 | 42 | 0 | 7 | 126 | 52 | 3E |
| Octal | 337 | 120 | 356 | 6 | 102 | 0 | 7 | 446 | 122 | 76 |
| Binary | 11011111 | 1010000 | 11101110 | 110 | 1000010 | 0 | 111 | 100100110 | 1010010 | 111110 |
Color Harmonies of #DF50EE
Complementary color
Monochromatic Colors of #DF50EE
Black with #DF50EE
Text Example
Text Example
White with #DF50EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF50EE; }
p { color: rgb(223,80,238); }
H1.HeaderClassName
{
color: #DF50EE;
}
.AnyTagClassName
{
color: #DF50EE;
}
</style>
background-color css
<style>
a { background-color: #DF50EE; }
a { background-color: rgb(223,80,238); }
div.DivClassName
{
background-color: #DF50EE;
}
.BgClassName
{
background-color: #DF50EE;
}
</style>
border-color css
<style>
span { border-color: #DF50EE; }
span { border-color: rgb(223,80,238); }
td.TdClassName
{
border-color: #DF50EE;
}
.TagClassName
{
border-color: #DF50EE;
}
</style>