Html Css Color HEX #DC43C6 Free Speech Magenta
📋 copy color: '#DC43C6'red 220 ◦ green 67 ◦ blue 198
Shades of Free Speech Magenta #DC43C6
Tints of Free Speech Magenta #DC43C6
RGB
CMYK
RGB Variations
Color information
#DC43C6 (or 0xDC43C6) is known color: Free Speech Magenta. HEX triplet: DC, 43 and C6. RGB value is (220,67,198). Sum of RGB (Red+Green+Blue) = 220+67+198=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 67 (26.56% from 255 or 13.81% from 485); Blue value is 198 (77.73% from 255 or 40.82% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DC43C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC43C6 is #23BC39. Grayscale: #7F7F7F. Windows color (decimal): -2341946 or 12993500. OLE color: 12993500.
HSL color Cylindrical-coordinate representation of color #DC43C6: hue angle of 308.63º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC43C6 is Cyan = 0, Magento = 0.70, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 198 | - |
| CMYK | 0 | 0.70 | 0.1 | 0.14 |
| HSL | 308.63º | 0.69% | 0.56% | - |
| HSV(B) | 308.63º | 0.7% | 0.86% | - |
| XYZ | 41.72 | 23.31 | 55.73 | - |
| YUV | 127.68 | 167.69 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 198 | 0 | 0.70 | 0.1 | 0.14 | 308.63 | 0.69 | 0.56 |
| Hex | DC | 43 | C6 | 0 | 46 | A | E | 135 | 45 | 38 |
| Octal | 334 | 103 | 306 | 0 | 106 | 12 | 16 | 465 | 105 | 70 |
| Binary | 11011100 | 1000011 | 11000110 | 0 | 1000110 | 1010 | 1110 | 100110101 | 1000101 | 111000 |
Color Harmonies of #DC43C6
Complementary color
Monochromatic Colors of #DC43C6
Black with #DC43C6
Text Example
Text Example
White with #DC43C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC43C6; }
p { color: rgb(220,67,198); }
H1.HeaderClassName
{
color: #DC43C6;
}
.AnyTagClassName
{
color: #DC43C6;
}
</style>
background-color css
<style>
a { background-color: #DC43C6; }
a { background-color: rgb(220,67,198); }
div.DivClassName
{
background-color: #DC43C6;
}
.BgClassName
{
background-color: #DC43C6;
}
</style>
border-color css
<style>
span { border-color: #DC43C6; }
span { border-color: rgb(220,67,198); }
td.TdClassName
{
border-color: #DC43C6;
}
.TagClassName
{
border-color: #DC43C6;
}
</style>