Html Css Color HEX #DC46C3 Free Speech Magenta
📋 copy color: '#DC46C3'red 220 ◦ green 70 ◦ blue 195
Shades of Free Speech Magenta #DC46C3
Tints of Free Speech Magenta #DC46C3
RGB
CMYK
RGB Variations
Color information
#DC46C3 (or 0xDC46C3) is known color: Free Speech Magenta. HEX triplet: DC, 46 and C3. RGB value is (220,70,195). Sum of RGB (Red+Green+Blue) = 220+70+195=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 70 (27.73% from 255 or 14.43% from 485); Blue value is 195 (76.56% from 255 or 40.21% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DC46C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC46C3 is #23B93C. Grayscale: #808080. Windows color (decimal): -2341181 or 12797660. OLE color: 12797660.
HSL color Cylindrical-coordinate representation of color #DC46C3: hue angle of 310º 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 #DC46C3 is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 70 | 195 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.14 |
| HSL | 310º | 0.68% | 0.57% | - |
| HSV(B) | 310º | 0.68% | 0.86% | - |
| XYZ | 41.56 | 23.54 | 53.98 | - |
| YUV | 129.1 | 165.2 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 70 | 195 | 0 | 0.68 | 0.11 | 0.14 | 310 | 0.68 | 0.57 |
| Hex | DC | 46 | C3 | 0 | 44 | B | E | 136 | 44 | 39 |
| Octal | 334 | 106 | 303 | 0 | 104 | 13 | 16 | 466 | 104 | 71 |
| Binary | 11011100 | 1000110 | 11000011 | 0 | 1000100 | 1011 | 1110 | 100110110 | 1000100 | 111001 |
Color Harmonies of #DC46C3
Complementary color
Monochromatic Colors of #DC46C3
Black with #DC46C3
Text Example
Text Example
White with #DC46C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC46C3; }
p { color: rgb(220,70,195); }
H1.HeaderClassName
{
color: #DC46C3;
}
.AnyTagClassName
{
color: #DC46C3;
}
</style>
background-color css
<style>
a { background-color: #DC46C3; }
a { background-color: rgb(220,70,195); }
div.DivClassName
{
background-color: #DC46C3;
}
.BgClassName
{
background-color: #DC46C3;
}
</style>
border-color css
<style>
span { border-color: #DC46C3; }
span { border-color: rgb(220,70,195); }
td.TdClassName
{
border-color: #DC46C3;
}
.TagClassName
{
border-color: #DC46C3;
}
</style>