Html Css Color HEX #DC3ACC Free Speech Magenta
📋 copy color: '#DC3ACC'red 220 ◦ green 58 ◦ blue 204
Shades of Free Speech Magenta #DC3ACC
Tints of Free Speech Magenta #DC3ACC
RGB
CMYK
RGB Variations
Color information
#DC3ACC (or 0xDC3ACC) is known color: Free Speech Magenta. HEX triplet: DC, 3A and CC. RGB value is (220,58,204). Sum of RGB (Red+Green+Blue) = 220+58+204=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 58 (23.05% from 255 or 12.03% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC3ACC is #23C533. Grayscale: #7A7A7A. Windows color (decimal): -2344244 or 13384412. OLE color: 13384412.
HSL color Cylindrical-coordinate representation of color #DC3ACC: hue angle of 305.93º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC3ACC is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 58 | 204 | - |
| CMYK | 0 | 0.74 | 0.07 | 0.14 |
| HSL | 305.93º | 0.7% | 0.55% | - |
| HSV(B) | 305.93º | 0.74% | 0.86% | - |
| XYZ | 41.93 | 22.6 | 59.28 | - |
| YUV | 123.08 | 173.67 | 197.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 58 | 204 | 0 | 0.74 | 0.07 | 0.14 | 305.93 | 0.7 | 0.55 |
| Hex | DC | 3A | CC | 0 | 4A | 7 | E | 132 | 46 | 37 |
| Octal | 334 | 72 | 314 | 0 | 112 | 7 | 16 | 462 | 106 | 67 |
| Binary | 11011100 | 111010 | 11001100 | 0 | 1001010 | 111 | 1110 | 100110010 | 1000110 | 110111 |
Color Harmonies of #DC3ACC
Complementary color
Monochromatic Colors of #DC3ACC
Black with #DC3ACC
Text Example
Text Example
White with #DC3ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3ACC; }
p { color: rgb(220,58,204); }
H1.HeaderClassName
{
color: #DC3ACC;
}
.AnyTagClassName
{
color: #DC3ACC;
}
</style>
background-color css
<style>
a { background-color: #DC3ACC; }
a { background-color: rgb(220,58,204); }
div.DivClassName
{
background-color: #DC3ACC;
}
.BgClassName
{
background-color: #DC3ACC;
}
</style>
border-color css
<style>
span { border-color: #DC3ACC; }
span { border-color: rgb(220,58,204); }
td.TdClassName
{
border-color: #DC3ACC;
}
.TagClassName
{
border-color: #DC3ACC;
}
</style>