Html Css Color HEX #DC40C3 Free Speech Magenta
📋 copy color: '#DC40C3'red 220 ◦ green 64 ◦ blue 195
Shades of Free Speech Magenta #DC40C3
Tints of Free Speech Magenta #DC40C3
RGB
CMYK
RGB Variations
Color information
#DC40C3 (or 0xDC40C3) is known color: Free Speech Magenta. HEX triplet: DC, 40 and C3. RGB value is (220,64,195). Sum of RGB (Red+Green+Blue) = 220+64+195=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 64 (25.39% from 255 or 13.36% from 479); Blue value is 195 (76.56% from 255 or 40.71% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DC40C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC40C3 is #23BF3C. Grayscale: #7D7D7D. Windows color (decimal): -2342717 or 12796124. OLE color: 12796124.
HSL color Cylindrical-coordinate representation of color #DC40C3: hue angle of 309.62º 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 #DC40C3 is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 64 | 195 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.14 |
| HSL | 309.62º | 0.69% | 0.56% | - |
| HSV(B) | 309.62º | 0.71% | 0.86% | - |
| XYZ | 41.2 | 22.82 | 53.86 | - |
| YUV | 125.58 | 167.18 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 64 | 195 | 0 | 0.71 | 0.11 | 0.14 | 309.62 | 0.69 | 0.56 |
| Hex | DC | 40 | C3 | 0 | 47 | B | E | 136 | 45 | 38 |
| Octal | 334 | 100 | 303 | 0 | 107 | 13 | 16 | 466 | 105 | 70 |
| Binary | 11011100 | 1000000 | 11000011 | 0 | 1000111 | 1011 | 1110 | 100110110 | 1000101 | 111000 |
Color Harmonies of #DC40C3
Complementary color
Monochromatic Colors of #DC40C3
Black with #DC40C3
Text Example
Text Example
White with #DC40C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC40C3; }
p { color: rgb(220,64,195); }
H1.HeaderClassName
{
color: #DC40C3;
}
.AnyTagClassName
{
color: #DC40C3;
}
</style>
background-color css
<style>
a { background-color: #DC40C3; }
a { background-color: rgb(220,64,195); }
div.DivClassName
{
background-color: #DC40C3;
}
.BgClassName
{
background-color: #DC40C3;
}
</style>
border-color css
<style>
span { border-color: #DC40C3; }
span { border-color: rgb(220,64,195); }
td.TdClassName
{
border-color: #DC40C3;
}
.TagClassName
{
border-color: #DC40C3;
}
</style>