Html Css Color HEX #DC3DED Free Speech Magenta
📋 copy color: '#DC3DED'red 220 ◦ green 61 ◦ blue 237
Shades of Free Speech Magenta #DC3DED
Tints of Free Speech Magenta #DC3DED
RGB
CMYK
RGB Variations
Color information
#DC3DED (or 0xDC3DED) is known color: Free Speech Magenta. HEX triplet: DC, 3D and ED. RGB value is (220,61,237). Sum of RGB (Red+Green+Blue) = 220+61+237=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 61 (24.22% from 255 or 11.78% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC3DED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC3DED is #23C212. Grayscale: #808080. Windows color (decimal): -2343443 or 15547868. OLE color: 15547868.
HSL color Cylindrical-coordinate representation of color #DC3DED: hue angle of 294.2º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC3DED is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 61 | 237 | - |
| CMYK | 0.07 | 0.74 | 0 | 0.07 |
| HSL | 294.2º | 0.83% | 0.58% | - |
| HSV(B) | 294.2º | 0.74% | 0.93% | - |
| XYZ | 46.47 | 24.67 | 82.43 | - |
| YUV | 128.61 | 189.18 | 193.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 61 | 237 | 0.07 | 0.74 | 0 | 0.07 | 294.2 | 0.83 | 0.58 |
| Hex | DC | 3D | ED | 7 | 4A | 0 | 7 | 126 | 53 | 3A |
| Octal | 334 | 75 | 355 | 7 | 112 | 0 | 7 | 446 | 123 | 72 |
| Binary | 11011100 | 111101 | 11101101 | 111 | 1001010 | 0 | 111 | 100100110 | 1010011 | 111010 |
Color Harmonies of #DC3DED
Complementary color
Monochromatic Colors of #DC3DED
Black with #DC3DED
Text Example
Text Example
White with #DC3DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3DED; }
p { color: rgb(220,61,237); }
H1.HeaderClassName
{
color: #DC3DED;
}
.AnyTagClassName
{
color: #DC3DED;
}
</style>
background-color css
<style>
a { background-color: #DC3DED; }
a { background-color: rgb(220,61,237); }
div.DivClassName
{
background-color: #DC3DED;
}
.BgClassName
{
background-color: #DC3DED;
}
</style>
border-color css
<style>
span { border-color: #DC3DED; }
span { border-color: rgb(220,61,237); }
td.TdClassName
{
border-color: #DC3DED;
}
.TagClassName
{
border-color: #DC3DED;
}
</style>