Html Css Color HEX #DC3CED Free Speech Magenta
📋 copy color: '#DC3CED'red 220 ◦ green 60 ◦ blue 237
Shades of Free Speech Magenta #DC3CED
Tints of Free Speech Magenta #DC3CED
RGB
CMYK
RGB Variations
Color information
#DC3CED (or 0xDC3CED) is known color: Free Speech Magenta. HEX triplet: DC, 3C and ED. RGB value is (220,60,237). Sum of RGB (Red+Green+Blue) = 220+60+237=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 60 (23.83% from 255 or 11.61% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC3CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC3CED is #23C312. Grayscale: #7F7F7F. Windows color (decimal): -2343699 or 15547612. OLE color: 15547612.
HSL color Cylindrical-coordinate representation of color #DC3CED: hue angle of 294.24º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC3CED is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 60 | 237 | - |
| CMYK | 0.07 | 0.75 | 0 | 0.07 |
| HSL | 294.24º | 0.83% | 0.58% | - |
| HSV(B) | 294.24º | 0.75% | 0.93% | - |
| XYZ | 46.42 | 24.56 | 82.42 | - |
| YUV | 128.02 | 189.51 | 193.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 60 | 237 | 0.07 | 0.75 | 0 | 0.07 | 294.24 | 0.83 | 0.58 |
| Hex | DC | 3C | ED | 7 | 4B | 0 | 7 | 126 | 53 | 3A |
| Octal | 334 | 74 | 355 | 7 | 113 | 0 | 7 | 446 | 123 | 72 |
| Binary | 11011100 | 111100 | 11101101 | 111 | 1001011 | 0 | 111 | 100100110 | 1010011 | 111010 |
Color Harmonies of #DC3CED
Complementary color
Monochromatic Colors of #DC3CED
Black with #DC3CED
Text Example
Text Example
White with #DC3CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3CED; }
p { color: rgb(220,60,237); }
H1.HeaderClassName
{
color: #DC3CED;
}
.AnyTagClassName
{
color: #DC3CED;
}
</style>
background-color css
<style>
a { background-color: #DC3CED; }
a { background-color: rgb(220,60,237); }
div.DivClassName
{
background-color: #DC3CED;
}
.BgClassName
{
background-color: #DC3CED;
}
</style>
border-color css
<style>
span { border-color: #DC3CED; }
span { border-color: rgb(220,60,237); }
td.TdClassName
{
border-color: #DC3CED;
}
.TagClassName
{
border-color: #DC3CED;
}
</style>