Html Css Color HEX #DC46C0 Free Speech Magenta
📋 copy color: '#DC46C0'red 220 ◦ green 70 ◦ blue 192
Shades of Free Speech Magenta #DC46C0
Tints of Free Speech Magenta #DC46C0
RGB
CMYK
RGB Variations
Color information
#DC46C0 (or 0xDC46C0) is known color: Free Speech Magenta. HEX triplet: DC, 46 and C0. RGB value is (220,70,192). Sum of RGB (Red+Green+Blue) = 220+70+192=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 70 (27.73% from 255 or 14.52% from 482); Blue value is 192 (75.39% from 255 or 39.83% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DC46C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC46C0 is #23B93F. Grayscale: #808080. Windows color (decimal): -2341184 or 12601052. OLE color: 12601052.
HSL color Cylindrical-coordinate representation of color #DC46C0: hue angle of 311.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 #DC46C0 is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 70 | 192 | - |
| CMYK | 0 | 0.68 | 0.13 | 0.14 |
| HSL | 311.2º | 0.68% | 0.57% | - |
| HSV(B) | 311.2º | 0.68% | 0.86% | - |
| XYZ | 41.22 | 23.4 | 52.21 | - |
| YUV | 128.76 | 163.7 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 70 | 192 | 0 | 0.68 | 0.13 | 0.14 | 311.2 | 0.68 | 0.57 |
| Hex | DC | 46 | C0 | 0 | 44 | D | E | 137 | 44 | 39 |
| Octal | 334 | 106 | 300 | 0 | 104 | 15 | 16 | 467 | 104 | 71 |
| Binary | 11011100 | 1000110 | 11000000 | 0 | 1000100 | 1101 | 1110 | 100110111 | 1000100 | 111001 |
Color Harmonies of #DC46C0
Complementary color
Monochromatic Colors of #DC46C0
Black with #DC46C0
Text Example
Text Example
White with #DC46C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC46C0; }
p { color: rgb(220,70,192); }
H1.HeaderClassName
{
color: #DC46C0;
}
.AnyTagClassName
{
color: #DC46C0;
}
</style>
background-color css
<style>
a { background-color: #DC46C0; }
a { background-color: rgb(220,70,192); }
div.DivClassName
{
background-color: #DC46C0;
}
.BgClassName
{
background-color: #DC46C0;
}
</style>
border-color css
<style>
span { border-color: #DC46C0; }
span { border-color: rgb(220,70,192); }
td.TdClassName
{
border-color: #DC46C0;
}
.TagClassName
{
border-color: #DC46C0;
}
</style>