Html Css Color HEX #DC30EC Free Speech Magenta
📋 copy color: '#DC30EC'red 220 ◦ green 48 ◦ blue 236
Shades of Free Speech Magenta #DC30EC
Tints of Free Speech Magenta #DC30EC
RGB
CMYK
RGB Variations
Color information
#DC30EC (or 0xDC30EC) is known color: Free Speech Magenta. HEX triplet: DC, 30 and EC. RGB value is (220,48,236). Sum of RGB (Red+Green+Blue) = 220+48+236=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 48 (19.14% from 255 or 9.52% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 236 - color contains mainly: blue. Hex color #DC30EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC30EC is #23CF13. Grayscale: #787878. Windows color (decimal): -2346772 or 15479004. OLE color: 15479004.
HSL color Cylindrical-coordinate representation of color #DC30EC: hue angle of 294.89º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC30EC is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 48 | 236 | - |
| CMYK | 0.07 | 0.80 | 0 | 0.07 |
| HSL | 294.89º | 0.83% | 0.56% | - |
| HSV(B) | 294.89º | 0.8% | 0.93% | - |
| XYZ | 45.71 | 23.39 | 81.46 | - |
| YUV | 120.86 | 192.98 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 236 | 0.07 | 0.80 | 0 | 0.07 | 294.89 | 0.83 | 0.56 |
| Hex | DC | 30 | EC | 7 | 50 | 0 | 7 | 127 | 53 | 38 |
| Octal | 334 | 60 | 354 | 7 | 120 | 0 | 7 | 447 | 123 | 70 |
| Binary | 11011100 | 110000 | 11101100 | 111 | 1010000 | 0 | 111 | 100100111 | 1010011 | 111000 |
Color Harmonies of #DC30EC
Complementary color
Monochromatic Colors of #DC30EC
Black with #DC30EC
Text Example
Text Example
White with #DC30EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC30EC; }
p { color: rgb(220,48,236); }
H1.HeaderClassName
{
color: #DC30EC;
}
.AnyTagClassName
{
color: #DC30EC;
}
</style>
background-color css
<style>
a { background-color: #DC30EC; }
a { background-color: rgb(220,48,236); }
div.DivClassName
{
background-color: #DC30EC;
}
.BgClassName
{
background-color: #DC30EC;
}
</style>
border-color css
<style>
span { border-color: #DC30EC; }
span { border-color: rgb(220,48,236); }
td.TdClassName
{
border-color: #DC30EC;
}
.TagClassName
{
border-color: #DC30EC;
}
</style>