Html Css Color HEX #DC4DCC Free Speech Magenta
📋 copy color: '#DC4DCC'red 220 ◦ green 77 ◦ blue 204
Shades of Free Speech Magenta #DC4DCC
Tints of Free Speech Magenta #DC4DCC
RGB
CMYK
RGB Variations
Color information
#DC4DCC (or 0xDC4DCC) is known color: Free Speech Magenta. HEX triplet: DC, 4D and CC. RGB value is (220,77,204). Sum of RGB (Red+Green+Blue) = 220+77+204=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 77 (30.47% from 255 or 15.37% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC4DCC is #23B233. Grayscale: #858585. Windows color (decimal): -2339380 or 13389276. OLE color: 13389276.
HSL color Cylindrical-coordinate representation of color #DC4DCC: hue angle of 306.71º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC4DCC is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 77 | 204 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.14 |
| HSL | 306.71º | 0.67% | 0.58% | - |
| HSV(B) | 306.71º | 0.65% | 0.86% | - |
| XYZ | 43.07 | 24.88 | 59.66 | - |
| YUV | 134.24 | 167.38 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 77 | 204 | 0 | 0.65 | 0.07 | 0.14 | 306.71 | 0.67 | 0.58 |
| Hex | DC | 4D | CC | 0 | 41 | 7 | E | 133 | 43 | 3A |
| Octal | 334 | 115 | 314 | 0 | 101 | 7 | 16 | 463 | 103 | 72 |
| Binary | 11011100 | 1001101 | 11001100 | 0 | 1000001 | 111 | 1110 | 100110011 | 1000011 | 111010 |
Color Harmonies of #DC4DCC
Complementary color
Monochromatic Colors of #DC4DCC
Black with #DC4DCC
Text Example
Text Example
White with #DC4DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4DCC; }
p { color: rgb(220,77,204); }
H1.HeaderClassName
{
color: #DC4DCC;
}
.AnyTagClassName
{
color: #DC4DCC;
}
</style>
background-color css
<style>
a { background-color: #DC4DCC; }
a { background-color: rgb(220,77,204); }
div.DivClassName
{
background-color: #DC4DCC;
}
.BgClassName
{
background-color: #DC4DCC;
}
</style>
border-color css
<style>
span { border-color: #DC4DCC; }
span { border-color: rgb(220,77,204); }
td.TdClassName
{
border-color: #DC4DCC;
}
.TagClassName
{
border-color: #DC4DCC;
}
</style>