Html Css Color HEX #DC5ECD Free Speech Magenta
📋 copy color: '#DC5ECD'red 220 ◦ green 94 ◦ blue 205
Shades of Free Speech Magenta #DC5ECD
Tints of Free Speech Magenta #DC5ECD
RGB
CMYK
RGB Variations
Color information
#DC5ECD (or 0xDC5ECD) is known color: Free Speech Magenta. HEX triplet: DC, 5E and CD. RGB value is (220,94,205). Sum of RGB (Red+Green+Blue) = 220+94+205=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 94 (37.11% from 255 or 18.11% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5ECD is #23A132. Grayscale: #909090. Windows color (decimal): -2335027 or 13459164. OLE color: 13459164.
HSL color Cylindrical-coordinate representation of color #DC5ECD: hue angle of 307.14º 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 #DC5ECD is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 94 | 205 | - |
| CMYK | 0 | 0.57 | 0.07 | 0.14 |
| HSL | 307.14º | 0.64% | 0.62% | - |
| HSV(B) | 307.14º | 0.57% | 0.86% | - |
| XYZ | 44.54 | 27.63 | 60.74 | - |
| YUV | 144.33 | 162.24 | 181.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 94 | 205 | 0 | 0.57 | 0.07 | 0.14 | 307.14 | 0.64 | 0.62 |
| Hex | DC | 5E | CD | 0 | 39 | 7 | E | 133 | 40 | 3E |
| Octal | 334 | 136 | 315 | 0 | 71 | 7 | 16 | 463 | 100 | 76 |
| Binary | 11011100 | 1011110 | 11001101 | 0 | 111001 | 111 | 1110 | 100110011 | 1000000 | 111110 |
Color Harmonies of #DC5ECD
Complementary color
Monochromatic Colors of #DC5ECD
Black with #DC5ECD
Text Example
Text Example
White with #DC5ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5ECD; }
p { color: rgb(220,94,205); }
H1.HeaderClassName
{
color: #DC5ECD;
}
.AnyTagClassName
{
color: #DC5ECD;
}
</style>
background-color css
<style>
a { background-color: #DC5ECD; }
a { background-color: rgb(220,94,205); }
div.DivClassName
{
background-color: #DC5ECD;
}
.BgClassName
{
background-color: #DC5ECD;
}
</style>
border-color css
<style>
span { border-color: #DC5ECD; }
span { border-color: rgb(220,94,205); }
td.TdClassName
{
border-color: #DC5ECD;
}
.TagClassName
{
border-color: #DC5ECD;
}
</style>