Html Css Color HEX #DC50EE Free Speech Magenta
📋 copy color: '#DC50EE'red 220 ◦ green 80 ◦ blue 238
Shades of Free Speech Magenta #DC50EE
Tints of Free Speech Magenta #DC50EE
RGB
CMYK
RGB Variations
Color information
#DC50EE (or 0xDC50EE) is known color: Free Speech Magenta. HEX triplet: DC, 50 and EE. RGB value is (220,80,238). Sum of RGB (Red+Green+Blue) = 220+80+238=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 80 (31.64% from 255 or 14.87% from 538); Blue value is 238 (93.36% from 255 or 44.24% from 538); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC50EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC50EE is #23AF11. Grayscale: #8B8B8B. Windows color (decimal): -2338578 or 15618268. OLE color: 15618268.
HSL color Cylindrical-coordinate representation of color #DC50EE: hue angle of 293.16º 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 #DC50EE is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 80 | 238 | - |
| CMYK | 0.08 | 0.66 | 0 | 0.07 |
| HSL | 293.16º | 0.82% | 0.62% | - |
| HSV(B) | 293.16º | 0.66% | 0.93% | - |
| XYZ | 47.82 | 27.13 | 83.6 | - |
| YUV | 139.87 | 183.38 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 238 | 0.08 | 0.66 | 0 | 0.07 | 293.16 | 0.82 | 0.62 |
| Hex | DC | 50 | EE | 8 | 42 | 0 | 7 | 125 | 52 | 3E |
| Octal | 334 | 120 | 356 | 10 | 102 | 0 | 7 | 445 | 122 | 76 |
| Binary | 11011100 | 1010000 | 11101110 | 1000 | 1000010 | 0 | 111 | 100100101 | 1010010 | 111110 |
Color Harmonies of #DC50EE
Complementary color
Monochromatic Colors of #DC50EE
Black with #DC50EE
Text Example
Text Example
White with #DC50EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC50EE; }
p { color: rgb(220,80,238); }
H1.HeaderClassName
{
color: #DC50EE;
}
.AnyTagClassName
{
color: #DC50EE;
}
</style>
background-color css
<style>
a { background-color: #DC50EE; }
a { background-color: rgb(220,80,238); }
div.DivClassName
{
background-color: #DC50EE;
}
.BgClassName
{
background-color: #DC50EE;
}
</style>
border-color css
<style>
span { border-color: #DC50EE; }
span { border-color: rgb(220,80,238); }
td.TdClassName
{
border-color: #DC50EE;
}
.TagClassName
{
border-color: #DC50EE;
}
</style>