Html Css Color HEX #DC53E8 Free Speech Magenta
📋 copy color: '#DC53E8'red 220 ◦ green 83 ◦ blue 232
Shades of Free Speech Magenta #DC53E8
Tints of Free Speech Magenta #DC53E8
RGB
CMYK
RGB Variations
Color information
#DC53E8 (or 0xDC53E8) is known color: Free Speech Magenta. HEX triplet: DC, 53 and E8. RGB value is (220,83,232). Sum of RGB (Red+Green+Blue) = 220+83+232=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 83 (32.81% from 255 or 15.51% from 535); Blue value is 232 (91.02% from 255 or 43.36% from 535); Max value from RGB is 232 - color contains mainly: blue. Hex color #DC53E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC53E8 is #23AC17. Grayscale: #8C8C8C. Windows color (decimal): -2337816 or 15225820. OLE color: 15225820.
HSL color Cylindrical-coordinate representation of color #DC53E8: hue angle of 295.17º degrees, saturation: 0.76, 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 #DC53E8 is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 83 | 232 | - |
| CMYK | 0.05 | 0.64 | 0 | 0.09 |
| HSL | 295.17º | 0.76% | 0.62% | - |
| HSV(B) | 295.17º | 0.64% | 0.91% | - |
| XYZ | 47.17 | 27.23 | 79.11 | - |
| YUV | 140.95 | 179.39 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 232 | 0.05 | 0.64 | 0 | 0.09 | 295.17 | 0.76 | 0.62 |
| Hex | DC | 53 | E8 | 5 | 40 | 0 | 9 | 127 | 4C | 3E |
| Octal | 334 | 123 | 350 | 5 | 100 | 0 | 11 | 447 | 114 | 76 |
| Binary | 11011100 | 1010011 | 11101000 | 101 | 1000000 | 0 | 1001 | 100100111 | 1001100 | 111110 |
Color Harmonies of #DC53E8
Complementary color
Monochromatic Colors of #DC53E8
Black with #DC53E8
Text Example
Text Example
White with #DC53E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC53E8; }
p { color: rgb(220,83,232); }
H1.HeaderClassName
{
color: #DC53E8;
}
.AnyTagClassName
{
color: #DC53E8;
}
</style>
background-color css
<style>
a { background-color: #DC53E8; }
a { background-color: rgb(220,83,232); }
div.DivClassName
{
background-color: #DC53E8;
}
.BgClassName
{
background-color: #DC53E8;
}
</style>
border-color css
<style>
span { border-color: #DC53E8; }
span { border-color: rgb(220,83,232); }
td.TdClassName
{
border-color: #DC53E8;
}
.TagClassName
{
border-color: #DC53E8;
}
</style>