Html Css Color HEX #DC49D6 Free Speech Magenta
📋 copy color: '#DC49D6'red 220 ◦ green 73 ◦ blue 214
Shades of Free Speech Magenta #DC49D6
Tints of Free Speech Magenta #DC49D6
RGB
CMYK
RGB Variations
Color information
#DC49D6 (or 0xDC49D6) is known color: Free Speech Magenta. HEX triplet: DC, 49 and D6. RGB value is (220,73,214). Sum of RGB (Red+Green+Blue) = 220+73+214=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 73 (28.91% from 255 or 14.40% from 507); Blue value is 214 (83.98% from 255 or 42.21% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DC49D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC49D6 is #23B629. Grayscale: #848484. Windows color (decimal): -2340394 or 14043612. OLE color: 14043612.
HSL color Cylindrical-coordinate representation of color #DC49D6: hue angle of 302.45º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DC49D6 is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 73 | 214 | - |
| CMYK | 0 | 0.67 | 0.03 | 0.14 |
| HSL | 302.45º | 0.68% | 0.57% | - |
| HSV(B) | 302.45º | 0.67% | 0.86% | - |
| XYZ | 44.04 | 24.84 | 66.09 | - |
| YUV | 133.03 | 173.7 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 73 | 214 | 0 | 0.67 | 0.03 | 0.14 | 302.45 | 0.68 | 0.57 |
| Hex | DC | 49 | D6 | 0 | 43 | 3 | E | 12E | 44 | 39 |
| Octal | 334 | 111 | 326 | 0 | 103 | 3 | 16 | 456 | 104 | 71 |
| Binary | 11011100 | 1001001 | 11010110 | 0 | 1000011 | 11 | 1110 | 100101110 | 1000100 | 111001 |
Color Harmonies of #DC49D6
Complementary color
Monochromatic Colors of #DC49D6
Black with #DC49D6
Text Example
Text Example
White with #DC49D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC49D6; }
p { color: rgb(220,73,214); }
H1.HeaderClassName
{
color: #DC49D6;
}
.AnyTagClassName
{
color: #DC49D6;
}
</style>
background-color css
<style>
a { background-color: #DC49D6; }
a { background-color: rgb(220,73,214); }
div.DivClassName
{
background-color: #DC49D6;
}
.BgClassName
{
background-color: #DC49D6;
}
</style>
border-color css
<style>
span { border-color: #DC49D6; }
span { border-color: rgb(220,73,214); }
td.TdClassName
{
border-color: #DC49D6;
}
.TagClassName
{
border-color: #DC49D6;
}
</style>