Html Css Color HEX #DC5EC0 Free Speech Magenta
📋 copy color: '#DC5EC0'red 220 ◦ green 94 ◦ blue 192
Shades of Free Speech Magenta #DC5EC0
Tints of Free Speech Magenta #DC5EC0
RGB
CMYK
RGB Variations
Color information
#DC5EC0 (or 0xDC5EC0) is known color: Free Speech Magenta. HEX triplet: DC, 5E and C0. RGB value is (220,94,192). Sum of RGB (Red+Green+Blue) = 220+94+192=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 94 (37.11% from 255 or 18.58% from 506); Blue value is 192 (75.39% from 255 or 37.94% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5EC0 is #23A13F. Grayscale: #8E8E8E. Windows color (decimal): -2335040 or 12607196. OLE color: 12607196.
HSL color Cylindrical-coordinate representation of color #DC5EC0: hue angle of 313.33º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC5EC0 is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 94 | 192 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.14 |
| HSL | 313.33º | 0.64% | 0.62% | - |
| HSV(B) | 313.33º | 0.57% | 0.86% | - |
| XYZ | 43.03 | 27.03 | 52.82 | - |
| YUV | 142.85 | 155.74 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 94 | 192 | 0 | 0.57 | 0.13 | 0.14 | 313.33 | 0.64 | 0.62 |
| Hex | DC | 5E | C0 | 0 | 39 | D | E | 139 | 40 | 3E |
| Octal | 334 | 136 | 300 | 0 | 71 | 15 | 16 | 471 | 100 | 76 |
| Binary | 11011100 | 1011110 | 11000000 | 0 | 111001 | 1101 | 1110 | 100111001 | 1000000 | 111110 |
Color Harmonies of #DC5EC0
Complementary color
Monochromatic Colors of #DC5EC0
Black with #DC5EC0
Text Example
Text Example
White with #DC5EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5EC0; }
p { color: rgb(220,94,192); }
H1.HeaderClassName
{
color: #DC5EC0;
}
.AnyTagClassName
{
color: #DC5EC0;
}
</style>
background-color css
<style>
a { background-color: #DC5EC0; }
a { background-color: rgb(220,94,192); }
div.DivClassName
{
background-color: #DC5EC0;
}
.BgClassName
{
background-color: #DC5EC0;
}
</style>
border-color css
<style>
span { border-color: #DC5EC0; }
span { border-color: rgb(220,94,192); }
td.TdClassName
{
border-color: #DC5EC0;
}
.TagClassName
{
border-color: #DC5EC0;
}
</style>