Html Css Color HEX #DC3DCC Free Speech Magenta
📋 copy color: '#DC3DCC'red 220 ◦ green 61 ◦ blue 204
Shades of Free Speech Magenta #DC3DCC
Tints of Free Speech Magenta #DC3DCC
RGB
CMYK
RGB Variations
Color information
#DC3DCC (or 0xDC3DCC) is known color: Free Speech Magenta. HEX triplet: DC, 3D and CC. RGB value is (220,61,204). Sum of RGB (Red+Green+Blue) = 220+61+204=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 61 (24.22% from 255 or 12.58% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC3DCC is #23C233. Grayscale: #7C7C7C. Windows color (decimal): -2343476 or 13385180. OLE color: 13385180.
HSL color Cylindrical-coordinate representation of color #DC3DCC: hue angle of 306.04º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC3DCC is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 61 | 204 | - |
| CMYK | 0 | 0.72 | 0.07 | 0.14 |
| HSL | 306.04º | 0.69% | 0.55% | - |
| HSV(B) | 306.04º | 0.72% | 0.86% | - |
| XYZ | 42.08 | 22.91 | 59.33 | - |
| YUV | 124.84 | 172.68 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 61 | 204 | 0 | 0.72 | 0.07 | 0.14 | 306.04 | 0.69 | 0.55 |
| Hex | DC | 3D | CC | 0 | 48 | 7 | E | 132 | 45 | 37 |
| Octal | 334 | 75 | 314 | 0 | 110 | 7 | 16 | 462 | 105 | 67 |
| Binary | 11011100 | 111101 | 11001100 | 0 | 1001000 | 111 | 1110 | 100110010 | 1000101 | 110111 |
Color Harmonies of #DC3DCC
Complementary color
Monochromatic Colors of #DC3DCC
Black with #DC3DCC
Text Example
Text Example
White with #DC3DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3DCC; }
p { color: rgb(220,61,204); }
H1.HeaderClassName
{
color: #DC3DCC;
}
.AnyTagClassName
{
color: #DC3DCC;
}
</style>
background-color css
<style>
a { background-color: #DC3DCC; }
a { background-color: rgb(220,61,204); }
div.DivClassName
{
background-color: #DC3DCC;
}
.BgClassName
{
background-color: #DC3DCC;
}
</style>
border-color css
<style>
span { border-color: #DC3DCC; }
span { border-color: rgb(220,61,204); }
td.TdClassName
{
border-color: #DC3DCC;
}
.TagClassName
{
border-color: #DC3DCC;
}
</style>