Html Css Color HEX #DC46C5 Free Speech Magenta
📋 copy color: '#DC46C5'red 220 ◦ green 70 ◦ blue 197
Shades of Free Speech Magenta #DC46C5
Tints of Free Speech Magenta #DC46C5
RGB
CMYK
RGB Variations
Color information
#DC46C5 (or 0xDC46C5) is known color: Free Speech Magenta. HEX triplet: DC, 46 and C5. RGB value is (220,70,197). Sum of RGB (Red+Green+Blue) = 220+70+197=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 70 (27.73% from 255 or 14.37% from 487); Blue value is 197 (77.34% from 255 or 40.45% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DC46C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC46C5 is #23B93A. Grayscale: #808080. Windows color (decimal): -2341179 or 12928732. OLE color: 12928732.
HSL color Cylindrical-coordinate representation of color #DC46C5: hue angle of 309.2º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DC46C5 is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 70 | 197 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.14 |
| HSL | 309.2º | 0.68% | 0.57% | - |
| HSV(B) | 309.2º | 0.68% | 0.86% | - |
| XYZ | 41.78 | 23.63 | 55.18 | - |
| YUV | 129.33 | 166.2 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 70 | 197 | 0 | 0.68 | 0.10 | 0.14 | 309.2 | 0.68 | 0.57 |
| Hex | DC | 46 | C5 | 0 | 44 | A | E | 135 | 44 | 39 |
| Octal | 334 | 106 | 305 | 0 | 104 | 12 | 16 | 465 | 104 | 71 |
| Binary | 11011100 | 1000110 | 11000101 | 0 | 1000100 | 1010 | 1110 | 100110101 | 1000100 | 111001 |
Color Harmonies of #DC46C5
Complementary color
Monochromatic Colors of #DC46C5
Black with #DC46C5
Text Example
Text Example
White with #DC46C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC46C5; }
p { color: rgb(220,70,197); }
H1.HeaderClassName
{
color: #DC46C5;
}
.AnyTagClassName
{
color: #DC46C5;
}
</style>
background-color css
<style>
a { background-color: #DC46C5; }
a { background-color: rgb(220,70,197); }
div.DivClassName
{
background-color: #DC46C5;
}
.BgClassName
{
background-color: #DC46C5;
}
</style>
border-color css
<style>
span { border-color: #DC46C5; }
span { border-color: rgb(220,70,197); }
td.TdClassName
{
border-color: #DC46C5;
}
.TagClassName
{
border-color: #DC46C5;
}
</style>