Html Css Color HEX #DC40C5 Free Speech Magenta
📋 copy color: '#DC40C5'red 220 ◦ green 64 ◦ blue 197
Shades of Free Speech Magenta #DC40C5
Tints of Free Speech Magenta #DC40C5
RGB
CMYK
RGB Variations
Color information
#DC40C5 (or 0xDC40C5) is known color: Free Speech Magenta. HEX triplet: DC, 40 and C5. RGB value is (220,64,197). Sum of RGB (Red+Green+Blue) = 220+64+197=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 64 (25.39% from 255 or 13.31% from 481); Blue value is 197 (77.34% from 255 or 40.96% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DC40C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC40C5 is #23BF3A. Grayscale: #7D7D7D. Windows color (decimal): -2342715 or 12927196. OLE color: 12927196.
HSL color Cylindrical-coordinate representation of color #DC40C5: hue angle of 308.85º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC40C5 is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 64 | 197 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.14 |
| HSL | 308.85º | 0.69% | 0.56% | - |
| HSV(B) | 308.85º | 0.71% | 0.86% | - |
| XYZ | 41.43 | 22.91 | 55.06 | - |
| YUV | 125.81 | 168.18 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 64 | 197 | 0 | 0.71 | 0.10 | 0.14 | 308.85 | 0.69 | 0.56 |
| Hex | DC | 40 | C5 | 0 | 47 | A | E | 135 | 45 | 38 |
| Octal | 334 | 100 | 305 | 0 | 107 | 12 | 16 | 465 | 105 | 70 |
| Binary | 11011100 | 1000000 | 11000101 | 0 | 1000111 | 1010 | 1110 | 100110101 | 1000101 | 111000 |
Color Harmonies of #DC40C5
Complementary color
Monochromatic Colors of #DC40C5
Black with #DC40C5
Text Example
Text Example
White with #DC40C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC40C5; }
p { color: rgb(220,64,197); }
H1.HeaderClassName
{
color: #DC40C5;
}
.AnyTagClassName
{
color: #DC40C5;
}
</style>
background-color css
<style>
a { background-color: #DC40C5; }
a { background-color: rgb(220,64,197); }
div.DivClassName
{
background-color: #DC40C5;
}
.BgClassName
{
background-color: #DC40C5;
}
</style>
border-color css
<style>
span { border-color: #DC40C5; }
span { border-color: rgb(220,64,197); }
td.TdClassName
{
border-color: #DC40C5;
}
.TagClassName
{
border-color: #DC40C5;
}
</style>