Html Css Color HEX #DC53F0 Free Speech Magenta
📋 copy color: '#DC53F0'red 220 ◦ green 83 ◦ blue 240
Shades of Free Speech Magenta #DC53F0
Tints of Free Speech Magenta #DC53F0
RGB
CMYK
RGB Variations
Color information
#DC53F0 (or 0xDC53F0) is known color: Free Speech Magenta. HEX triplet: DC, 53 and F0. RGB value is (220,83,240). Sum of RGB (Red+Green+Blue) = 220+83+240=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 83 (32.81% from 255 or 15.29% from 543); Blue value is 240 (94.14% from 255 or 44.20% from 543); Max value from RGB is 240 - color contains mainly: blue. Hex color #DC53F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC53F0 is #23AC0F. Grayscale: #8D8D8D. Windows color (decimal): -2337808 or 15750108. OLE color: 15750108.
HSL color Cylindrical-coordinate representation of color #DC53F0: hue angle of 292.36º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC53F0 is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 83 | 240 | - |
| CMYK | 0.08 | 0.65 | 0 | 0.06 |
| HSL | 292.36º | 0.84% | 0.63% | - |
| HSV(B) | 292.36º | 0.65% | 0.94% | - |
| XYZ | 48.34 | 27.69 | 85.24 | - |
| YUV | 141.86 | 183.39 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 240 | 0.08 | 0.65 | 0 | 0.06 | 292.36 | 0.84 | 0.63 |
| Hex | DC | 53 | F0 | 8 | 41 | 0 | 6 | 124 | 54 | 3F |
| Octal | 334 | 123 | 360 | 10 | 101 | 0 | 6 | 444 | 124 | 77 |
| Binary | 11011100 | 1010011 | 11110000 | 1000 | 1000001 | 0 | 110 | 100100100 | 1010100 | 111111 |
Color Harmonies of #DC53F0
Complementary color
Monochromatic Colors of #DC53F0
Black with #DC53F0
Text Example
Text Example
White with #DC53F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC53F0; }
p { color: rgb(220,83,240); }
H1.HeaderClassName
{
color: #DC53F0;
}
.AnyTagClassName
{
color: #DC53F0;
}
</style>
background-color css
<style>
a { background-color: #DC53F0; }
a { background-color: rgb(220,83,240); }
div.DivClassName
{
background-color: #DC53F0;
}
.BgClassName
{
background-color: #DC53F0;
}
</style>
border-color css
<style>
span { border-color: #DC53F0; }
span { border-color: rgb(220,83,240); }
td.TdClassName
{
border-color: #DC53F0;
}
.TagClassName
{
border-color: #DC53F0;
}
</style>