Html Css Color HEX #DC43C3 Free Speech Magenta
📋 copy color: '#DC43C3'red 220 ◦ green 67 ◦ blue 195
Shades of Free Speech Magenta #DC43C3
Tints of Free Speech Magenta #DC43C3
RGB
CMYK
RGB Variations
Color information
#DC43C3 (or 0xDC43C3) is known color: Free Speech Magenta. HEX triplet: DC, 43 and C3. RGB value is (220,67,195). Sum of RGB (Red+Green+Blue) = 220+67+195=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 67 (26.56% from 255 or 13.90% from 482); Blue value is 195 (76.56% from 255 or 40.46% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DC43C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC43C3 is #23BC3C. Grayscale: #7E7E7E. Windows color (decimal): -2341949 or 12796892. OLE color: 12796892.
HSL color Cylindrical-coordinate representation of color #DC43C3: hue angle of 309.8º 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 #DC43C3 is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 195 | - |
| CMYK | 0 | 0.70 | 0.11 | 0.14 |
| HSL | 309.8º | 0.69% | 0.56% | - |
| HSV(B) | 309.8º | 0.7% | 0.86% | - |
| XYZ | 41.37 | 23.17 | 53.92 | - |
| YUV | 127.34 | 166.19 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 195 | 0 | 0.70 | 0.11 | 0.14 | 309.8 | 0.69 | 0.56 |
| Hex | DC | 43 | C3 | 0 | 46 | B | E | 136 | 45 | 38 |
| Octal | 334 | 103 | 303 | 0 | 106 | 13 | 16 | 466 | 105 | 70 |
| Binary | 11011100 | 1000011 | 11000011 | 0 | 1000110 | 1011 | 1110 | 100110110 | 1000101 | 111000 |
Color Harmonies of #DC43C3
Complementary color
Monochromatic Colors of #DC43C3
Black with #DC43C3
Text Example
Text Example
White with #DC43C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC43C3; }
p { color: rgb(220,67,195); }
H1.HeaderClassName
{
color: #DC43C3;
}
.AnyTagClassName
{
color: #DC43C3;
}
</style>
background-color css
<style>
a { background-color: #DC43C3; }
a { background-color: rgb(220,67,195); }
div.DivClassName
{
background-color: #DC43C3;
}
.BgClassName
{
background-color: #DC43C3;
}
</style>
border-color css
<style>
span { border-color: #DC43C3; }
span { border-color: rgb(220,67,195); }
td.TdClassName
{
border-color: #DC43C3;
}
.TagClassName
{
border-color: #DC43C3;
}
</style>