Html Css Color HEX #DC53E9 Free Speech Magenta
📋 copy color: '#DC53E9'red 220 ◦ green 83 ◦ blue 233
Shades of Free Speech Magenta #DC53E9
Tints of Free Speech Magenta #DC53E9
RGB
CMYK
RGB Variations
Color information
#DC53E9 (or 0xDC53E9) is known color: Free Speech Magenta. HEX triplet: DC, 53 and E9. RGB value is (220,83,233). Sum of RGB (Red+Green+Blue) = 220+83+233=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 83 (32.81% from 255 or 15.49% from 536); Blue value is 233 (91.41% from 255 or 43.47% from 536); Max value from RGB is 233 - color contains mainly: blue. Hex color #DC53E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC53E9 is #23AC16. Grayscale: #8C8C8C. Windows color (decimal): -2337815 or 15291356. OLE color: 15291356.
HSL color Cylindrical-coordinate representation of color #DC53E9: hue angle of 294.8º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC53E9 is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 83 | 233 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.09 |
| HSL | 294.8º | 0.77% | 0.62% | - |
| HSV(B) | 294.8º | 0.64% | 0.91% | - |
| XYZ | 47.32 | 27.29 | 79.86 | - |
| YUV | 141.06 | 179.89 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 233 | 0.06 | 0.64 | 0 | 0.09 | 294.8 | 0.77 | 0.62 |
| Hex | DC | 53 | E9 | 6 | 40 | 0 | 9 | 127 | 4D | 3E |
| Octal | 334 | 123 | 351 | 6 | 100 | 0 | 11 | 447 | 115 | 76 |
| Binary | 11011100 | 1010011 | 11101001 | 110 | 1000000 | 0 | 1001 | 100100111 | 1001101 | 111110 |
Color Harmonies of #DC53E9
Complementary color
Monochromatic Colors of #DC53E9
Black with #DC53E9
Text Example
Text Example
White with #DC53E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC53E9; }
p { color: rgb(220,83,233); }
H1.HeaderClassName
{
color: #DC53E9;
}
.AnyTagClassName
{
color: #DC53E9;
}
</style>
background-color css
<style>
a { background-color: #DC53E9; }
a { background-color: rgb(220,83,233); }
div.DivClassName
{
background-color: #DC53E9;
}
.BgClassName
{
background-color: #DC53E9;
}
</style>
border-color css
<style>
span { border-color: #DC53E9; }
span { border-color: rgb(220,83,233); }
td.TdClassName
{
border-color: #DC53E9;
}
.TagClassName
{
border-color: #DC53E9;
}
</style>