Html Css Color HEX #DC4DC5 Free Speech Magenta
📋 copy color: '#DC4DC5'red 220 ◦ green 77 ◦ blue 197
Shades of Free Speech Magenta #DC4DC5
Tints of Free Speech Magenta #DC4DC5
RGB
CMYK
RGB Variations
Color information
#DC4DC5 (or 0xDC4DC5) is known color: Free Speech Magenta. HEX triplet: DC, 4D and C5. RGB value is (220,77,197). Sum of RGB (Red+Green+Blue) = 220+77+197=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 77 (30.47% from 255 or 15.59% from 494); Blue value is 197 (77.34% from 255 or 39.88% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC4DC5 is #23B23A. Grayscale: #858585. Windows color (decimal): -2339387 or 12930524. OLE color: 12930524.
HSL color Cylindrical-coordinate representation of color #DC4DC5: hue angle of 309.65º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC4DC5 is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 77 | 197 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.14 |
| HSL | 309.65º | 0.67% | 0.58% | - |
| HSV(B) | 309.65º | 0.65% | 0.86% | - |
| XYZ | 42.25 | 24.55 | 55.34 | - |
| YUV | 133.44 | 163.88 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 77 | 197 | 0 | 0.65 | 0.10 | 0.14 | 309.65 | 0.67 | 0.58 |
| Hex | DC | 4D | C5 | 0 | 41 | A | E | 136 | 43 | 3A |
| Octal | 334 | 115 | 305 | 0 | 101 | 12 | 16 | 466 | 103 | 72 |
| Binary | 11011100 | 1001101 | 11000101 | 0 | 1000001 | 1010 | 1110 | 100110110 | 1000011 | 111010 |
Color Harmonies of #DC4DC5
Complementary color
Monochromatic Colors of #DC4DC5
Black with #DC4DC5
Text Example
Text Example
White with #DC4DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4DC5; }
p { color: rgb(220,77,197); }
H1.HeaderClassName
{
color: #DC4DC5;
}
.AnyTagClassName
{
color: #DC4DC5;
}
</style>
background-color css
<style>
a { background-color: #DC4DC5; }
a { background-color: rgb(220,77,197); }
div.DivClassName
{
background-color: #DC4DC5;
}
.BgClassName
{
background-color: #DC4DC5;
}
</style>
border-color css
<style>
span { border-color: #DC4DC5; }
span { border-color: rgb(220,77,197); }
td.TdClassName
{
border-color: #DC4DC5;
}
.TagClassName
{
border-color: #DC4DC5;
}
</style>