Html Css Color HEX #DC43C9 Free Speech Magenta
📋 copy color: '#DC43C9'red 220 ◦ green 67 ◦ blue 201
Shades of Free Speech Magenta #DC43C9
Tints of Free Speech Magenta #DC43C9
RGB
CMYK
RGB Variations
Color information
#DC43C9 (or 0xDC43C9) is known color: Free Speech Magenta. HEX triplet: DC, 43 and C9. RGB value is (220,67,201). Sum of RGB (Red+Green+Blue) = 220+67+201=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 67 (26.56% from 255 or 13.73% from 488); Blue value is 201 (78.91% from 255 or 41.19% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DC43C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC43C9 is #23BC36. Grayscale: #7F7F7F. Windows color (decimal): -2341943 or 13190108. OLE color: 13190108.
HSL color Cylindrical-coordinate representation of color #DC43C9: hue angle of 307.45º 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 #DC43C9 is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 201 | - |
| CMYK | 0 | 0.70 | 0.09 | 0.14 |
| HSL | 307.45º | 0.69% | 0.56% | - |
| HSV(B) | 307.45º | 0.7% | 0.86% | - |
| XYZ | 42.06 | 23.45 | 57.57 | - |
| YUV | 128.02 | 169.19 | 193.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 201 | 0 | 0.70 | 0.09 | 0.14 | 307.45 | 0.69 | 0.56 |
| Hex | DC | 43 | C9 | 0 | 46 | 9 | E | 133 | 45 | 38 |
| Octal | 334 | 103 | 311 | 0 | 106 | 11 | 16 | 463 | 105 | 70 |
| Binary | 11011100 | 1000011 | 11001001 | 0 | 1000110 | 1001 | 1110 | 100110011 | 1000101 | 111000 |
Color Harmonies of #DC43C9
Complementary color
Monochromatic Colors of #DC43C9
Black with #DC43C9
Text Example
Text Example
White with #DC43C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC43C9; }
p { color: rgb(220,67,201); }
H1.HeaderClassName
{
color: #DC43C9;
}
.AnyTagClassName
{
color: #DC43C9;
}
</style>
background-color css
<style>
a { background-color: #DC43C9; }
a { background-color: rgb(220,67,201); }
div.DivClassName
{
background-color: #DC43C9;
}
.BgClassName
{
background-color: #DC43C9;
}
</style>
border-color css
<style>
span { border-color: #DC43C9; }
span { border-color: rgb(220,67,201); }
td.TdClassName
{
border-color: #DC43C9;
}
.TagClassName
{
border-color: #DC43C9;
}
</style>