Html Css Color HEX #DC49D1 Free Speech Magenta
📋 copy color: '#DC49D1'red 220 ◦ green 73 ◦ blue 209
Shades of Free Speech Magenta #DC49D1
Tints of Free Speech Magenta #DC49D1
RGB
CMYK
RGB Variations
Color information
#DC49D1 (or 0xDC49D1) is known color: Free Speech Magenta. HEX triplet: DC, 49 and D1. RGB value is (220,73,209). Sum of RGB (Red+Green+Blue) = 220+73+209=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 73 (28.91% from 255 or 14.54% from 502); Blue value is 209 (82.03% from 255 or 41.63% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DC49D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC49D1 is #23B62E. Grayscale: #848484. Windows color (decimal): -2340399 or 13715932. OLE color: 13715932.
HSL color Cylindrical-coordinate representation of color #DC49D1: hue angle of 304.49º 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 #DC49D1 is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 73 | 209 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.14 |
| HSL | 304.49º | 0.68% | 0.57% | - |
| HSV(B) | 304.49º | 0.67% | 0.86% | - |
| XYZ | 43.41 | 24.58 | 62.78 | - |
| YUV | 132.46 | 171.2 | 190.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 73 | 209 | 0 | 0.67 | 0.05 | 0.14 | 304.49 | 0.68 | 0.57 |
| Hex | DC | 49 | D1 | 0 | 43 | 5 | E | 130 | 44 | 39 |
| Octal | 334 | 111 | 321 | 0 | 103 | 5 | 16 | 460 | 104 | 71 |
| Binary | 11011100 | 1001001 | 11010001 | 0 | 1000011 | 101 | 1110 | 100110000 | 1000100 | 111001 |
Color Harmonies of #DC49D1
Complementary color
Monochromatic Colors of #DC49D1
Black with #DC49D1
Text Example
Text Example
White with #DC49D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC49D1; }
p { color: rgb(220,73,209); }
H1.HeaderClassName
{
color: #DC49D1;
}
.AnyTagClassName
{
color: #DC49D1;
}
</style>
background-color css
<style>
a { background-color: #DC49D1; }
a { background-color: rgb(220,73,209); }
div.DivClassName
{
background-color: #DC49D1;
}
.BgClassName
{
background-color: #DC49D1;
}
</style>
border-color css
<style>
span { border-color: #DC49D1; }
span { border-color: rgb(220,73,209); }
td.TdClassName
{
border-color: #DC49D1;
}
.TagClassName
{
border-color: #DC49D1;
}
</style>