Html Css Color HEX #DC3EED Free Speech Magenta
📋 copy color: '#DC3EED'red 220 ◦ green 62 ◦ blue 237
Shades of Free Speech Magenta #DC3EED
Tints of Free Speech Magenta #DC3EED
RGB
CMYK
RGB Variations
Color information
#DC3EED (or 0xDC3EED) is known color: Free Speech Magenta. HEX triplet: DC, 3E and ED. RGB value is (220,62,237). Sum of RGB (Red+Green+Blue) = 220+62+237=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 62 (24.61% from 255 or 11.95% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC3EED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC3EED is #23C112. Grayscale: #808080. Windows color (decimal): -2343187 or 15548124. OLE color: 15548124.
HSL color Cylindrical-coordinate representation of color #DC3EED: hue angle of 294.17º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC3EED is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 62 | 237 | - |
| CMYK | 0.07 | 0.74 | 0 | 0.07 |
| HSL | 294.17º | 0.83% | 0.59% | - |
| HSV(B) | 294.17º | 0.74% | 0.93% | - |
| XYZ | 46.52 | 24.78 | 82.45 | - |
| YUV | 129.19 | 188.85 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 62 | 237 | 0.07 | 0.74 | 0 | 0.07 | 294.17 | 0.83 | 0.59 |
| Hex | DC | 3E | ED | 7 | 4A | 0 | 7 | 126 | 53 | 3B |
| Octal | 334 | 76 | 355 | 7 | 112 | 0 | 7 | 446 | 123 | 73 |
| Binary | 11011100 | 111110 | 11101101 | 111 | 1001010 | 0 | 111 | 100100110 | 1010011 | 111011 |
Color Harmonies of #DC3EED
Complementary color
Monochromatic Colors of #DC3EED
Black with #DC3EED
Text Example
Text Example
White with #DC3EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3EED; }
p { color: rgb(220,62,237); }
H1.HeaderClassName
{
color: #DC3EED;
}
.AnyTagClassName
{
color: #DC3EED;
}
</style>
background-color css
<style>
a { background-color: #DC3EED; }
a { background-color: rgb(220,62,237); }
div.DivClassName
{
background-color: #DC3EED;
}
.BgClassName
{
background-color: #DC3EED;
}
</style>
border-color css
<style>
span { border-color: #DC3EED; }
span { border-color: rgb(220,62,237); }
td.TdClassName
{
border-color: #DC3EED;
}
.TagClassName
{
border-color: #DC3EED;
}
</style>