Html Css Color HEX #DC5EC4 Free Speech Magenta
📋 copy color: '#DC5EC4'red 220 ◦ green 94 ◦ blue 196
Shades of Free Speech Magenta #DC5EC4
Tints of Free Speech Magenta #DC5EC4
RGB
CMYK
RGB Variations
Color information
#DC5EC4 (or 0xDC5EC4) is known color: Free Speech Magenta. HEX triplet: DC, 5E and C4. RGB value is (220,94,196). Sum of RGB (Red+Green+Blue) = 220+94+196=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 94 (37.11% from 255 or 18.43% from 510); Blue value is 196 (76.95% from 255 or 38.43% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5EC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5EC4 is #23A13B. Grayscale: #8F8F8F. Windows color (decimal): -2335036 or 12869340. OLE color: 12869340.
HSL color Cylindrical-coordinate representation of color #DC5EC4: hue angle of 311.43º 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 #DC5EC4 is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 94 | 196 | - |
| CMYK | 0 | 0.57 | 0.11 | 0.14 |
| HSL | 311.43º | 0.64% | 0.62% | - |
| HSV(B) | 311.43º | 0.57% | 0.86% | - |
| XYZ | 43.48 | 27.21 | 55.18 | - |
| YUV | 143.3 | 157.74 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 94 | 196 | 0 | 0.57 | 0.11 | 0.14 | 311.43 | 0.64 | 0.62 |
| Hex | DC | 5E | C4 | 0 | 39 | B | E | 137 | 40 | 3E |
| Octal | 334 | 136 | 304 | 0 | 71 | 13 | 16 | 467 | 100 | 76 |
| Binary | 11011100 | 1011110 | 11000100 | 0 | 111001 | 1011 | 1110 | 100110111 | 1000000 | 111110 |
Color Harmonies of #DC5EC4
Complementary color
Monochromatic Colors of #DC5EC4
Black with #DC5EC4
Text Example
Text Example
White with #DC5EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5EC4; }
p { color: rgb(220,94,196); }
H1.HeaderClassName
{
color: #DC5EC4;
}
.AnyTagClassName
{
color: #DC5EC4;
}
</style>
background-color css
<style>
a { background-color: #DC5EC4; }
a { background-color: rgb(220,94,196); }
div.DivClassName
{
background-color: #DC5EC4;
}
.BgClassName
{
background-color: #DC5EC4;
}
</style>
border-color css
<style>
span { border-color: #DC5EC4; }
span { border-color: rgb(220,94,196); }
td.TdClassName
{
border-color: #DC5EC4;
}
.TagClassName
{
border-color: #DC5EC4;
}
</style>