Html Css Color HEX #DC5EC5 Free Speech Magenta
📋 copy color: '#DC5EC5'red 220 ◦ green 94 ◦ blue 197
Shades of Free Speech Magenta #DC5EC5
Tints of Free Speech Magenta #DC5EC5
RGB
CMYK
RGB Variations
Color information
#DC5EC5 (or 0xDC5EC5) is known color: Free Speech Magenta. HEX triplet: DC, 5E and C5. RGB value is (220,94,197). Sum of RGB (Red+Green+Blue) = 220+94+197=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 94 (37.11% from 255 or 18.40% from 511); Blue value is 197 (77.34% from 255 or 38.55% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5EC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5EC5 is #23A13A. Grayscale: #8F8F8F. Windows color (decimal): -2335035 or 12934876. OLE color: 12934876.
HSL color Cylindrical-coordinate representation of color #DC5EC5: hue angle of 310.95º 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 #DC5EC5 is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 94 | 197 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.14 |
| HSL | 310.95º | 0.64% | 0.62% | - |
| HSV(B) | 310.95º | 0.57% | 0.86% | - |
| XYZ | 43.6 | 27.25 | 55.79 | - |
| YUV | 143.42 | 158.24 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 94 | 197 | 0 | 0.57 | 0.10 | 0.14 | 310.95 | 0.64 | 0.62 |
| Hex | DC | 5E | C5 | 0 | 39 | A | E | 137 | 40 | 3E |
| Octal | 334 | 136 | 305 | 0 | 71 | 12 | 16 | 467 | 100 | 76 |
| Binary | 11011100 | 1011110 | 11000101 | 0 | 111001 | 1010 | 1110 | 100110111 | 1000000 | 111110 |
Color Harmonies of #DC5EC5
Complementary color
Monochromatic Colors of #DC5EC5
Black with #DC5EC5
Text Example
Text Example
White with #DC5EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5EC5; }
p { color: rgb(220,94,197); }
H1.HeaderClassName
{
color: #DC5EC5;
}
.AnyTagClassName
{
color: #DC5EC5;
}
</style>
background-color css
<style>
a { background-color: #DC5EC5; }
a { background-color: rgb(220,94,197); }
div.DivClassName
{
background-color: #DC5EC5;
}
.BgClassName
{
background-color: #DC5EC5;
}
</style>
border-color css
<style>
span { border-color: #DC5EC5; }
span { border-color: rgb(220,94,197); }
td.TdClassName
{
border-color: #DC5EC5;
}
.TagClassName
{
border-color: #DC5EC5;
}
</style>