Html Css Color HEX #DC47C6 Free Speech Magenta
📋 copy color: '#DC47C6'red 220 ◦ green 71 ◦ blue 198
Shades of Free Speech Magenta #DC47C6
Tints of Free Speech Magenta #DC47C6
RGB
CMYK
RGB Variations
Color information
#DC47C6 (or 0xDC47C6) is known color: Free Speech Magenta. HEX triplet: DC, 47 and C6. RGB value is (220,71,198). Sum of RGB (Red+Green+Blue) = 220+71+198=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 71 (28.12% from 255 or 14.52% from 489); Blue value is 198 (77.73% from 255 or 40.49% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DC47C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC47C6 is #23B839. Grayscale: #818181. Windows color (decimal): -2340922 or 12994524. OLE color: 12994524.
HSL color Cylindrical-coordinate representation of color #DC47C6: hue angle of 308.86º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DC47C6 is Cyan = 0, Magento = 0.68, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 71 | 198 | - |
| CMYK | 0 | 0.68 | 0.1 | 0.14 |
| HSL | 308.86º | 0.68% | 0.57% | - |
| HSV(B) | 308.86º | 0.68% | 0.86% | - |
| XYZ | 41.96 | 23.8 | 55.81 | - |
| YUV | 130.03 | 166.36 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 71 | 198 | 0 | 0.68 | 0.1 | 0.14 | 308.86 | 0.68 | 0.57 |
| Hex | DC | 47 | C6 | 0 | 44 | A | E | 135 | 44 | 39 |
| Octal | 334 | 107 | 306 | 0 | 104 | 12 | 16 | 465 | 104 | 71 |
| Binary | 11011100 | 1000111 | 11000110 | 0 | 1000100 | 1010 | 1110 | 100110101 | 1000100 | 111001 |
Color Harmonies of #DC47C6
Complementary color
Monochromatic Colors of #DC47C6
Black with #DC47C6
Text Example
Text Example
White with #DC47C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC47C6; }
p { color: rgb(220,71,198); }
H1.HeaderClassName
{
color: #DC47C6;
}
.AnyTagClassName
{
color: #DC47C6;
}
</style>
background-color css
<style>
a { background-color: #DC47C6; }
a { background-color: rgb(220,71,198); }
div.DivClassName
{
background-color: #DC47C6;
}
.BgClassName
{
background-color: #DC47C6;
}
</style>
border-color css
<style>
span { border-color: #DC47C6; }
span { border-color: rgb(220,71,198); }
td.TdClassName
{
border-color: #DC47C6;
}
.TagClassName
{
border-color: #DC47C6;
}
</style>