Html Css Color HEX #DC43C1 Free Speech Magenta
📋 copy color: '#DC43C1'red 220 ◦ green 67 ◦ blue 193
Shades of Free Speech Magenta #DC43C1
Tints of Free Speech Magenta #DC43C1
RGB
CMYK
RGB Variations
Color information
#DC43C1 (or 0xDC43C1) is known color: Free Speech Magenta. HEX triplet: DC, 43 and C1. RGB value is (220,67,193). Sum of RGB (Red+Green+Blue) = 220+67+193=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 67 (26.56% from 255 or 13.96% from 480); Blue value is 193 (75.78% from 255 or 40.21% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DC43C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC43C1 is #23BC3E. Grayscale: #7E7E7E. Windows color (decimal): -2341951 or 12665820. OLE color: 12665820.
HSL color Cylindrical-coordinate representation of color #DC43C1: hue angle of 310.59º 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 #DC43C1 is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 193 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.14 |
| HSL | 310.59º | 0.69% | 0.56% | - |
| HSV(B) | 310.59º | 0.7% | 0.86% | - |
| XYZ | 41.15 | 23.08 | 52.74 | - |
| YUV | 127.11 | 165.19 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 193 | 0 | 0.70 | 0.12 | 0.14 | 310.59 | 0.69 | 0.56 |
| Hex | DC | 43 | C1 | 0 | 46 | C | E | 137 | 45 | 38 |
| Octal | 334 | 103 | 301 | 0 | 106 | 14 | 16 | 467 | 105 | 70 |
| Binary | 11011100 | 1000011 | 11000001 | 0 | 1000110 | 1100 | 1110 | 100110111 | 1000101 | 111000 |
Color Harmonies of #DC43C1
Complementary color
Monochromatic Colors of #DC43C1
Black with #DC43C1
Text Example
Text Example
White with #DC43C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC43C1; }
p { color: rgb(220,67,193); }
H1.HeaderClassName
{
color: #DC43C1;
}
.AnyTagClassName
{
color: #DC43C1;
}
</style>
background-color css
<style>
a { background-color: #DC43C1; }
a { background-color: rgb(220,67,193); }
div.DivClassName
{
background-color: #DC43C1;
}
.BgClassName
{
background-color: #DC43C1;
}
</style>
border-color css
<style>
span { border-color: #DC43C1; }
span { border-color: rgb(220,67,193); }
td.TdClassName
{
border-color: #DC43C1;
}
.TagClassName
{
border-color: #DC43C1;
}
</style>