Html Css Color HEX #DC46D3 Free Speech Magenta
📋 copy color: '#DC46D3'red 220 ◦ green 70 ◦ blue 211
Shades of Free Speech Magenta #DC46D3
Tints of Free Speech Magenta #DC46D3
RGB
CMYK
RGB Variations
Color information
#DC46D3 (or 0xDC46D3) is known color: Free Speech Magenta. HEX triplet: DC, 46 and D3. RGB value is (220,70,211). Sum of RGB (Red+Green+Blue) = 220+70+211=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 70 (27.73% from 255 or 13.97% from 501); Blue value is 211 (82.81% from 255 or 42.12% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DC46D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC46D3 is #23B92C. Grayscale: #828282. Windows color (decimal): -2341165 or 13846236. OLE color: 13846236.
HSL color Cylindrical-coordinate representation of color #DC46D3: hue angle of 303.6º 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 #DC46D3 is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 70 | 211 | - |
| CMYK | 0 | 0.68 | 0.04 | 0.14 |
| HSL | 303.6º | 0.68% | 0.57% | - |
| HSV(B) | 303.6º | 0.68% | 0.86% | - |
| XYZ | 43.46 | 24.3 | 64.03 | - |
| YUV | 130.92 | 173.2 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 70 | 211 | 0 | 0.68 | 0.04 | 0.14 | 303.6 | 0.68 | 0.57 |
| Hex | DC | 46 | D3 | 0 | 44 | 4 | E | 130 | 44 | 39 |
| Octal | 334 | 106 | 323 | 0 | 104 | 4 | 16 | 460 | 104 | 71 |
| Binary | 11011100 | 1000110 | 11010011 | 0 | 1000100 | 100 | 1110 | 100110000 | 1000100 | 111001 |
Color Harmonies of #DC46D3
Complementary color
Monochromatic Colors of #DC46D3
Black with #DC46D3
Text Example
Text Example
White with #DC46D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC46D3; }
p { color: rgb(220,70,211); }
H1.HeaderClassName
{
color: #DC46D3;
}
.AnyTagClassName
{
color: #DC46D3;
}
</style>
background-color css
<style>
a { background-color: #DC46D3; }
a { background-color: rgb(220,70,211); }
div.DivClassName
{
background-color: #DC46D3;
}
.BgClassName
{
background-color: #DC46D3;
}
</style>
border-color css
<style>
span { border-color: #DC46D3; }
span { border-color: rgb(220,70,211); }
td.TdClassName
{
border-color: #DC46D3;
}
.TagClassName
{
border-color: #DC46D3;
}
</style>