Html Css Color HEX #DC5ECF Free Speech Magenta
📋 copy color: '#DC5ECF'red 220 ◦ green 94 ◦ blue 207
Shades of Free Speech Magenta #DC5ECF
Tints of Free Speech Magenta #DC5ECF
RGB
CMYK
RGB Variations
Color information
#DC5ECF (or 0xDC5ECF) is known color: Free Speech Magenta. HEX triplet: DC, 5E and CF. RGB value is (220,94,207). Sum of RGB (Red+Green+Blue) = 220+94+207=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 94 (37.11% from 255 or 18.04% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5ECF is #23A130. Grayscale: #909090. Windows color (decimal): -2335025 or 13590236. OLE color: 13590236.
HSL color Cylindrical-coordinate representation of color #DC5ECF: hue angle of 306.19º 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 #DC5ECF is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 94 | 207 | - |
| CMYK | 0 | 0.57 | 0.06 | 0.14 |
| HSL | 306.19º | 0.64% | 0.62% | - |
| HSV(B) | 306.19º | 0.57% | 0.86% | - |
| XYZ | 44.78 | 27.73 | 62.02 | - |
| YUV | 144.56 | 163.24 | 181.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 94 | 207 | 0 | 0.57 | 0.06 | 0.14 | 306.19 | 0.64 | 0.62 |
| Hex | DC | 5E | CF | 0 | 39 | 6 | E | 132 | 40 | 3E |
| Octal | 334 | 136 | 317 | 0 | 71 | 6 | 16 | 462 | 100 | 76 |
| Binary | 11011100 | 1011110 | 11001111 | 0 | 111001 | 110 | 1110 | 100110010 | 1000000 | 111110 |
Color Harmonies of #DC5ECF
Complementary color
Monochromatic Colors of #DC5ECF
Black with #DC5ECF
Text Example
Text Example
White with #DC5ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5ECF; }
p { color: rgb(220,94,207); }
H1.HeaderClassName
{
color: #DC5ECF;
}
.AnyTagClassName
{
color: #DC5ECF;
}
</style>
background-color css
<style>
a { background-color: #DC5ECF; }
a { background-color: rgb(220,94,207); }
div.DivClassName
{
background-color: #DC5ECF;
}
.BgClassName
{
background-color: #DC5ECF;
}
</style>
border-color css
<style>
span { border-color: #DC5ECF; }
span { border-color: rgb(220,94,207); }
td.TdClassName
{
border-color: #DC5ECF;
}
.TagClassName
{
border-color: #DC5ECF;
}
</style>