Html Css Color HEX #DC4FCC Free Speech Magenta
📋 copy color: '#DC4FCC'red 220 ◦ green 79 ◦ blue 204
Shades of Free Speech Magenta #DC4FCC
Tints of Free Speech Magenta #DC4FCC
RGB
CMYK
RGB Variations
Color information
#DC4FCC (or 0xDC4FCC) is known color: Free Speech Magenta. HEX triplet: DC, 4F and CC. RGB value is (220,79,204). Sum of RGB (Red+Green+Blue) = 220+79+204=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 79 (31.25% from 255 or 15.71% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC4FCC is #23B033. Grayscale: #878787. Windows color (decimal): -2338868 or 13389788. OLE color: 13389788.
HSL color Cylindrical-coordinate representation of color #DC4FCC: hue angle of 306.81º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC4FCC is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 79 | 204 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.14 |
| HSL | 306.81º | 0.67% | 0.59% | - |
| HSV(B) | 306.81º | 0.64% | 0.86% | - |
| XYZ | 43.21 | 25.17 | 59.71 | - |
| YUV | 135.41 | 166.71 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 79 | 204 | 0 | 0.64 | 0.07 | 0.14 | 306.81 | 0.67 | 0.59 |
| Hex | DC | 4F | CC | 0 | 40 | 7 | E | 133 | 43 | 3B |
| Octal | 334 | 117 | 314 | 0 | 100 | 7 | 16 | 463 | 103 | 73 |
| Binary | 11011100 | 1001111 | 11001100 | 0 | 1000000 | 111 | 1110 | 100110011 | 1000011 | 111011 |
Color Harmonies of #DC4FCC
Complementary color
Monochromatic Colors of #DC4FCC
Black with #DC4FCC
Text Example
Text Example
White with #DC4FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4FCC; }
p { color: rgb(220,79,204); }
H1.HeaderClassName
{
color: #DC4FCC;
}
.AnyTagClassName
{
color: #DC4FCC;
}
</style>
background-color css
<style>
a { background-color: #DC4FCC; }
a { background-color: rgb(220,79,204); }
div.DivClassName
{
background-color: #DC4FCC;
}
.BgClassName
{
background-color: #DC4FCC;
}
</style>
border-color css
<style>
span { border-color: #DC4FCC; }
span { border-color: rgb(220,79,204); }
td.TdClassName
{
border-color: #DC4FCC;
}
.TagClassName
{
border-color: #DC4FCC;
}
</style>